Magento Extensions Archives - Page 3 of 7 - Magento blog | ExtensionsMall
  • Product Personalization Tutorial – Select Box Form Element

    Select Box Form Element To add the select element to the form you need to create a new node and add it to the <fields> node of the configuration file, with the <frontend_type>select</frontend_type> and : <source_model>adminhtml/system_config_source_yesno</source_model> To open a node for the new element, decide how you'd like that element to be called
 Let's just call it select_example. ? 1 2 3 <select_example> *** the rest of the code would go here *** </select_example>   After you've created a node...
    October 6th, 2013 by ExtensionsMall.
  • Product Personalization Tutorial – Date Form Field

    Date Form Element To add the date element to the form you need to create a new node and add it to the node of the configuration file, with the <frontend_type>text</frontend_type> And: <frontend_model>product_personalization/system_config_date</frontend_mode> To open a node for the new element, decide how you'd like that element to be called
 Let's say that you want the user to enter delivery date in the personalization form field. Logical conclusion would be to name that form element something like delivery_date, like so:...
    October 5th, 2013 by ExtensionsMall.
  • Product Personalization Tutorial – Textarea Form Element

    Textarea Form Element To add the textarea element to the form you need to create a new node and add it to the node of the configuration file, with the textarea To open a node for the new element, decide how you'd like that element to be called
 Let's say that you want the user to enter its name in the personalization form field. Logical conclusion would be to name that form element something like user_name, like so: ? 1...
    October 4th, 2013 by ExtensionsMall.
  • Product Personalization Tutorial – Working with XML

    3. Form Options / Working with xml Following Magento standards for developers, we’ve enabled you to create / customize the personalization form fields using the Magento’s standard xml configuration documents. If you are experienced with editing Magento’s layout or config files, you will most likely recognize the format right away, and won’t have any issues creating your configuration form. If not, that’s not a problem at all. Just go through this section of the tutorial and as it explains everything...
    October 3rd, 2013 by ExtensionsMall.
  • Product Personalization Tutorial – Admin Options

    2. Admin Options In the General options box you can select the following options: Visible on product details page : This option, if set to Yes, will display the "Personalize" button on your product details page ( given that the product personalization is allowed on that particular product which will be covered later on ). Please see screenshot. Show personalization page right before onepage checkout : This option, if set to Yes, will insert the customization page between the shop...
    October 2nd, 2013 by ExtensionsMall.
  • Product Personalization Tutorial – Overview & Installation

    1. Overview and installation This tutorial document describes how to install and use SMDesign's Product Personalization Extension for Magento. It can be used as a step by step guide to installing and configuring the Product Personalization Extension, and as a general guide of the extension and its features. It also covers the features of the extension that you'll use to customize the "Product Personalization Form" on your website. The installation process consists of extracting the extension files on your local...
    October 1st, 2013 by ExtensionsMall.
  • Fashion Theme Tutorial – Advanced Settings

    Advanced Settings 1. To add slide images to your home page slider go to Banner Slider (which should be in the main menu of your Magento’s admin panel) -> Manage Banners. 2. Once the page opens, click on the Add Banner button to add a new banner. To have the banner slide show on your home page, you need at least 2 banners. Recommended image size for banners is 990*460 px. Once you add 2 new banners with a banner...
    September 2nd, 2013 by ExtensionsMall.
  • Fashion Theme Tutorial – Installation Instructions

    Installation Instructions 1. Log in to your Magento admin panel and go to System -> Cache Management. Disable Magento cache. 2. Go to System -> Manage Stores. Click to edit your main Store, and hit save. 3. Unpack the FashionStore.zip theme file on your local system and upload it to the root folder of your Magento. 4. Go back to your Magento admin panel, and go to System -> Configuration. 5. Click on the Design option in the General section...
    September 1st, 2013 by ExtensionsMall.
  • Color Swatch in ‘Shop By’ section – Tutorial

    Overview This tutorial will help you to replace magento default ‘Shop by’ section with Color Swatch block. All attribute options that have swatch image assigned will be displayed as swatches and rest will keep default view. To use Color Swatch swatches in ‘Shop by’ section you will need to create several files and edit few of them. You will need access to magento installation, with permission to copy/edit files and create folders. Before you edit or overwrite any file please...
    September 1st, 2013 by ExtensionsMall.
  • Download Magento Add-ons from Magento Connect – Developers Tip

    Magento Connect offers a lot of free and paid Magento extensions and add-ons, and you can download and install them trough your Magento Connect system but : What if you'd like to take a look at the extension code before you decide to install it? Here are few useful tips and links for you: There's a very useful explanation on how Magento Connect 2.0 system archives and stores the Magento Add-ons on stackoverflow which basically explains how Magento Add-ons are...
    August 30th, 2013 by ExtensionsMall.