Zen Cart Logo

DUAL Pricing v2

Views: 363,304

Results 1,361 to 1,380 of 1,504
22 Jul 2016, 8:35 AM
#1361
vandiermen avatar

vandiermen

Totally Zenned

Join Date:
Feb 2007
Posts:
518
Plugin Contributions:
1

DUAL Pricing v2

jeking:

In \includes\functions\functions_prices.php

Change all instances of
$optionprice = explode(",",$option_price_array);
to
$optionprice = explode("-",$option_price_array);

Should be lines 181 and 1317. Let me know how that works out for you.

After change, wholesale pricing level 2 customer got wholesale pricing level 1 prices.
My client is paying me to fix this I am going to contact you through your website.

23 Aug 2016, 9:31 PM
#1362
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: DUAL Pricing v2

Can anyone confirm to me that this plugin will prevent wholesale customers from being charged sales tax? I've read back through a large chunk of the 136 pages of comments, and didn't see that directly addressed. All my wholesale customers are local, so they will get charged sales tax if they order through zencart. Right now I'm having them call me and I do an invoice separately on my bookkeeping software, but I'd like to get it all into zencart if possible.

23 Aug 2016, 9:33 PM
#1363
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: DUAL Pricing v2

HeleneWallis:

Can anyone confirm to me that this plugin will prevent wholesale customers from being charged sales tax? I've read back through a large chunk of the 136 pages of comments, and didn't see that directly addressed. All my wholesale customers are local, so they will get charged sales tax if they order through zencart. Right now I'm having them call me and I do an invoice separately on my bookkeeping software, but I'd like to get it all into zencart if possible.

There is a code edit that allows to either charge sales tax based upon store rules or all wholesale customers are tax free. Details are in the ReadMe, as I recall.

23 Aug 2016, 10:00 PM
#1364
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: DUAL Pricing v2

Thanks, I'll look again.

27 Aug 2016, 3:25 AM
#1365
prabhatm avatar

prabhatm

New Zenner

Join Date:
Jun 2015
Location:
Delhi, India
Posts:
32
Plugin Contributions:
0

Re: DUAL Pricing v2

Hi! Can one set more than 4 whole sale price ?

27 Aug 2016, 3:26 AM
#1366
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: DUAL Pricing v2

prabhatM:

Hi! Can one set more than 4 whole sale price ?

Not without editing the plugin. It was built for four and only four.

22 Sep 2016, 10:22 AM
#1367
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: DUAL Pricing v2

I installed this and it appears to be doing what it says it will do, though I haven't entered any wholesale prices yet. One odd thing did happen, though. On the screen where you can see order detail, there used to be a link called 'Lookup Customer' that would let you bring up the customer record from the order record. It is no longer there. If there is some particular reason why it was removed, then I guess we'll live with it being gone, though it's something we use quite often. But if it was a glitch of some sort, I'd really like to have it back.

22 Sep 2016, 12:36 PM
#1368
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: DUAL Pricing v2

HeleneWallis:

I installed this and it appears to be doing what it says it will do, though I haven't entered any wholesale prices yet. One odd thing did happen, though. On the screen where you can see order detail, there used to be a link called 'Lookup Customer' that would let you bring up the customer record from the order record. It is no longer there. If there is some particular reason why it was removed, then I guess we'll live with it being gone, though it's something we use quite often. But if it was a glitch of some sort, I'd really like to have it back.

I'm not clear if you're talking about the admin page that lists the orders or the page displaying the details of one order. I think the later. Both use the orders.php file but that file is not part of this plugin. Any changes to either of these pages would have come from someplace else.

22 Sep 2016, 12:38 PM
#1369
twitchtoo avatar

twitchtoo

Totally Zenned

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

Re: DUAL Pricing v2

jeking:

Not without editing the plugin. It was built for four and only four.

To do this, you will need to add/repeat the correct lines of code in every instance of the pricing loop... in every file the loops exists... plus make sure the 4 loop is looping 5 times if you wanted 5 pricing tiers.

22 Sep 2016, 6:12 PM
#1370
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: DUAL Pricing v2

jeking:

I'm not clear if you're talking about the admin page that lists the orders or the page displaying the details of one order. I think the later. Both use the orders.php file but that file is not part of this plugin. Any changes to either of these pages would have come from someplace else.

Yes, the page that displays the details. And if it didn't come from this plugin, I know which one it had to come from. I have only installed two in recent weeks, but I thought I had seen the 'Lookup Customer' after installing the one before yours. Thanks, will investigate further.

6 Oct 2016, 11:53 PM
#1371
snorkeltwin avatar

snorkeltwin

New Zenner

Join Date:
Mar 2008
Posts:
11
Plugin Contributions:
0

Re: DUAL Pricing v2

Firstly, thanks to the author(s) for this plugin.

I am running Zen Cart 1.5.4 and have installed the relevant version (Dual-Pricing-2.1.5b > 1.5.4) of this plugin. (I also have FEC / COWOA installed.) On the whole, it seems to be functioning very well and doing everything it should, aside from one small problem: apparently there should be a "wholesale request radio on the register page"—which I assume means index.php?main_page=create_account—but there isn't.

(There is a "Request Wholesale" column in the "customers" section of the admin, but it's blank.)

Has anybody come across the same problem recently? Looking back through this thread, I see a few that have, but can't see a solution. If anybody can point me in roughly the right direction—where this radio button should appear, which file I should be looking at, or even just what the text for the radio button should say so I can try to track it down, I'd be very grateful.

Thanks.

7 Oct 2016, 12:53 AM
#1372
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: DUAL Pricing v2

snorkeltwin:

Firstly, thanks to the author(s) for this plugin.

I am running Zen Cart 1.5.4 and have installed the relevant version (Dual-Pricing-2.1.5b > 1.5.4) of this plugin. (I also have FEC / COWOA installed.) On the whole, it seems to be functioning very well and doing everything it should, aside from one small problem: apparently there should be a "wholesale request radio on the register page"—which I assume means index.php?main_page=create_account—but there isn't.

(There is a "Request Wholesale" column in the "customers" section of the admin, but it's blank.)

Has anybody come across the same problem recently? Looking back through this thread, I see a few that have, but can't see a solution. If anybody can point me in roughly the right direction—where this radio button should appear, which file I should be looking at, or even just what the text for the radio button should say so I can try to track it down, I'd be very grateful.

Thanks.

The Request Wholesale field in the admin is used to assign which pricing band the customer is assigned to, .i.e. 1, 2, 3 or 4. There is no indication on the create account page to request wholesale pricing. For my clients, I suggest they mention on their site if customers want wholesale pricing, they must contact the store owner to request it. If they 'pass', an admin will assign them to the appropriate level and email them saying so.

8 Oct 2016, 12:41 AM
#1373
snorkeltwin avatar

snorkeltwin

New Zenner

Join Date:
Mar 2008
Posts:
11
Plugin Contributions:
0

Re: DUAL Pricing v2

jeking:

The Request Wholesale field in the admin is used to assign which pricing band the customer is assigned to, .i.e. 1, 2, 3 or 4. There is no indication on the create account page to request wholesale pricing. For my clients, I suggest they mention on their site if customers want wholesale pricing, they must contact the store owner to request it. If they 'pass', an admin will assign them to the appropriate level and email them saying so.

Hi Jim,

Thanks for your reply.

I'm not referring to the "Wholesale pricing box" which is in each separate customer's account details, and is where the level is set. That box is there, and is working correctly. I'm referring to a column in the admin Customers overview, which is headed "Request Wholesale"—see screenshot below:

Attachment 16712

I have manually created wholesaler accounts of differing levels, all of which work correctly. Nothing shows in this column though.

As you point out, there is no indication on the create account page to request wholesale pricing, but looking back through the various version history notes, there should be:

Attachment 16711

Unless this has been removed in a later version for some reason...?

8 Oct 2016, 1:12 AM
#1374
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: DUAL Pricing v2

snorkeltwin:

Hi Jim,

Thanks for your reply.

I'm not referring to the "Wholesale pricing box" which is in each separate customer's account details, and is where the level is set. That box is there, and is working correctly. I'm referring to a column in the admin Customers overview, which is headed "Request Wholesale"—see screenshot below:

Attachment 16712

This indicates a problem with your installation and merging of /ADMIN/customers.php It should display the pricing band.

snorkeltwin:

I have manually created wholesaler accounts of differing levels, all of which work correctly. Nothing shows in this column though.

As you point out, there is no indication on the create account page to request wholesale pricing, but looking back through the various version history notes, there should be:

Attachment 16711

Unless this has been removed in a later version for some reason...?

That version was before I was involved so I was unaware it ever existed. I don't know if it was removed on purpose or not. I'll make a not to look into this next time I update this.

8 Oct 2016, 3:38 AM
#1375
snorkeltwin avatar

snorkeltwin

New Zenner

Join Date:
Mar 2008
Posts:
11
Plugin Contributions:
0

Re: DUAL Pricing v2

jeking:

This indicates a problem with your installation and merging of /ADMIN/customers.php It should display the pricing band.

That version was before I was involved so I was unaware it ever existed. I don't know if it was removed on purpose or not. I'll make a not to look into this next time I update this.

Ah, okay—I will double check admin/customers.php.

Thank you very much for your help, Jim.

12 Oct 2016, 5:22 PM
#1376
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: DUAL Pricing v2

BC_Roy:

will I be able to have a minimum order of say, $100.00 for the wholesale area?
twitchtoo:

It would work something like this:
The site needs to see you are a wholesale customer, then you would need a wholesale shipping module and finally a wholesale minimum qty/value.

I am working on the first two, the last one might be on the shelf for a couple weeks.

Twitch.

This was on March 2011... Was this added to the module? or did anyone posted a quick solution (beside making it part of the terms). The module has been upgraded few times but I don't see mentioning it and I didn't see it on the readme file.

It seems like a great, well maintained module. :hug:

17 Oct 2016, 11:16 PM
#1377
twitchtoo avatar

twitchtoo

Totally Zenned

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

Re: DUAL Pricing v2

ideasgirl:

This was on March 2011... Was this added to the module? or did anyone posted a quick solution (beside making it part of the terms). The module has been upgraded few times but I don't see mentioning it and I didn't see it on the readme file.

It seems like a great, well maintained module. :hug:

I've built something similar for Twitch Wholesale, it's never made it into Dual Pricing as there was no time and no further funding. The two are similar but The Twitch group has had extensive updates for security and cross module integration into 1.54+...

The next release of Twitch Wholesale will be using a static pricing matrix unlike the Dual Pricing Loop.

It should be noted that most of these changes can be applied to the Dual Pricing mod, I haven't as there seems to be no need to over complicate these two modules for most shop owners.

21 Oct 2016, 1:59 PM
#1378
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: DUAL Pricing v2

I installed Dual Pricing after I had installed the 'Admin Login as Customer' plugin. So of course the customers.php from Dual Pricing wrote over the previous changes. I need to have both. I've used Beyond Compare to try to merge the two, but so far haven't been successful. Has anyone made the two plugins work together?

21 Oct 2016, 2:11 PM
#1379
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: DUAL Pricing v2

HeleneWallis:

I installed Dual Pricing after I had installed the 'Admin Login as Customer' plugin. So of course the customers.php from Dual Pricing wrote over the previous changes. I need to have both. I've used Beyond Compare to try to merge the two, but so far haven't been successful. Has anyone made the two plugins work together?

I'm pretty sure I've had those two working together on at least one site, so it is certainly possible. Just need to merge the change correctly. Sometimes easier said, than done.

28 Oct 2016, 7:55 PM
#1380
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: DUAL Pricing v2

Upgrade 1.5.1 to 1.5.5a
PHP Version: 5.6.22

Everything went smooth but the wholesales price is not showing up after login in. Screenshots included:
Attachment 16764Attachment 16765Attachment 16766Attachment 16767

What may I be missing? I inserted the dual pricing part into my tpl_product_info_display.php and even uploaded the original file from the pack to see if it was my integration and the wholesale price didn't show up neither.