Price without discount

GK User
Mon May 19, 2014 3:24 pm
Hi,

I like to display the price without discount strikethrough

http://gancisplay.cl/productos
User avatar
Platinum Boarder

teitbite
Tue May 20, 2014 10:20 am
Hi

Popular question, but unfortunatelly I cannot find any about such action in product page. Please send me an access to ftp I'll add it and will describe changes here for other users.
User avatar
Moderator

GK User
Tue May 20, 2014 6:29 pm
Hi,

they are just sent :)
User avatar
Platinum Boarder

teitbite
Fri May 23, 2014 10:22 am
Hi

This is odd, because same thing is in code already applied by VM, but it's not showing any values. Anyway this tells me the same thing can be done with Vm configuration. Unfortunatelly Im not VM expert so this is how I've done it:

- edited file /html/com_virtuemart/productdetails/default.php

- added the below code to line 252

Code: Select all
         if( $this->product->prices['salesPrice'] != $this->product->prices['costPrice'] ) :
            echo '<span style="text-decoration:line-through;">$' . round( $this->product->prices['costPrice'], 2 ) . "</span>";
         endif;      
User avatar
Moderator

GK User
Fri May 23, 2014 3:43 pm
ok, thanks!
User avatar
Platinum Boarder

teitbite
Sat May 24, 2014 3:31 pm
Hi

No problem, glad I could help :)
User avatar
Moderator

GK User
Mon May 26, 2014 4:54 pm
will be putting on the form of a legend as "introductory offer price"
User avatar
Platinum Boarder

teitbite
Mon May 26, 2014 6:47 pm
Hi

I'm sorry, but I do not understand. Please tell me how can I help You.
User avatar
Moderator


cron