Questions tagged [gomage]
8 questions
8
votes
3 answers
Magento: tax wrong on extra fee in checkout
I've added an extra fee to my checkout and but the tax isn't calculated correctly.
The amount of tax is not added up correctly, if I do $this->_calculateTax($address); in the collect function it is added up to the total including tax but my amount…

PvdL
- 1,578
- 1
- 20
- 33
1
vote
0 answers
Magento: GomageNavigation is undefined in chrome, working fine in firefox
I'm facing issue in magento 1.7. Gomage advance navigation conflicts. it's working fine in firefox and IE, not working on chrome.

Amit Rana
- 121
- 7
1
vote
0 answers
Magento Upgrade issue. Gomage Light checkout not working
I have upgraded my magento system from the version 1.6 to 1.9.0.1. And I have installed the Gomage lightcheckout extension.But the extension is not working with the link "www.example.com/checkout/onepage" but working with…

Mari
- 11
- 1
1
vote
0 answers
Magento : How to convert quote item attribute to order item attribute
I've added a quote item attribute and an order item attribute (and invoice and shipment) called "parent_info":
$installer->addAttribute("quote_item", "parent_info", array("type"=>"varchar"));
$installer->addAttribute("order_item", "parent_info",…

Shani1351
- 509
- 4
- 10
- 25
0
votes
1 answer
Gomage Lightcheckout vs DPS PxFusion
this is my problem. I'm using Magento Enterprise version. When using DPS PxFusion by Fooman with default checkout of magento, It worked fine. User will be redirected to success page after place order, and that order will have status as "Processing"…
0
votes
0 answers
Get product id in Magento in Gomage feed pro
We are using the module of Gomage to make a xml feed in Magento. Now we need to get the product id, but it will not work. We have tried product_id, but this does not give us the product id's. Does anyone know the attribute code for the product id…

Coen
- 461
- 2
- 11
- 28
0
votes
0 answers
GoMage LightCheckout doesn't work
We inherited magento based shop with GoMage LightCheckout extension (http://www.gomage.com/extensions/gomage-lightcheckout.html) installed.
For some reason this extensions doesn't work. In other words, this extension is active and properly installed…

user2096044
- 11
- 3
0
votes
1 answer
Printing customer order notes on invoice PDF
I'm having difficulty retrieving the customer order notes on an order. For example in Mage/Sales/Model/Order/Pdf/Abstract.php, there is a piece of code that works with a Sales/Order model. i.e.
($order instanceof Mage_Sales_Model_Order) is true in…

laketuna
- 3,832
- 14
- 59
- 104