Zen Cart Logo

DUAL Pricing v2

Views: 363,307

Results 1,301 to 1,320 of 1,504
11 Feb 2015, 12:25 AM
#1301
twitchtoo avatar

twitchtoo

Totally Zenned

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

DUAL Pricing v2

Zappa Aviaries:

Is there a way to configure free shipping to a certain wholesale level only? I want to set the lowest wholesale price for the pet stores we deliver to ourselves, but charge shipping to other customers.

You could very easily clone the shipping module and apply a wholesale filter to it. This works very well with Twitch Wholesale - You may even find the exact code you need in the support forum to accomplish this type of shipping filter. Just be sure to change the customers_wholesale field in Twitch Wholesale to the one used in Dual Pricing instead.

24 Feb 2015, 8:35 PM
#1302
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

forgive me if this has been answered recently but i have a website where essentially they are only interested in displaying the wholesale prices. No problem except on the product listings. I see in the thread years ago the two prices were incorporated into the product listing but now they are not. Easy answer anyone? Or else I'm going to bungle my way thru this. I just like using code that can be reused or integrated and not a one off special change.

Whoops, now my client is saying it was working and now it is not. comments?

24 Feb 2015, 8:42 PM
#1303
twitchtoo avatar

twitchtoo

Totally Zenned

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

Re: DUAL Pricing v2

delia:

forgive me if this has been answered recently but i have a website where essentially they are only interested in displaying the wholesale prices. No problem except on the product listings. I see in the thread years ago the two prices were incorporated into the product listing but now they are not. Easy answer anyone? Or else I'm going to bungle my way thru this. I just like using code that can be reused or integrated and not a one off special change.

Whoops, now my client is saying it was working and now it is not. comments?

Which two prices would you like to display on the product listing?

24 Feb 2015, 8:45 PM
#1304
jeking avatar

jeking

Totally Zenned

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

Re: DUAL Pricing v2

delia:

forgive me if this has been answered recently but i have a website where essentially they are only interested in displaying the wholesale prices. No problem except on the product listings. I see in the thread years ago the two prices were incorporated into the product listing but now they are not. Easy answer anyone? Or else I'm going to bungle my way thru this. I just like using code that can be reused or integrated and not a one off special change.

Whoops, now my client is saying it was working and now it is not. comments?

The product listing page will display the wholesale price (for logged in wholesale accounts). The product page can display both, if you wish.

24 Feb 2015, 8:53 PM
#1305
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

I figured it out. Someone switched the whole and retail prices originally so the dang cart doesn't work right!

24 Feb 2015, 8:56 PM
#1306
jeking avatar

jeking

Totally Zenned

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

Re: DUAL Pricing v2

delia:

I figured it out. Someone switched the whole and retail prices originally so the dang cart doesn't work right!

Thanks for the update. Dang clients. :ohmy:

18 Mar 2015, 10:12 PM
#1307
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

Re: DUAL Pricing v2

I spent countless hours to try to merge the Dual pricing module into my new template. The new template is a commercial one and it is a responsive one. Full with CSS code, I have tried and tried to merge the two Dual Pricing files:

tpl_product_info_display.php
functions_prices.php

however after 3 days of trying I still do not have any luck, the wholesale pricing does not show up on the new template. I am not sure what to do with these files and how to get this working correctly. If somebody could help me make this work, it would be greatly appreciated. Please see the attached files in the zip file. I am not sure what else to do here.

24 Mar 2015, 2:45 PM
#1308
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

Somebody quick with a brain today. I need to display the wholesale prices on the categories/product listing in admin. I don't see anything in the categories.php file - so where in the heck is the code to display the products?

24 Mar 2015, 3:09 PM
#1309
jeking avatar

jeking

Totally Zenned

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

Re: DUAL Pricing v2

delia:

Somebody quick with a brain today. I need to display the wholesale prices on the categories/product listing in admin. I don't see anything in the categories.php file - so where in the heck is the code to display the products?

There has never been the option to display the wholesale price on the categories/product listing in admin. Only on the add/edit product page itself.

You lost me on your question though. Code to display what products?

24 Mar 2015, 3:20 PM
#1310
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

I know it's not there. Want to add it for a customer but can't figure where the code is that does display it. I know I'll find it - was hoping not to take an hour out of my crunched day to do it. Don't worry about if you don't have the answer!

24 Mar 2015, 3:41 PM
#1311
twitchtoo avatar

twitchtoo

Totally Zenned

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

Re: DUAL Pricing v2

The code **is **available in the Twitch Wholesale module for admin:

admin/includes/categories_products_listing.php

Search for all instances of products_price_w to see how it's being called and integrated into the display.

You'll need to include the **Dual Pricing **lookups to get it to display correctly for Dual Pricing of course.

24 Mar 2015, 3:45 PM
#1312
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

Thanks, twitchtoo, talking about making it simple for me!!!

24 Mar 2015, 5:48 PM
#1313
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

and one more question. The reason for all this is putting the multisite mod in play and I've gotten all issues worked out except one that seems to be a killer on this site that is live.

Sales! She has independent sales - different ones in different sites. No dual pricing for sales in this mod. Twitchtoo, anything in your mods?

24 Mar 2015, 6:02 PM
#1314
twitchtoo avatar

twitchtoo

Totally Zenned

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

Re: DUAL Pricing v2

delia:

and one more question. The reason for all this is putting the multisite mod in play and I've gotten all issues worked out except one that seems to be a killer on this site that is live.

Sales! She has independent sales - different ones in different sites. No dual pricing for sales in this mod. Twitchtoo, anything in your mods?

The stock ZC Specials and SaleMaker work with the Twitch WS module yes, however I wonder if what you are referring to is more like this recently proposed 'wishlist' update...

http://www.zen-cart.com/showthread.php?216642-Is-it-possible-to-hide-products-in-a-category-from-showing-in-specials&p=1277195#post1277195

Yes? No?

24 Mar 2015, 6:05 PM
#1315
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

Got it. Unfortunately, it turns out she has a wholesale and a retail site. They have been totally separate before. She actually has sales for her wholesale customers - really good sales. Now that both sites are together, those sales give the retail customer pricing that's not sustainable. I am going to advise her to go back to 2 sites or change her sales strategy.

24 Mar 2015, 6:19 PM
#1316
twitchtoo avatar

twitchtoo

Totally Zenned

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

Re: DUAL Pricing v2

delia:

Got it. Unfortunately, it turns out she has a wholesale and a retail site. They have been totally separate before. She actually has sales for her wholesale customers - really good sales. Now that both sites are together, those sales give the retail customer pricing that's not sustainable. I am going to advise her to go back to 2 sites or change her sales strategy.

Twitch Wholesale runs as two site paths within one domain and one zen cart isntall... without the chaos of two separate domains. It was the solution I developed to bridge what I needed from Dual Pricing and what Multi Site can do.

20 Apr 2015, 6:40 AM
#1317
pietpetoors avatar

pietpetoors

Zen Follower

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

Re: DUAL Pricing v2

I run zen 1.5.4 with the dual pricing module. On my wholesale invoice it shows tax zero (should be 14%).
It do not add tax to the product price on the invoice but it does add the correct tax to the grand total.
What is also strange is that it does add tax to shipping fee.
The first screen shot below is an invoice of wholesale client and the second is the same product on a normal client

20 Apr 2015, 11:48 AM
#1318
jeking avatar

jeking

Totally Zenned

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

Re: DUAL Pricing v2

pietpetoors:

I run zen 1.5.4 with the dual pricing module. On my wholesale invoice it shows tax zero (should be 14%).

The instructions explain how to add tax to wholesale accounts. By default, it does not.

29 Apr 2015, 5:54 PM
#1319
izar74 avatar

izar74

Zen Follower

Join Date:
Mar 2009
Location:
Italy
Posts:
155
Plugin Contributions:
0

Re: DUAL Pricing v2

Hi,

i'm trying to hide some attributes from the product info page when someone is logged as Wholesaler.
Let me explain shortly, almost all of my products have 5 attributes (or so) one explample should be seen here:
http://www.viaincenso.com/index.php?main_page=product_info&cPath=2_48&products_id=61
(It's a test site)

As you can see there are 5 option You can choose, i need the 50grams and the 150grams to be hide if the customers is a wholesaler.

What i thought is to add a filed to the database table products_attributes, for example a field called reatail_only with a default value of 0.
In the display section of the product info page it should check (as it already do for the price) if you are a wholesaler and if you are, it should only show attributes if the value of the retail_only is 0.

In this way I should be able to manage which attributes of every product I want a wholesaler to be able to see and choose...
Would it work or am I not in the right direction? If it Would work should i modified the tpl_product_info_display.php or the tpl_modules_attributes.php or else?

Thanks for any clue :P

29 Apr 2015, 6:15 PM
#1320
twitchtoo avatar

twitchtoo

Totally Zenned

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

Re: DUAL Pricing v2

izar74:

Hi,

i'm trying to hide some attributes from the product info page when someone is logged as Wholesaler.
Let me explain shortly, almost all of my products have 5 attributes (or so) one explample should be seen here:
http://www.viaincenso.com/index.php?main_page=product_info&cPath=2_48&products_id=61
(It's a test site)

As you can see there are 5 option You can choose, i need the 50grams and the 150grams to be hide if the customers is a wholesaler.

What i thought is to add a filed to the database table products_attributes, for example a field called reatail_only with a default value of 0.
In the display section of the product info page it should check (as it already do for the price) if you are a wholesaler and if you are, it should only show attributes if the value of the retail_only is 0.

In this way I should be able to manage which attributes of every product I want a wholesaler to be able to see and choose...
Would it work or am I not in the right direction? If it Would work should i modified the tpl_product_info_display.php or the tpl_modules_attributes.php or else?

Thanks for any clue :P

This...

https://www.zen-cart.com/showthread.php?216976-Twitch-Wholesale-Retail-Product-Control-Switch

...you need for Attributes.

Which is possible... but not coded in php yet.

Unless you want to hack it with html/CSS/java?