Search on questions

Questions:

Page:
  1. 1
  2. ...
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
Posted by Rene Peters, Wednesday, June 20, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: No you shouldn't. Please contact us at http://templates-master.com/helpdesk and we will send you update.
    Posted by Peter D. on Wednesday, June 20, 2012
Posted by Willi Kreißl, Tuesday, June 5, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Firecheckout use default format of prices set at your store. You can change it at admin > system > configuration > Tax settins.
    Posted by Peter D. on Wednesday, May 30, 2012
  • 0
    vote
    A: Thats the problem, I've set the default format to include tax. The default Magento-Cart shows me the prices in the right way, but the cart in firecheckout shows uses the wrong format.Can I force including tax by coding?Info1: $this->helper('tax')->displayCartBothPrices() return falseInfo2: I am using firecheckout 1.4.3 because we are using magento 1.4.1.1
    Posted by Willi Kreißl on Wednesday, May 30, 2012
  • 0
    vote
    A: I found the error! $this->getItems() in default cart return items with correct 'price_incl_tax'-value but in firecheckout $this->getItems() returns items where the 'price_incl_tax'-value doesn't have tax added. Any idea why this happens?
    Posted by Willi Kreißl on Wednesday, May 30, 2012
  • 0
    vote
    A: The whole Quote in the Magento-Session (Mage::getSingleton('checkout/session')->getQuote()) is changed when firecheckout is opened. grad_total, subtotal and so on are overwritten with the prices without taxes. After opening the default cart (checkout/cart) the Quote will be changed to normal prices.It looks like firecheckout tries to recalculate the prices and get wrong values.
    Posted by Willi Kreißl on Wednesday, May 30, 2012
  • 2
    votes
    A: Please contact us at http://templates-master.com/helpdesk and we will check that issue.
    Posted by Peter D. on Tuesday, June 5, 2012
Posted by Gerben van den Berg, Friday, May 25, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: You can do this in app/code/local/TM/FireCheckout/controllers/IndexController.php. See the saveOrder action: $checkout->saveBilling(... $checkout->saveShipping(...
    Posted by Peter D. on Friday, May 25, 2012
Posted by Darren Read, Thursday, May 3, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Yes sure. We will be able to issue refund in case it doesn't work for you. But our developers will be also glad to help you with custom code you are using.
    Posted by Peter D. on Thursday, May 3, 2012
Posted by Steven Schneider, Saturday, April 28, 2012 on product Magento Fire Checkout Extension
  • 2
    votes
    A: It looks like your store compilation mode is enabled. Please go to admmin > system > compilation and disable compilation mode.
    Posted by Peter D. on Saturday, April 28, 2012
  • 0
    vote
    A: Thank you for the quick reply! This fixed my issue that I was having.
    Posted by Steven Schneider on Saturday, April 28, 2012
  • 0
    vote
    A: You are really welcome!
    Posted by Peter D. on Saturday, April 28, 2012
Posted by Dennis, Saturday, April 28, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: It's already updated to work with Magento CE 1.7.0.
    Posted by Peter D. on Saturday, April 28, 2012
Posted by Kevin, Friday, March 2, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: We can modify extension in such way for you.
    Posted by Support Team on Friday, March 2, 2012
Posted by Kevin, Friday, March 2, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Yes sure. You can add images and we will be glad to help you to do that.
    Posted by Support Team on Friday, March 2, 2012
Posted by Kevin, Friday, March 2, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: I found my own answer to this one on the screenshot you have posted. The answer is "Yes", the sort order can be configured.
    Posted by Kevin on Friday, March 2, 2012
  • 0
    vote
    A: You sure you can change order of fields in admin.
    Posted by Support Team on Friday, March 2, 2012
Posted by Kevin, Friday, March 2, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Found my own answer on the screen shot of the back end. (Sorry, I hadn't see that) The answer is "yes".
    Posted by Kevin on Friday, March 2, 2012
Posted by Mike Fernandez, Tuesday, February 14, 2012 on product Magento Fire Checkout Extension
  • 5
    votes
    A: In case you already own firecheckout license then you can update for free. We have rewrittent firecheckout in order to make it faster and add many new features. You can find details at release tab on firecheckout page.
    Posted by Support Team on Tuesday, February 14, 2012
Posted by David Kreutzer, Saturday, January 7, 2012 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Please submit support request at https://templates-master.com/helpdesk. Our support team will check what is wrong. It should not work in such way.
    Posted by Support Team on Saturday, January 7, 2012
Posted by Alex, Saturday, December 17, 2011 on product Magento Fire Checkout Extension
  • -1
    vote
    A: #1 Default gift package option is supported is supported by FIrecheckout.#2 Magento by default offer up to 5 adress lines. So you should simple enable this optin in config and Firecheckout will allow you to use 3 lines.
    Posted by Support Team on Wednesday, December 14, 2011
  • 0
    vote
    A: Let me rephrase: #1 - Default Gift Packaging in magento is just to leave write a message, it doesn´t add a predefined value to the cart right? or am I missing something? What I want is a simple checkbox, that if checked, adds $4 to the cart total. #2 - is there an Easy way to customise the label and sizes of this lines in firecheckout?
    Posted by Alex on Wednesday, December 14, 2011
  • 0
    vote
    A: #1 - That will require extension extension modification i think. #2 - Yes sure it can be done with css and translations.
    Posted by Support Team on Saturday, December 17, 2011
Posted by bram van der schaaf, Thursday, November 24, 2011 on product Magento Fire Checkout Extension
  • 5
    votes
    A: Firecheckout url can be changed at app\code\local\TM\FireCheckout\etc\config.xml by editing frontname parameter standard TM_FireCheckout firecheckout
    Posted by Support Team on Thursday, November 24, 2011
Posted by Djowie van der Meer, Thursday, October 27, 2011 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Sorry can you tell us how do you want to determin list of countries that are "foreign "?
    Posted by Support Team on Thursday, October 27, 2011
Posted by Robert, Monday, August 8, 2011 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Dear Robert ,sorry but we have not tested it with Cardianl 3d Secure. You can try Firecheckout at your store. In case you will have any problem then our support team will be glad to help you.
    Posted by Support Team on Monday, August 8, 2011
Posted by nils, Thursday, April 28, 2011 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Right now we don't have version compatible for 1.9 but we can update extension for you for free if you are interested.Please also tell us what EU Vat extension you are using in order to tell if our extension compatible.
    Posted by Support Team on Thursday, April 28, 2011
Posted by Mike, Tuesday, April 19, 2011 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Firecheckout extension use default template/checkout/success.phtml file.
    Posted by Support Team on Tuesday, April 19, 2011
Posted by Jacob, Thursday, April 14, 2011 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Yes sure. It works with built-in magento google checkout extension. There is no need to apply any changes or patches.
    Posted by Support Team on Thursday, April 14, 2011
Posted by Tino, Thursday, April 7, 2011 on product Magento Fire Checkout Extension
  • 0
    vote
    A: Thank you for your interest. Our customers have not reported any problems with recent extension release and this payment gateways. Extension will work in same way as with default magento checkout.
    Posted by Support Team on Thursday, April 7, 2011

up