A A A

Please consider registering
guest

Log In Register

Login form protected by Login LockDown.


Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Differ the Pricing without using the @-1.00 feature?
January 27, 2011
7:34 am
Member
Forum Posts: 55
Member Since:
January 26, 2011
Offline

Is there a way to just LIST the price options instead of having to subtract/add? For instance … My client sells signed artwork. The first 10 are priced at $295 while #11-100 are priced at $245. It looks "sloppy" to have it say "-$50. Is there a way to just list the prices like this:

Giclee #1-10  $295
Giclee #11-100  $245
Archival  $75

 

Thanks!

January 27, 2011
1:53 pm
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline

Shouldn't be too hard.  I'll give it a stab.

 

Open your "single.php" for editing.

(We'll edit the "size" field, but this will work just the same for the "color" field. And of course, you can change the text label "size" to whatever you like.)

On or around line #208 you'll find this line:

$optiontext = $optiontext . $CURRENCY_SYMBOL.number_format(abs($sizelistprice[$i]), 2, '.', ','); 

REPLACE THIS line with this:

$optiontext = " (". $mkt_currency_symbol.number_format(abs($price+$sizelistprice[$i]), 2, '.', ',');

 

Then, locate the line on or around line #213 that says:

$optiontext = "";

IMMEDIATELY AFTER this line, add this new line:

$optiontext = " (". $mkt_currency_symbol.number_format(abs($price), 2, '.', ',').")";

 

Save the file, and that should do it.

January 27, 2011
4:59 pm
Member
Forum Posts: 55
Member Since:
January 26, 2011
Offline

Where would I see the place to enter the second (and third) set of numbers? I've entered the code as stated above but see no difference.

 

Thanks!

January 27, 2011
7:55 pm
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline

The code above should work.  I did test it.

Can you supply a link to the site so I can take a look?

January 27, 2011
8:26 pm
Member
Forum Posts: 55
Member Since:
January 26, 2011
Offline

Once I put the code in, where would I see the options for the other two purchasing choices? On the "add product" page?

http://ravenhousepublishing.co…..ristensen/

January 28, 2011
1:28 pm
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline

Do you mean the other dropdown box values?

If so, that's in the "add product" page in the admin area.  Find this product, and then click "edit".

 

You'll add the other price options in the options box.

Am I missing something?

January 28, 2011
1:49 pm
Member
Forum Posts: 55
Member Since:
January 26, 2011
Offline

Yes, I think so. I want to have a drop down on the product page that lists each item … like this:

 

My product is a painting

Giclee #1-10  $295

Giclee #11-100  $245

Archival  $75

 

But I don't want it to say that the price is $295 and then have it look like:

Giclee #11-100  -$50
Archival -$225

 

I just want the listing of the real prices. Is that possible? What was the code you had me input before?

January 28, 2011
5:25 pm
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline

You've done the code changes above right?

 

If so, all you have to do is enter the additional options in your "edit product details" area in your adminstration area.

 

Right now, you've got one entered for Giclee and one for Archival.  You need to enter the other price options there in the admin tool. 

The admin tool is still going to operate with the basic "Small@-1.00,Medium,Large@1.25" operation, however if you make the code changes above — it will show up correctly on the website as you are wanting.

February 6, 2011
6:37 am
Member
Forum Posts: 55
Member Since:
January 26, 2011
Offline

It worked great – two questions:

1) How do I change the label from "size" to something else?

2) In some instances I'll need to use the size options as well as the price options. How does that work? Perhaps I need to use all that code to over ride a different, less used option?

February 7, 2011
11:39 am
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline
10

#1. You can change all text through the language file. "English.php" can be edited through the theme editor tool under the "Appearance" menu in the administration area.

#2. If you foresee that you'll be using the "size" option, then you may want to modify the "color" option instead. It's exactly like the "size" option, but with different variable names.

May 22, 2011
12:37 am
New Member
Forum Posts: 1
Member Since:
February 6, 2011
Offline
11

Same situation – when I use the above fix.  I get an open parenthesis – not a currency symbol. 

 

So, in the drop down it appears 

 

Product Size A  - (10.00 

 

Instead of

 

Product Size A – $10.00 

 

Please advise.

~S

May 23, 2011
3:42 am
Member
Forum Posts: 55
Member Since:
January 26, 2011
Offline
12

The first entry needs to be @-0 (which is the unaltered price). I entered it like this: 

Archival@-0,Limited #1-10@180,Limited #11-200@130

The results:  http://ravenhousepublishing.co…..-not-tony/

February 5, 2012
4:22 pm
Member
Forum Posts: 18
Member Since:
January 29, 2012
Offline
13

I have the same question as in post 11 – how do I change the code so that the $ sign shows up correctly in the drop-down box?

Mine now look like this our different length silver chains:

16" (32.00

18" (35.00)

20" (37.00)    etc

I would like:

16" ($32.00)

18" ($35.00)

20" ($37.00)  etc

Also, thanks for a great forum- I'm pretty new and have made several good changes setting up my 1st website with you using advices already in the forum.

February 7, 2012
12:33 am
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline
14

What version of Market Theme are you using?

In version 4.3, we added the currency symbol where you're wanting it.

February 7, 2012
1:22 am
Member
Forum Posts: 18
Member Since:
January 29, 2012
Offline
15

I'm using 4.32 version.

I changed the code per post 2 above and it looks just like this:

16" (32.00                 

18" (35.00)

20" (37.00)    etc

It's a small point but my wife is an artist an is expecting me to smooth out all th little aesthetic details and my code skills are very newbie. Thanks.

February 7, 2012
1:54 am
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline
16

I have altered the code in post #2 above. There was some bad info in it before.

Start over and try it again.  It should work better now.

February 7, 2012
12:30 pm
Member
Forum Posts: 18
Member Since:
January 29, 2012
Offline
17

Works perfectly – Thank you!

February 8, 2012
11:41 pm
Admin
Forum Posts: 5051
Member Since:
March 16, 2008
Offline
18

You're welcome.

Forum Timezone: UTC 0

Most Users Ever Online: 40

Currently Online:
18 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

icy1: 2371

wreed06: 175

laurie390: 168

StitchTek Services, LLC: 144

boutiqueelliette: 130

yiorgos: 127

Member Stats:

Guest Posters: 428

Members: 2252

Moderators: 1

Admins: 1

Forum Stats:

Groups: 1

Forums: 4

Topics: 2983

Posts: 16042

Moderators: Market Admin (5051)

Administrators: Market Admin (5051)

Market takes e-commerce to the next level with an easy to use, quick setup platform. Learn more or take the tour.