Zen Cart Logo
Forums / All Other Contributions/Addons / Dual Pricing Install

Dual Pricing Install

Views: 3,348

Results 1 to 15 of 15
30 Dec 2010, 01:40
#1
crazyartist avatar

crazyartist

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Dual Pricing Install

I asked this question a few days ago and no one wanted to answer, so I'm trying again:

The "ReadMe - Install Instructions.txt" file doesn't seem to have any install instructions in it. I figured out the database part, but where do you put the 2 directories?

I'm installing v1.7 on ZC v1.3.9.

Thanks.

30 Dec 2010, 10:47
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Dual Pricing Install

Drag and drop the two directories (includes and control) to the root (top) directory of your store.

30 Dec 2010, 20:25
#3
crazyartist avatar

crazyartist

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Re: Dual Pricing Install

Thanks. That's what I thought but, I guess the control directory is unique to this module? because it doesn't currently exist. That's why it was confusing.

31 Dec 2010, 10:30
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Dual Pricing Install

Yes. that mod adds that directory.

31 Dec 2010, 16:39
#5
crazyartist avatar

crazyartist

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Re: Dual Pricing Install

Ok, all uploaded fine. Everything works as it did before, which is a problem. No text box under the email box when editing a customer, nor is there a wholesale price box anywhere in the product section.:huh:

Any suggestions?

10 Jan 2011, 05:10
#6
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,732
Plugin Contributions:
14

Re: Dual Pricing Install

this mod does not work correctly in 1.3.9h. the control folder needs to be the admin folder. the wholesale id's are inconsistent which will not allow the wholesale options to populate the database nor will it allow the cart to see you are a wholesale customer!! i have fixed these problems, now working on the wholesale display on product pages. i'll keep you posted. this is a critical module for me, i will get it working ASAP.

10 Jan 2011, 20:21
#7
crazyartist avatar

crazyartist

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Re: Dual Pricing Install

Much appreciated. Thanx!

07 Feb 2011, 07:27
#8
missta avatar

missta

New Zenner

Join Date:
Jan 2011
Location:
Colorado
Posts:
15
Plugin Contributions:
0

Re: Dual Pricing Install

This is what i did, and it worked. I hope this helps someone else later. I spent 3 hours on this trying to get it to work. These were the steps i did and ran into problems and solved it. :cry:

the Includes folder goes to** includes**:
the control folder is the admin folder.

For some reason when i drag over the folder (ie: inlcude) the files don't override itself. So i went through each folder dragging each file into their same folder name on the site.

Copy and paste file "install.sql" into admin>tools>install SQL patches and hit send.

Go into admin>catalog/products>category>choose product to edit.
Retail Price (ei 20.00)
Wholsale Price: (ie 10.00) If you want levels put it in this manner 12.00,11.00,10.00,8.00. These levels corresponds with the customer's wholsesale pricing level. 1,2,3,4.

Go to admin>customer>customer and change "Wholesale price level" to 1, 2, 3, or 4. depending on your standards. 0 is only for retail pricing, regular customers only.

Test it on your site to see if it works. If it doesn't clear all your browsing history, close the browser and try it again.
New Problem: Wholesale price did not appear in product price, ONLY retail price, but when an item was added to the cart, the wholesale price showed in the cart.
Resolution: Try adding a fresh new item. This worked for me.:clap:

Good luck.:bigups:

07 Feb 2011, 15:18
#9
monsz avatar

monsz

New Zenner

Join Date:
Feb 2008
Posts:
13
Plugin Contributions:
0

Re: Dual Pricing Install

Hi!

Thanks for this guide :) I want write only some words about your last problem and solution:

The wholesale price appears on product details page, if the customer logged in, it isn't appear if the customer freshly registrated user.
Why?
In the login page header there is a code, what assign a value to a variable if the customer has to see wholesale price, or retail.

$_SESSION['customer_whole'] = $check_customer->fields['customers_whole'];

This code there isn't in create_account php, so if the user logged in after create account, he won't see the wholesale prices.

missta:

This is what i did, and it worked. I hope this helps someone else later. I spent 3 hours on this trying to get it to work. These were the steps i did and ran into problems and solved it. :cry:

the Includes folder goes to** includes**:
the control folder is the admin folder.

For some reason when i drag over the folder (ie: inlcude) the files don't override itself. So i went through each folder dragging each file into their same folder name on the site.

Copy and paste file "install.sql" into admin>tools>install SQL patches and hit send.

Go into admin>catalog/products>category>choose product to edit.
Retail Price (ei 20.00)
Wholsale Price: (ie 10.00) If you want levels put it in this manner 12.00,11.00,10.00,8.00. These levels corresponds with the customer's wholsesale pricing level. 1,2,3,4.

Go to admin>customer>customer and change "Wholesale price level" to 1, 2, 3, or 4. depending on your standards. 0 is only for retail pricing, regular customers only.

Test it on your site to see if it works. If it doesn't clear all your browsing history, close the browser and try it again.
New Problem: Wholesale price did not appear in product price, ONLY retail price, but when an item was added to the cart, the wholesale price showed in the cart.
Resolution: Try adding a fresh new item. This worked for me.:clap:

Good luck.:bigups:

08 Feb 2011, 01:34
#10
missta avatar

missta

New Zenner

Join Date:
Jan 2011
Location:
Colorado
Posts:
15
Plugin Contributions:
0

Re: Dual Pricing Install

The add-on is made for wholesale, which are for retail sales for people who have established their company or business and have licensing to back it up. Most places want to see an Business/Tax License before letting you see pricing or selling wholesale to you. Plus they want to sale a lot of units at one time, because profit margin is less when selling wholesale. For me, i offer wholesale pricing to people who spends over $250 (i still need to figure out how to set a minimum amount before they can checkout), if you think of shirts or jewelry it's only 10 to 20 units, and any busy business place can afford that. Also, I know a couple companies who were audited and fined for not checking sales tax license from their customer when they sale wholesale. Because they were just selling wholesale pricing to anyone.

Aside from this, a newly created account, needs to wait for the admin/store owner to change the settings of that new account from 0 to a different number in the "wholesale pricing level". After that is changed the customer needs to close their browser and open a new one, enter the site and login again. Then they will see the wholesale price. I just tested it on my site. :)

https://www.greenletdesigns.com you can go see my in progress site if you want.

If you wanted new wholesaler's account to see the wholesale pricing right away after account creation, i don't know if this add-on lets you automatically changed their "wholesale pricing level".:D Anyone know?

08 Feb 2011, 08:46
#11
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,732
Plugin Contributions:
14

Re: Dual Pricing Install

I believe this thread has the answers you are looking for:
http://www.zen-cart.com/forum/showthread.php?t=35450&page=69

DUAL Pricing v2

  • page 69 is the bug fix for ZenCart 1.3.9h.

Twitch.

21 Feb 2011, 08:49
#12
jacky avatar

jacky

New Zenner

Join Date:
Sep 2010
Location:
Hong Kong
Posts:
14
Plugin Contributions:
0

Re: Dual Pricing Install

missta:

This is what i did, and it worked. I hope this helps someone else later. I spent 3 hours on this trying to get it to work. These were the steps i did and ran into problems and solved it. :cry:

the Includes folder goes to** includes**:
the control folder is the admin folder.

For some reason when i drag over the folder (ie: inlcude) the files don't override itself. So i went through each folder dragging each file into their same folder name on the site.

Copy and paste file "install.sql" into admin>tools>install SQL patches and hit send.

Go into admin>catalog/products>category>choose product to edit.
Retail Price (ei 20.00)
Wholsale Price: (ie 10.00) If you want levels put it in this manner 12.00,11.00,10.00,8.00. These levels corresponds with the customer's wholsesale pricing level. 1,2,3,4.

Go to admin>customer>customer and change "Wholesale price level" to 1, 2, 3, or 4. depending on your standards. 0 is only for retail pricing, regular customers only.

Test it on your site to see if it works. If it doesn't clear all your browsing history, close the browser and try it again.
New Problem: Wholesale price did not appear in product price, ONLY retail price, but when an item was added to the cart, the wholesale price showed in the cart.
Resolution: Try adding a fresh new item. This worked for me.:clap:

Good luck.:bigups:

Hi, Thank for your sharing, I've the same problems here and installed this programe to my store according to your instruction. But there have nothing appared on the editor to let me input the wholesale prices. Can you tell me more about the details. Tks!

eg. I'm using the v1.3.9h version.

26 Feb 2011, 14:37
#13
andycowboy avatar

andycowboy

New Zenner

Join Date:
Jul 2009
Location:
Wimberley, TX
Posts:
50
Plugin Contributions:
0

Re: Dual Pricing Install

Good morning!

I'm using zencart v1.3.9h, with blue strip reloaded v1.0. I can't seem to find dual pricing v2 everyone seems to be discussing, but downloaded v1.7c. I printed out the install instructions, and have read through these posts and pretty much about a third of the posts - the more recent ones - in the thread about this that has what, 179 pages?

I have a couple of questions (completely new to all of this, but thanks to this forum and the many posts, have slowly been working on and improving my new store).

First, based on the posts here, is this working with zc1.3.9h now? With that, if I've downloaded v1.7c, am I behind before I get started?

Also, at the beginning of the install instructions, in caps, is a comment that this replaces group pricing, and if group pricing is being used, don't install this. Here's what I have (or hope to have):

A Preferred Customer Program with 4 levels of discount based on total amount of the order: L1 - 2.5%, L2 - 5%, L3 - 7.5%, and L4 - 10%. Simple enough, I think, from the admin panel.

A Wholesale program for my retail customers, so they can get their pricing online. Problem with this one: I buy from numerous manufacturers and vendors, so the price to my retailers is based on my cost, and not on a percentage of the suggested retail. I need to be able to post the actual wholesale price by item for these customers.

Does this add-on accomplish both of these things? If not, does anyone know of one that I might be missing in the add-ons? Or a suggestion as to how to set up these two pricing situations?

Thanks to everyone in here - little by little, at my age, I'm actually learning new things! :clap: Pretty good with html and css now, but having one h&^% of a time with php.....

Have a great day, and God bless!

Andy
The Old Cowboy
Getting Older, But Not Aging!

16 Mar 2011, 01:36
#14
signs avatar

signs

Zen Follower

Join Date:
Jun 2006
Posts:
128
Plugin Contributions:
0

Re: Dual Pricing Install

missta:

This is what i did, and it worked. I hope this helps someone else later. I spent 3 hours on this trying to get it to work. These were the steps i did and ran into problems and solved it. :cry:

the Includes folder goes to** includes**:
the control folder is the admin folder.

For some reason when i drag over the folder (ie: inlcude) the files don't override itself. So i went through each folder dragging each file into their same folder name on the site.

Copy and paste file "install.sql" into admin>tools>install SQL patches and hit send.

Go into admin>catalog/products>category>choose product to edit.
Retail Price (ei 20.00)
Wholsale Price: (ie 10.00) If you want levels put it in this manner 12.00,11.00,10.00,8.00. These levels corresponds with the customer's wholsesale pricing level. 1,2,3,4.

Go to admin>customer>customer and change "Wholesale price level" to 1, 2, 3, or 4. depending on your standards. 0 is only for retail pricing, regular customers only.

Test it on your site to see if it works. If it doesn't clear all your browsing history, close the browser and try it again.
New Problem: Wholesale price did not appear in product price, ONLY retail price, but when an item was added to the cart, the wholesale price showed in the cart.
Resolution: Try adding a fresh new item. This worked for me.:clap:

Good luck.:bigups:

THANK YOU SO MUCH!!! I was banging my head on this one. Who would ever think the "control" folder would be the admin folder. Would have been nice not to have to have spent the last hour researching why this mod wouldn't work. I am so glad you took the time to post your solution.

I am seriously considering renaming that folder and resubmitting the mod. Countless headaches could be averted.

Anyhow, many many thanks!
Jeri

06 Jan 2012, 16:47
#15
handkem avatar

handkem

Zen Follower

Join Date:
Oct 2006
Posts:
152
Plugin Contributions:
0

Re: Dual Pricing Install

I got this to work, however, it only displays the first Wholesale price that I enter. I have tried using both commas and dashes with no success. Has anyone else experienced this problem?