View Single Post
  #13  
Old 07-19-2014, 08:41 PM
 
Ben G Ben G is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 100
 

Default Re: Show Price in Price Variant As Price

Looks like it might need some more work.

I enabled multiple variants on a product and got similar result. Calculated price works but it shows the price of Variant Option 1 for both Variant Option 2a or 2b (all possible combinations).

I'll have a crack at it and see if we can solve.

Comment out this ;

Quote:
{*
{if $logged_userid gt 0 or $config.Appearance.hide_prices_if_no_login ne 'Y'}
{foreach from=$variants item=vv}
{foreach from=$vv.options key=vvk item=vvo}
{if $o.optionid eq $vvk}
(
{include file="currency.tpl" value=$vv.taxed_price plain_text_message=1}
)
{/if}
{/foreach}
{/foreach}
{/if}
*}

And it will hide the variant modifiers completely and only show the variant name.

Something to do with this code.
__________________
Ben
X-Cart 4.6.6 Gold Plus - lots of modules
X-Cart 4.7.9 Gold Plus - lots of modules
Reply With Quote