PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

add combination box to product listings

3 replies to this topic
#1
steve67

    PrestaShop Newbie

  • Members
  • Pip
  • 2 posts
Is there a way to add a combination box to product listings?

I have added a quantity box using the instructions listed in this thread (http://www.prestasho...product_listing) and it works great, but I would like to have a combo box to list different sizes of the same product on the product listings.

#2
steve67

    PrestaShop Newbie

  • Members
  • Pip
  • 2 posts
I added the following to my product-list.tpl file. The product listing shows the title 'Size :' and a drop down box, but I cannot seem to get the combo box information to display properly. Any Ideas?



{assign var='groupName' value='group_'|cat:$id_attribute_group}



#3
tomerg3

    PrestaShop Superstar

  • US Moderators
  • 5754 posts
It is not a simple task, especially not if you have more than one attribute group per item.

There are a couple of threads regarding this, though I'm not sure if anyone actually got it working.
Posted Image
For the latest updates discount coupons and new module information follow us on Twitter , Facebook ,and tips on our Blog
Please do not send general questions via PM, that is what the forum is for...

#4
Rod

    PrestaShop Apprentice

  • Members
  • PipPip
  • 56 posts
I also need this.