Zen Cart Logo

DUAL Pricing v2

Views: 363,323

Results 1,081 to 1,100 of 1,504
9 Oct 2012, 6:01 PM
#1081
e3jimc avatar

e3jimc

New Zenner

Join Date:
Oct 2012
Posts:
4
Plugin Contributions:
0

DUAL Pricing v2

Hi @swguy thanks for the quick reply. I'll try doing that.

Thanks

9 Oct 2012, 6:08 PM
#1082
e3jimc avatar

e3jimc

New Zenner

Join Date:
Oct 2012
Posts:
4
Plugin Contributions:
0

Re: DUAL Pricing v2

One more thing, how do I display the Wholesale Price?

10 Oct 2012, 11:42 AM
#1083
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,683
Plugin Contributions:
56

Re: DUAL Pricing v2

It displays automatically for wholesalers.

10 Oct 2012, 1:39 PM
#1084
e3jimc avatar

e3jimc

New Zenner

Join Date:
Oct 2012
Posts:
4
Plugin Contributions:
0

Re: DUAL Pricing v2

@swguy I don't why its not showing in the site that I am working on right now. I don't know what I missed.
Is it OK if you check it for me?

Thanks

16 Oct 2012, 9:52 PM
#1085
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: DUAL Pricing v2

I am having troubles with this mod since I upgraded my client to v1.5.1 - all files have been merged and the mod is calculating....but it is throwing the wrong amounts for the discounts. For example - in this order test I see the following, the wholesale discount should be 50% - so the Group Discount should essentially be $12.50 - the weird thing is the tax calculation seems to be working off the CORRECT discount and not the discount shown below - any ideas what could be causing this..


[/HR] |

 Sub-Total:  $24.99



       Flat Rate Ground Shipping (Ground Shipping): $8.99



       Group Discount: -$13.37



  

 NJ TAX 7.0%: $0.87



  

 Total: $21.48
2 Nov 2012, 9:38 PM
#1086
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: DUAL Pricing v2

Dual Pricing for Zen Cart 1.5 will be available for download soon.

It includes fixes for the attribute trade pricing and is cleaned up a bit for easier future upgrades.

Will post here when it is ready for download. Stay tuned!

4 Nov 2012, 6:23 AM
#1087
pietpetoors avatar

pietpetoors

Zen Follower

Join Date:
Jun 2010
Location:
South Africa
Posts:
140
Plugin Contributions:
0

Re: DUAL Pricing v2

Must be something with the percentage because I only use "actual price" and with actual price it works fine

6 Nov 2012, 6:38 AM
#1089
donhorn avatar

donhorn

New Zenner

Join Date:
Jun 2010
Posts:
16
Plugin Contributions:
0

Re: DUAL Pricing v2

I just loaded your newest version for 1.5 and it appears to be working except for one issue. I want the wholesale to only show the wholesale prices. Currently I have a retail side set up with 15 and 20 percent discounts. The wholes side is showing the wholes prices but with the discounts on top of the wholesale prices. How can I turn off the discounts offered to teh retail customers and only show the wholesale prices I inserted in the products page.

6 Nov 2012, 2:34 PM
#1090
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: DUAL Pricing v2

There's a couple of problems in the new version with the product price manager - at first it was throwing a sql error: line 149 should be products_price_w=:priceW:,

but it does not update the price. I've never worked with this particular file and don't know how to fix that.

Also it's pulling in TEXT_PRICE_W with no corresponding language definition for the product price manager. I added this line to the languages/english/extra_definitions/dual_pricing_text.php to pull that in rather than add it to an existing core file: define('TEXT_PRICE_W', 'Wholesale Price');

I was also sure that one of the old problems from the previous version still existed with comments mixed in with sql somewhere that threw an error but now I can't see where I made the change.

6 Nov 2012, 2:49 PM
#1091
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: DUAL Pricing v2

Sorry, I did a file compare and found the problem in that file as well. Line 441 left out the wholesale price - should be p.products_price, p.products_price_w, p.products_date_available, Jackie, shall I send you my files? I think we should wait a while longer before putting up a new version.

6 Nov 2012, 11:25 PM
#1092
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: DUAL Pricing v2

Thanks for fixing those problems Delia, please PM your new files to me when you have a chance.

donhorn, try making the changes suggested in post #877 & 878:
http://www.zen-cart.com/showthread.php?35450-DUAL-Pricing-v2&p=1070149#post1070149

I plan to get as many fixes as I can into the next release (2.1). If anyone else has fixes/suggestions please let us know!

13 Nov 2012, 11:22 PM
#1093
tom_r avatar

tom_r

New Zenner

Join Date:
Sep 2012
Posts:
16
Plugin Contributions:
0

Re: DUAL Pricing v2

I have installed the Dual prices (Wholesale/Retail Pricing) plugin (v2.0) into my store (v1.5.1). It seems to be working well and is really useful, but I wish it had a way for customers to be able to request the wholesale option when they create an account. That way, it would expedite the authorization, rather than have them send another e-mail to request it. Is there an easy way I could edit the Create Account Page to add that option to it so that when they log in they see the wholesale prices.

Also I have installed the Add Customers from Admin plugin (v2.0.2) to my store and would like to add the Wholesale/Retail pricing option to the add customer form that that app generates. Could someone walk me through which files I need to edit and in what way so that it is in synch with Dual Prices?

I got this from the from the Add_Customer forum:

"...to add a Wholesale/Retail switch (and associated database manipulations) to this plugin, you'll need to modify:

/YOUR_ADMIN/add_customers.php: Add a table-row to display (I'm guessing) a checkbox field that identifies whether (checked) or not (unchecked) the customer is a wholesale one.

/YOUR_ADMIN/add_customers_backend.php: Update the insert_customer function to check for the presence (i.e. checked) of the wholesale-customer $_POST variable and set the associated field in the required table of the database.

/YOUR_ADMIN/includes/languages/english/add_customers.php: Add whatever label you want to have associated with the Wholesale/Retail checkbox. "

I'm not a programmer and I'm still unclear about how to do this. Any help is appreciated.

Thanks go out to all those folks that make this such a great application.

Tom

15 Nov 2012, 8:51 PM
#1094
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: DUAL Pricing v2

Tom, you might consider installing "Extra Fields on Customer Sign Up": http://www.zen-cart.com/downloads.php?do=file&id=1137

It doesn't have radio buttons, but it will be a great starting point. In addition, you could use one of the text fields so customers can enter their Reseller #

You'll find more helpful tips on this forum thread: http://www.zen-cart.com/showthread.php?160068-Extra-Fields-for-Customer-Sign-Up-%28Create-Account%29-Page&p=994569#post994569

15 Nov 2012, 9:09 PM
#1095
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: DUAL Pricing v2

For those of you looking for a working upgrade, I've uploaded the latest work-in-progress here.

Do not install this on a live site!

Please install on a test site and provide feedback here so I can (eventually) post a fully working version to the Add-ons section.

http://jtwebsitedesign.net/zen/dual_pricing_2.1.zip

20 Nov 2012, 12:23 PM
#1096
francois avatar

francois

New Zenner

Join Date:
Sep 2012
Posts:
42
Plugin Contributions:
0

Re: DUAL Pricing v2

Been searching the forums for a while now but cant find a similar question: I installed and am using dual pricing with success. All is fine but it would be nice if I could limit my wholesale customers to see only certain categories of products (we only wholesale the products that we manufacture, but have many other products in the online store. The problem is that the wholesale customers want to order these other products in large quantities - that we don't keep - and at reduced prices - which is not possible). I guess this is a tall order... might end up doing a seperate catalog just for wholesale.... Any ideas from the experts out there?

20 Nov 2012, 12:48 PM
#1097
francois avatar

francois

New Zenner

Join Date:
Sep 2012
Posts:
42
Plugin Contributions:
0

Re: DUAL Pricing v2

Francois:

Been searching the forums for a while now but cant find a similar question: I installed and am using dual pricing with success. All is fine but it would be nice if I could limit my wholesale customers to see only certain categories of products (we only wholesale the products that we manufacture, but have many other products in the online store. The problem is that the wholesale customers want to order these other products in large quantities - that we don't keep - and at reduced prices - which is not possible). I guess this is a tall order... might end up doing a seperate catalog just for wholesale.... Any ideas from the experts out there?

Oh, and if I can add to my wish list, it would be nice to offer wholesale customers completely different shipping method options.

20 Nov 2012, 2:50 PM
#1098
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Re: DUAL Pricing v2

Simple question does this work with V1.9.h?

AndyB

20 Nov 2012, 2:53 PM
#1099
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Re: DUAL Pricing v2

OK I put the last requested under the wrong heading.

Does the 'DUAL Pricing v2' work with V1.3.9h?

AndyB

20 Nov 2012, 3:23 PM
#1100
vmchatt avatar

vmchatt

New Zenner

Join Date:
Jun 2012
Location:
Houston
Posts:
1
Plugin Contributions:
0

Re: DUAL Pricing v2

How do you initiate the process of integrating zen-cart with the amazon webstore?