Show Product Options In Product List

Hi All,



I want to show product options an the stock in product list. How i can do it?

CS Cart only support Grid, List without options, and compact list.



My point is customer no need to go deeper to add to cart, can simply select its product and see the stock in product list. Without having to go to the product detail.

Dear Andry,



Unfortunately, there is no such a functionality in a standard version. To display options on a category page you need some customization to be done for you. Please specify what cs version you use, we are glad to help you.



But you can display options in a product without options view and short list view.

To implement this in 4.2.4 do the following steps:

  1. Open the file Design/themes/responsive/templates/common/product_data.tpl
  2. At the top of the product_data.tpl file in the vary beginning of code type the following



    [color=#666600]
    {assign var="show_product_options" value="true"}
    [/color]
  3. Save changes
  4. Clear cash [Your domain]/admin.php?cc&ctpl.
  5. Go to storefront and check the result.



    Sincere regards,

    Cart Power

Dear Andry,



We are ready to develop this feature for you.

We have a great experience in CS-Cart custom development.

Please check our portfolio.



To get a free quote please contact us.



Best regards, Alt-team.

Hi Cart Power,





I’m using 4.2.3 version.

Great, thank you for your help and information.

Unfortunately, I really need is in the multi-column display :(



Possible to do it? Need your advice.

[quote name='Alt-team' timestamp='1418111825' post='199163']

Dear Andry,



We are ready to develop this feature for you.

We have a great experience in CS-Cart custom development.

Please check our portfolio.



To get a free quote please contact us.



Best regards, Alt-team.

[/quote]







Thank you for the offer, but this time I did not have enough money to do the development. I just made a small shop.

Maybe later when I've run a good business

We wish you good business! Please try the following solution:



Open the design\themes\basic\templates\blocks\product_list_templates\products_multicolumns.tpl and replace:



show_add_to_cart=$show_add_to_cart|default:false




with:



show_add_to_cart=$show_add_to_cart|default:true
show_product_options=true




Then open the design\themes\basic\templates\blocks\list_templates\grid_list.tpl and replace:



{if $show_add_to_cart}




with:


```php

{if $show_add_to_cart}

{if $show_product_options}


{assign var="product_options" value="product_options_`$obj_id`"}
{$smarty.capture.$product_options nofilter}

{/if}
```

Note that most possible additional CSS modifications will be also required.

[quote name='eComLabs' timestamp='1418114432' post='199177']

We wish you good business! Please try the following solution:



Open the design\themes\basic\templates\blocks\product_list_templates\products_multicolumns.tpl and replace:



show_add_to_cart=$show_add_to_cart|default:false




with:



show_add_to_cart=$show_add_to_cart|default:true
show_product_options=true




Then open the design\themes\basic\templates\blocks\list_templates\grid_list.tpl and replace:



{if $show_add_to_cart}




with:


```php

{if $show_add_to_cart}

{if $show_product_options}


{assign var="product_options" value="product_options_`$obj_id`"}
{$smarty.capture.$product_options nofilter}

{/if}
```

Note that most possible additional CSS modifications will be also required.
[/quote]

Thank you very much for your help and advice.
Now, the product options can show.
I would recommend eComLabs.

Have a nice day!

[quote name='Andry MIS' timestamp='1418178655' post='199284']

Thank you very much for your help and advice.

Now, the product options can show.

I would recommend eComLabs.

[/quote]



I am glad to hear that your problem is solved! Have a nice day too!

i confirm this works for 4.3.1. as well



how can i filter which options to show?

i sell clothes and i need to show only the colors options in a grid

any ideas?

hi, pvein


[quote]

[color=#282828][font=arial, verdana, tahoma, sans-serif]how can i filter which options to show?[/font][/color]

[color=#282828][font=arial, verdana, tahoma, sans-serif]i sell clothes and i need to show only the colors options in a grid[/font][/color]

[color=#282828][font=arial, verdana, tahoma, sans-serif]any ideas? [/font][/color]

[/quote]



this feature will require customization so we are at your service.



best regards,

WSA team

[quote name='pvein' timestamp='1433245116' post='216931']

i confirm this works for 4.3.1. as well



how can i filter which options to show?

i sell clothes and i need to show only the colors options in a grid

any ideas?

[/quote]



Damir right. There is no easy way to add these changes

[quote name=‘pvein’ timestamp=‘1433245116’ post=‘216931’]

i confirm this works for 4.3.1. as well



how can i filter which options to show?

i sell clothes and i need to show only the colors options in a grid

any ideas?

[/quote]



Fancy colour filter from Hungryweb, but works on filters not options



Like this here

W.r.t. to showing Product options in product list, i like this add-on

[url=“CS-Cart Quick Order Form”]http://marketplace.cs-cart.com/add-ons/marketing/cs-cart-quick-order-form.html[/url]



The developer has just updated this one such that options are now also shown. See the discussion at the end of page 2

[url=“Wholesale And Retail Product Settings - Page 2 - Configuration - CS-Cart Community Forums - Page 2”]Wholesale And Retail Product Settings - Configuration - CS-Cart Community Forums

just purchased Hungryweb Fancy color filter.

It is exactly what i wanted

thanks!