Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Techniques to Show product options in product list

  1. #1
    Junior Member Magento MageSolution's Avatar
    Join Date
    Dec 2013
    Posts
    203
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default Techniques to Show product options in product list

    Displaying product options like colors, sizes, price… in the product list gives an incentive to the customer to select and purchase a product. It is likely not possible to achieve these options by installing default Magento alone. In this article, we will recommend some effective methods to show options for the configurable and product options in product list. Check them out!


    Showing options for Configurable products

    Reality: You can both show all options for the product and add and customize price to each of the options. Just follow these steps:
    1. Create Acatalog module with AHT namespace (app/local/AHT/Acatalog)

    2.Create a file named app/etc/modules/AHT_Acatalog.xml to activate the module:

    1<config>
    2<modules>
    3<AHT_Acatalog>
    4<active>true</active>
    5<codePool>local</codePool>
    6</AHT_Acatalog>
    7</modules>
    8</config>

    3. Create a file named app/local/AHT/Acatalog/ect/config.xml with the following content

    CLICK TO READ FULL TUTORIAL : http://www.magesolution.com/blog/tec...-product-list/

    View more threads in the same category:


  2. #2
    Senior Member
    Join Date
    Jul 2014
    Posts
    100
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Your content is excellent but with pics and clips, this
    blog could definitely be one of the very
    best in its field. Amazing blog!

  3. #3
    Member henryjo's Avatar
    Join Date
    Jun 2014
    Location
    New York, New York, United States
    Posts
    45
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default

    Thanks for sharing

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •