![]() |
How to set product options in certain places?
I have 8 different product options, I want to set them in different places. How to do, please?
|
Re: How to set product options in certain places?
I'm not sure I understand your question. Are you saying you want your product options displayed somewhere other than where they normally are displayed, or are you asking how to get those same product options for different products?
|
Re: How to set product options in certain places?
both, please.
|
Re: How to set product options in certain places?
To display your product options somewhere other than normal, look in product_details.tpl for whatever skin you are using, specifically find where it says
{if $active_modules.Product_Options ne ""}. Product options are set individually for each product. |
Re: How to set product options in certain places?
Would you please give some examples?
for example, i have set up 2 options, color and size: Color red=+1 green=+2 Size big small=+7 |
Re: How to set product options in certain places?
Quote:
What do you mean by "+1", "+2", and "+7"? |
Re: How to set product options in certain places?
Price Modifier
red=+1, means if choose red, add $1 green=+2, means if choose green, add $2. |
Re: How to set product options in certain places?
Ok, the best solution there would probably be to make them product variants.
You can set the price individually and it will change when the customer chooses it. The only drawback, if you count it as one, is that the SKU will change for each variant (but you can make them whatever you want as long as they are not duplicated). You can also eliminate unavailable combinations when there is more than one option per product... for instance, what if the customer orders "green" and "small" and you don't have that available to sell, ever. |
Re: How to set product options in certain places?
Quote:
Hi JWait, I tried to add the following to skin1/customer/main/featured.tpl, however product variant doesn't appears next to concerned products in homepage/featured products : Code:
{if $active_modules.Product_Options ne ""} Can you help me more ? Thanks. |
All times are GMT -8. The time now is 01:36 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.