Post by pappley » Fri Oct 12, 2012 5:28 am

I'm trying to hide the price increases next options in drop down box on a product page. I can delete it:

(see original thread: http://forum.opencart.com/viewtopic.php?t=82023)

but when I do that it also deletes the auto update price that I have now (it updates price based on option selected)

All I'm trying to do is hide the =($XX.XX) that is added next to each option without disabling the effect on live update.

Newbie

Posts

Joined
Mon Jul 09, 2012 4:12 am

Post by SXGuy » Fri Oct 12, 2012 2:43 pm

Catalog/view/theme/product/product.tpl

Look around line 73

Code: Select all

            <?php if ($option_value['price']) { ?>
            (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
            <?php } ?>
replace with

Code: Select all

<!--             <?php if ($option_value['price']) { ?>
            (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
            <?php } ?> //--> 
if that doesnt work, just delete the lines instead.

Remember to make a backup first.

Active Member

Posts

Joined
Sun Nov 08, 2009 2:07 am

Post by Satya - Safiramedia » Mon Jun 20, 2022 11:43 pm

SXGuy wrote:
Fri Oct 12, 2012 2:43 pm
Catalog/view/theme/product/product.tpl

Look around line 73

Code: Select all

            <?php if ($option_value['price']) { ?>
            (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
            <?php } ?>
replace with

Code: Select all

<!--             <?php if ($option_value['price']) { ?>
            (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
            <?php } ?> //--> 
if that doesnt work, just delete the lines instead.

Remember to make a backup first.

heyy dude... that's script doesn't work now?? please update script until works again please... i need thiss topic clear.

User avatar
New member

Posts

Joined
Tue Jun 15, 2021 10:56 am
Location - Indonesia

Post by paulfeakins » Mon Jun 20, 2022 11:51 pm

Hi pappley, feel free to drop us an email for a quick estimate: info@antropy.co.uk

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Legendary Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom
Who is online

Users browsing this forum: paulfeakins and 10 guests