CRE Loaded Community

Banner


Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: remove the price prefix for the price attribute
PostPosted: Fri Jan 21, 2011 12:17 pm 
Offline
CRE Newbie

Joined: Wed May 26, 2010 4:39 am
Posts: 3
i have a site where we have multiple options on the attributes like this:

option 1: ( +£10 )
option 2: ( +£20 )
option 3: ( +£30 )

but i want it to look like this:

option 1: ( £10 )
option 2: ( £20 )
option 3: ( £30 )

where do i remove the code that displays the price prefix for the display attributes?
i am using the cre63_ats theme.

i hope someone can help me out as this is doing my brain in.


Top
 Profile  
 
 Post subject: Re: remove the price prefix for the price attribute
PostPosted: Fri Jan 21, 2011 2:13 pm 
Offline
CRE Legend
User avatar

Joined: Fri Jan 13, 2006 1:00 am
Posts: 11084
Location: Nappanee Indiana
The + and/or - is there for a reason.. as it adds to or reduces the product main price

but if you want it to be gone
includes/classes/creAttributes.php
find on about line 249
Code:
$price = '(  '.$ov_data['prefix'] . ' ' . $currencies->display_price($ov_data['price'], $tax_rate).' )';

and replace with
Code:
$price =  $currencies->display_price($ov_data['price'], $tax_rate);


no more -/+

_________________
Jason Miller
https://www.creloadedexpert.com
CRE Loaded Expert Team
CRE Loaded Support
Home of the FIRST 100% tableless CRE Loaded template


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
It is currently Thu May 17, 2012 8:33 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy