Fire Checkout installation instructions

Thank you for downloading our magento extension. Please follow these instructions to proceed with the installation of your theme:

Turn store compilation off:

Navigate to Admin -> Tools -> Compilation and deactivate compilation mode for your store.

Copy all files into your magento directory:

Simply copy all files from "extension source x.x.x" directory into your magento store directory.

Turn your magento cache off:

Navigate to Admin -> System -> Manage Cache and deactivate cache for your store. You can enable it after extension installation will be finished.

Refresh your admin user access rights:

Simply logout from your store admin and then login back.

Next steps
  1. Navigate to System > Configuration > Templates-Master > Fire Checkout and enable extension for any store you need.
  2. Configure Fire Checkout module according to your needs.
  3. If you are planning to use Geo-Ip detection:
    • Country: Download and unzip file under the 'MAGETO_ROOT/lib/MaxMind/GeoIP/data' folder if you don't have it
    • City: Download and unzip file under the 'MAGETO_ROOT/lib/MaxMind/GeoIP/data' folder if you don't have it
  4. Firecheckout allows to leave customer order comments. If you wish to send this comment in the order notification email you need to edit the email templates (New Order and New Order for Guest):
    • Go to Sytem > Transactional emails and create two new templates
    • In the Template dropdown select New Order (New Order Guest)
    • Press Load template button
    • Fill the template name field with Firecheckout New Order (Firecheckout New Order Guest)
    • In the Template Content field add the following code in the desired position. (Before <p style="font-size:12px; line-height:16px; margin:0;">Your order confirmation is below. Thank you again for your business.</p> for example.)
      {{depend order.getFirecheckoutCustomerComment()}}
       

      Order Comment: {{htmlescape var=$order.getFirecheckoutCustomerComment()}}

      {{/depend}}
    • Press Save Template button
    • Do the same operations to create template for guests
    • Navigate to System > Configuration > Sales Email > Order
    • Set the New Order New Order Confirmation Template and New Order Confirmation Template for Guest dropdowns to newly created templates
    • Save the configuration
  5. Firecheckout 2.0 and newer allows to leave order delivery date and time. If you wish to send this information in the order notification email you need to edit the email templates (New Order and New Order for Guest):
    • Do everything from the previous step except the code to be inserted into email template.
    • In the Template Content field add the following code in the desired position.
      {{depend order.getFirecheckoutDeliveryDate()}}
       

      Delivery Date: {{htmlescape var=$order.getFirecheckoutDeliveryDate()}}

      {{/depend}} {{depend order.getFirecheckoutDeliveryTimerange()}}

      Delivery Time: {{htmlescape var=$order.getFirecheckoutDeliveryTimerange()}}

      {{/depend}}
  6. How to add checkout fields to the transactional emails:
    • Go to Sytem > Transactional emails and create new template
    • In the Template dropdown select New Order Guest
    • Press Load template button
    • Fill the template name field with My New Order Guest
    • In the Template Content field add the following code in the desired position.
      {{depend order.getData('tm_field1')}} 

      Field #1: {{htmlescape var=$order.getData('tm_field1')}}

      {{/depend}} {{depend order.getData('tm_field2')}}

      Field #2: {{htmlescape var=$order.getData('tm_field2')}}

      {{/depend}} {{depend order.getData('tm_field3')}}

      Field #3: {{htmlescape var=$order.getData('tm_field3')}}

      {{/depend}} {{depend order.getData('tm_field4')}}

      Field #4: {{htmlescape var=$order.getData('tm_field4')}}

      {{/depend}} {{depend order.getData('tm_field5')}}

      Field #5: {{htmlescape var=$order.getData('tm_field5')}}

      {{/depend}}
    • Press Save Template button
    • Do the same operations to create template for registerd customersv
    • Navigate to System > Configuration > Sales Email > Order
    • Set the New Order New Order Confirmation Template and New Order Confirmation Template for Guest dropdowns to newly created templates
    • Save the configuration
    • Repeat this operation for other order email templates if you wish (invoice, shipment, etc).
  7. That's all. Your clients can buy the products in the new convenient checkout module.
Configuration
General:
  • Enabled - enable or disable extension for separate store;
  • Page Title - Checkout page title;
  • Default Shipping Method - Selected shipping method by default;
  • Default Payment Method - Selected payment method by default;
  • Default Country - Selected country by default;
  • Registration mode - You can the mode to: Guest checkout to allowed, Registration is required or User is registered during checkout without prompting a password;
  • Register customer during Paypal Express checkout if prompted - Magento doesn't create new account during Paypal Express checkout even if customer selected registration mode and fill the password fields. We've add a small fix to change this behaviour. Now customer will be registered if he wanted to;
  • Show Shipping Address Form - You can hide shipping address if you don't need to ask it;
  • Show Subscribe to Newsletter Checkbox - Customer can subscribe to your newsletter during checkout;
  • Show Comment Field - Allows customers to leave their order comments;
  • Show Discount Coupon Field - Allows customers to use the coupon code during checkout process;
  • Redirect to firecheckout after adding an item to the shopping cart - Magento redirects customers to the shopping cart after adding the item. This option allows you to redirect user directly to the firecheckout page
GeoIP:
  • Enable Country Detection - detect customer country
  • GeoIp filename - .dat file. Download and unzip file under the 'MAGETO_ROOT/lib/MaxMind/GeoIP/data' folder if you don't have it
  • Enable Region Detection - detect customer region
  • GeoIp filename - .dat file. Purchase and unzip file under the 'MAGETO_ROOT/lib/MaxMind/GeoIP/data' folder if you don't have it
  • Enable City Detection - detect customer city, postcode
  • GeoCity filename - .dat file. Download and unzip file under the 'MAGETO_ROOT/lib/MaxMind/GeoIP/data' folder if you don't have it
Address Form Fields:
  • You can do the field required, optional, or remove it from form
Ajax:
  • Reload order totals on zip code change - if you don't have any specific taxes for the particular zip, you can disable it
  • Reload order totals on region change - if you don't have any specific taxes for the particular region, you can disable it
  • Reload order totals on payment method change - if you have some discounts, that applied for particular payment method, enable it
  • Reload shipping methods on country change - If you don't use various shippings for various countries - disable it
  • Reload payment methods on country change - If you don't use various payments for various countries - disable it
Terms and Conditions:
  • Enable Terms and Conditions - show terms and conditions
  • Output Type - Minimal type is using lightbox-like window
Firecheckout on mobile devices:
  • You can disable the module for mobile devices
That's all. Navigate to your store and check how your store looks.

If you have any problems with extension installation please contact us at templates-master.com/helpdesk and we will help you with extension installation for free

Common questions and ideas
Posted by Mike Jennings, Wednesday, April 29, 2015 on page Firecheckout installation instructions
  • 0
    vote
    A: Can you tell us what extension do you use in order to show pop up for shopping cart?"Where did you hear about us" field is added with checkout fields extension that is part of Firecheckout.
    Posted by Peter D. on Wednesday, April 29, 2015

Ask Your Question

* Required Fields

Back to top