-
Re: DUAL Pricing version 2
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?
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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?
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
-
Re: DUAL Pricing version 2
I figured it out. Someone switched the whole and retail prices originally so the dang cart doesn't work right!
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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:
-
1 Attachment(s)
Re: DUAL Pricing version 2
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.
-
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?
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
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?
-
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!
-
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.
-
Re: DUAL Pricing v2
Thanks, twitchtoo, talking about making it simple for me!!!
-
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?
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
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.p...95#post1277195
Yes? No?
-
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.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
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.
-
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
http://www.4x4direct.co.za/zen-errors/dual-1.PNG
http://www.4x4direct.co.za/zen-errors/dual-2.PNG
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
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.
-
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?...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
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
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?...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....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?
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
twitchtoo
Thanks twitchtoo for the answer,
Yes You are right, i need something similar but on a Attributes level. I would try to code it but need some help in understanding if my idea is right or just a waste of time...
The idea of hacking it using css is very interestig but I really dunno how to go by it :D so I would really need help.
p.s. This kind of "function" seem quite important to me, it seems strange i didn't find any other request of this kind.... :blink: the only answer that came to my mind is that this is done using css as You suggested...
-
Re: DUAL Pricing v2
It's a reasonable amount of work to code a php switch for products... and their attributes. It's reasonably less work to hack it and say - if you see Attribute ID 11... hide it.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
twitchtoo
It's a reasonable amount of work to code a php switch for products... and their attributes. It's reasonably less work to hack it and say - if you see Attribute ID 11... hide it.
Agree, doing it with css should be simplier, the only thing that worries me is that doing as You say, hide if you see ID 1, would not make any differencies in customers, am i right? It will only hide attributes with a specific ID.
-
Re: DUAL Pricing v2
So the filter would say, if your customer wholesale switch = 1, and you see attribute id #? - then hide.
:D
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
twitchtoo
So the filter would say, if your customer wholesale switch = 1, and you see attribute id #? - then hide.
:D
And that's doable using CSS only? :blink:
-
Re: DUAL Pricing v2
I apologize if this was asked already but I could not find the answer. Will coupons/coupon code continue to work with this module at checkout? I am working on discounted pricing for paid members, however they will have a spending limit each month due to the very low price mark-up on the "platinum level". There will be 3 levels. Retail (bronze), Wholesale (gold) and Platinum (coupon will be used for this level only to control the spending). Thank you.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
creyesx6
I apologize if this was asked already but I could not find the answer. Will coupons/coupon code continue to work with this module at checkout? I am working on discounted pricing for paid members, however they will have a spending limit each month due to the very low price mark-up on the "platinum level". There will be 3 levels. Retail (bronze), Wholesale (gold) and Platinum (coupon will be used for this level only to control the spending). Thank you.
I failed to mention I am using zc 1.5.4
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
creyesx6
I failed to mention I am using zc 1.5.4
Please disregard, I believe I may have found a better option for my situation in the Twitch Restrict Categories by Customer or Group. My apologies.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
creyesx6
I apologize if this was asked already but I could not find the answer. Will coupons/coupon code continue to work with this module at checkout? I am working on discounted pricing for paid members, however they will have a spending limit each month due to the very low price mark-up on the "platinum level". There will be 3 levels. Retail (bronze), Wholesale (gold) and Platinum (coupon will be used for this level only to control the spending). Thank you.
Quote:
Originally Posted by
creyesx6
Please disregard, I believe I may have found a better option for my situation in the Twitch Restrict Categories by Customer or Group. My apologies.
Twitch Wholesale or Twitch Restrict will accomplish this depending on your specific needs and they use the same filters as Dual Pricing to filter Discount Coupons. Check your email for more details :)
-
Re: DUAL Pricing v2
Hello, I really like this Dual Pricing but since installing it, my additional images no longer show and click to enlarge images does not work properly either. Can anyone help?
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
sicnate
Hello, I really like this Dual Pricing but since installing it, my additional images no longer show and click to enlarge images does not work properly either. Can anyone help?
Sounds like a mistake in merging the files. Most likely it's tpl_product_info_display.php
-
Re: DUAL Pricing v2
installed this module and store credit and rewards no longer show at checkout, How can i fix this
Jimmie
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
jimmie
installed this module and store credit and rewards no longer show at checkout, How can i fix this
Jimmie
What version of Zen Cart?
What version of Dual Pricing?
This Store Credit and Rewards, https://www.zen-cart.com/downloads.php?do=file&id=339?
I took a quick look and they do not appear to affect the same files so Dual Pricing shouldn't have any effect.
Suggest either reverting to pre Dual Pricing to confirm Credit and Rewards and/or checking the installation.
-
Re: DUAL Pricing v2
zen v 1.5.1
dual pricing 2.1.5
when i turn off wholesale from 1 to 0 store credit shows again
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
jimmie
zen v 1.5.1
dual pricing 2.1.5
when i turn off wholesale from 1 to 0 store credit shows again
includes/functions/functions_prices.php is likely your answer.
There is code added her to exclude wholesale customers from sale prices. Sounds like it's also excluding the store credit.
-
1 Attachment(s)
Re: DUAL Pricing v2
-
1 Attachment(s)
Re: DUAL Pricing v2
figured it out, i lost model number in categoriesAttachment 15677
-
Re: DUAL Pricing v2
-
Re: DUAL Pricing v2
It's hard to tell because the image is so blurry, but it seems you have several columns out of whack. The file is:
/ADMIN/includes/modules/category_product_listing.php
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
Purecarsound
You're a star ;-) The bug fix for 1.5.3 Beta Version worked great!
See Screen Capture, Retail Price Shows with Discount (wholesale) price below.
Attachment 14613
I have the same problem on 1.5.3. I can not see the retail price and the wholesale price. Can you tell me were is the bug or what is the solution.
-
Re: DUAL Pricing version 2
I had a copy of this dual pricing on my cart but when I upgraded to 1.5.4 the script has stop working and showing. SO I tried installing the new 1.5.4 folder and I believe I did it correctly, but when going to tools in the install database I get this message:
NOTE: Zen Cart database-upgrade scripts should NOT be run from this page.
Please upload the new zc_install folder and run the upgrade from there instead for better reliability.
I don't know what this is can you explain to me what I have to do to fix this?
Thanks
Ron
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
RonGin
I had a copy of this dual pricing on my cart but when I upgraded to 1.5.4 the script has stop working and showing. SO I tried installing the new 1.5.4 folder and I believe I did it correctly, but when going to tools in the install database I get this message:
NOTE: Zen Cart database-upgrade scripts should NOT be run from this page.
Please upload the new zc_install folder and run the upgrade from there instead for better reliability.
I don't know what this is can you explain to me what I have to do to fix this?
Thanks
Ron
That would be an indication your upgrade to Zen Cart 1.5.4 was not completed successfully as that message is from Zen Cart and not this plugin. Run the database upgade from zc_install and and that should solve this.
-
Re: DUAL Pricing version 2
I just installed a fresh zen 1.55 and the latest plugin.. I have a question as I see nowhere to change it. how can I have the wholesale customer see HIS price before adding to the cart? I log in with the correct level but I just see the retail price and no display of wholesale until looking in the cart
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
soundmachine
I just installed a fresh zen 1.55 and the latest plugin.. I have a question as I see nowhere to change it. how can I have the wholesale customer see HIS price before adding to the cart? I log in with the correct level but I just see the retail price and no display of wholesale until looking in the cart
The wholesale and retail price will display on the product_info page. If you just made the change to the customer account, you just log out and back in (of the custome account). If you still don't see it, check you merge of the tpl_product_info_default.php page.
-
Re: DUAL Pricing version 2
hello zen 1.5.1 here and im having a problem with this mod, worked fine and now not,any1 who logs in gets wholesale not just the customers with a 1. how do i fix this, what file controls this.
Jimmie
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
jimmie
hello zen 1.5.1 here and im having a problem with this mod, worked fine and now not,any1 who logs in gets wholesale not just the customers with a 1. how do i fix this, what file controls this.
Jimmie
So what changed between now and when it was working? That will be your clue as to the source of the problem.
If you don't know, compare the files from the plugin to your store files to see which edits are missing from your store.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
jimmie
hello zen 1.5.1 here and im having a problem with this mod, worked fine and now not,any1 who logs in gets wholesale not just the customers with a 1. how do i fix this, what file controls this.
Jimmie
There is a control switch in the includes/modules/pages/create_account_success/header_php.php for new sign ups and the gatekeeper in includes/modules/pages/login/header_php.php
If the first one is missing, only new sign ups will experience switch issues. If the gatekeeper is missing the cart won't sort anyone logging in.
-
Re: DUAL Pricing version 2
actually figured it out, My shop manager deleted the 1 in our shop sales account left it as blank, put in a zero and it works as should, Something simple lol
-
Re: DUAL Pricing version 2
Great mod!!! Has anyone had any success with Easy Populate 4 (EP4.0.35.ZC) an ZC 1.5.5a. I have added to my_admin\includes\languages\english.php:
define('EASYPOPULATE_CONFIG_CUSTOM_FIELDS', 'products_price_w'); //Easy Populate, as indicated in the instructions but have not had any success with import and exporting with EP4.
EP4 page in ZC indicates on the right of the screen under Custom Products Fields: Dual Pricing Mod: TRUE.
Thanks
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
allmart
Great mod!!! Has anyone had any success with Easy Populate 4 (EP4.0.35.ZC) an ZC 1.5.5a. I have added to my_admin\includes\languages\english.php:
define('EASYPOPULATE_CONFIG_CUSTOM_FIELDS', 'products_price_w'); //Easy Populate, as indicated in the instructions but have not had any success with import and exporting with EP4.
EP4 page in ZC indicates on the right of the screen under Custom Products Fields: Dual Pricing Mod: TRUE.
Thanks
Your question would be better addressed in the Easy Populate thread. If you find the instructions are unclear or need updated, please post back here
-
Re: DUAL Pricing version 2
Great Add-on!!! Thanks,
I am having a display issue on my product_info page since installing this mod. When a product is selected the text is out of alignment and no shaded boxes or css button to Add to Cart. This occurs for all devices. The link to my site is: http://www.allmart.ca/store/.
Thanks in advance for your help.
-
2 Attachment(s)
Re: DUAL Pricing version 2
I hope this helps:
Responsive Classic Template:
Before Mod:Attachment 16484
After Mod:Attachment 16485
The 2 grey shaded boxes listing model number and add to cart button as well as text are out of alignment.
-
Re: DUAL Pricing version 2
Styling is covered in the ReadMe.
---------------------------------
How do I change wording/display style?
---------------------------------
If you want your wholesale customers to see BOTH retail and wholesale pricing (instead of only Wholesale pricing), then uncomment line #71 in this file:
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php
If you want to change wording in front of the prices, edit this file:
\includes\languages\english\YOUR_TEMPLATE\product_info.php
You can easily add the following three IDs to your CSS file and control the styles of your text:
#retail
#retailwhole
#whole
-
Re: DUAL Pricing version 2
-
Re: DUAL Pricing version 2
You say "THIS REPLACES GROUP PRICING. IF YOU USE GROUP PRICING THEN DON'T USE THIS."
I have 1.5.5a installed and it already has 'Group Pricing' . I haven't started using yet. How do I install and use DUAL Pricing
and /or how do I uninstall 'Group Pricing' in order to use DUAL Pricing ?
Thanks
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
oavs
You say "THIS REPLACES GROUP PRICING. IF YOU USE GROUP PRICING THEN DON'T USE THIS."
I have 1.5.5a installed and it already has 'Group Pricing' . I haven't started using yet. How do I install and use DUAL Pricing
and /or how do I uninstall 'Group Pricing' in order to use DUAL Pricing ?
Thanks
Group Pricing is part of the Zen Cart core. You don't need to remove it (you can't really). You just cannot *use* it along with Dual Pricing. If you want to use Dual Pricing, just don't configure Group Pricing.
-
Re: DUAL Pricing version 2
We are using Dual Pricing 2.1.5b & Zencart v1.5.4
For wholesale pricing level 1 attributes prices are fine. For wholesale pricing level 2 attributes prices correct on item page, but increased slightly when added to cart.
I will be working on this soon if no answer.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
vandiermen
We are using Dual Pricing 2.1.5b & Zencart v1.5.4
For wholesale pricing level 1 attributes prices are fine. For wholesale pricing level 2 attributes prices correct on item page, but increased slightly when added to cart.
I will be working on this soon if no answer.
Attributes pricing historically did not work beyond level 1. I have a version that addressed this, I just need to find it. I didn't post it because it's only been tested on one client site.
-
Re: DUAL Pricing version 2
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
vandiermen
We are using Dual Pricing 2.1.5b & Zencart v1.5.4
For wholesale pricing level 1 attributes prices are fine. For wholesale pricing level 2 attributes prices correct on item page, but increased slightly when added to cart.
I will be working on this soon if no answer.
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.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
-
Re: DUAL Pricing version 2
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.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
-
Re: DUAL Pricing version 2
-
Re: DUAL Pricing version 2
Hi! Can one set more than 4 whole sale price ?
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
prabhatM
Hi! Can one set more than 4 whole sale price ?
Not without editing the plugin. It was built for four and only four.
-
Re: DUAL Pricing version 2
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.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
-
Re: DUAL Pricing version 2
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.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
-
3 Attachment(s)
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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...?
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
Quote:
Originally Posted by
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.
-
Re: DUAL Pricing version 2
Quote:
Originally Posted by
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.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by BC_Roy
will I be able to have a minimum order of say, $100.00 for the wholesale area?
Quote:
Originally Posted by
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:
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
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.
-
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?
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
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.
-
4 Attachment(s)
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.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
ideasgirl
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.
Your first screen shot looks to be of Group Pricing. This cannot be used with Group Pricing, one or the other.
For the price display on the product page, that is most likely due to tpl_product_info_display.php not being merged correctly with your template
So to get Dual Pricing, the customer is assigned to one of the pricing bands, 0, 1, 2, 3 or 4 and not a Group. That could also be why pricing is not displaying on the product page.
-
Re: DUAL Pricing v2
Quote:
Your first screen shot looks to be of Group Pricing. This cannot be used with Group Pricing, one or the other.
Ok, I deleted those now.
The customer screen doesn't show any text box to enter the level of the customer.
Quote:
For the price display on the product page, that is most likely due to tpl_product_info_display.php not being merged correctly with your template
Like I said in my post, I uploaded the original from the pack and it didn't show up neither. So I believe now the issue is on the customer screen not showing the textfield to enter the level.
-
1 Attachment(s)
Re: DUAL Pricing v2
If you're not seeing this on the customer page in the admin, then the plugin is not properly installed.
Attachment 16768
-
Re: DUAL Pricing v2
ok, I thought it was located under the email subscription, not under email. GOT IT! It wasn't showing prices on front end but I log off and logged in and they showed up. THANKS! :blush:
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
ideasgirl
ok, I thought it was located under the email subscription, not under email. GOT IT! It wasn't showing prices on front end but I log off and logged in and they showed up. THANKS! :blush:
Glad you got it working! Yes, you do need to log out and back in when making changes to the customer pricing level.
-
Re: DUAL Pricing v2
I have noticed in this thread a few years back that there was a discussion having this plugin work with the minimum order plugin. Has anyone had any success with ZC 1.5.5a with the ability to have different minimum order amounts for wholesale or retail customers.
Thanks
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
allmart
I have noticed in this thread a few years back that there was a discussion having this plugin work with the minimum order plugin. Has anyone had any success with ZC 1.5.5a with the ability to have different minimum order amounts for wholesale or retail customers.
Thanks
Yes for 1.54... :) Shouldn't be too much different to install into 1.55x although I haven't tried just yet. Needs custom code to include the ws/rt switches.
-
Re: DUAL Pricing v2
Any suggestion of where to start, please.
-
Re: DUAL Pricing v2
I was able to figure out from the Minimum Order plugin thread how to differentiate retail or wholesale customers in the : /includes/classes/observers/class.minimum_order_amount.php file by adding "if ($_SESSION['customer_whole'] != '' = 1)" indicating the customer is a wholesale customer. I just can't figure out the coding to change the minimum order value based on if the customer is retail or wholesale since I want two different amounts. This is part of the existing coding
Code:
if ($_SESSION['customer_whole'] != '' = 1 ) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < MIN_ORDER_AMOUNT) {
$_SESSION['valid_to_checkout'] = false;
$messageStack->add('shopping_cart', sprintf(TEXT_ORDER_UNDER_MIN_AMOUNT, $currencies->format(MIN_ORDER_AMOUNT + 100)) . '<br />',
'caution');
}
}
}
}
Any help with trying to achieve this is greatly appreciated.
-
Re: DUAL Pricing v2
Ok I figured it out, might be sloppy but it works. For the code below, if the customer is a retail customer than the minimum order is what is set in admin. If the customer is a wholesale customer in this case the minimum order is $300. Just replace all instances of 300 (in red) to what you desire. Ideally you can add a field in your database and change the coding instead of having to modify this file. Hope someone finds this helpful.
Code:
<?php
/**
* class.minimum_order_amount.php
*
* @copyright Copyright 2005-2007 Andrew Berezin eCommerce-Service.com
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: config.minimum_order_amount.php 1.0.1 20.09.2007 0:06 AndrewBerezin $
*/
/**
* Observer class used to check minimum order amount
*
*/
class minimum_order_amount extends base {
/**
* constructor method
*
* Attaches our class to the ... and watches for 4 notifier events.
*/
function minimum_order_amount() {
global $zco_notifier;
// $_SESSION['cart']->attach($this, array('NOTIFIER_CART_GET_PRODUCTS_START', 'NOTIFIER_CART_GET_PRODUCTS_END'));
$zco_notifier->attach($this, array('NOTIFY_HEADER_END_SHOPPING_CART', 'NOTIFY_HEADER_START_CHECKOUT_SHIPPING', 'NOTIFY_HEADER_START_CHECKOUT_PAYMENT', 'NOTIFY_HEADER_START_CHECKOUT_CONFIRMATION'));
}
/**
* Update Method
*
* Called by observed class when any of our notifiable events occur
*
* @param object $class
* @param string $eventID
*/
function update(&$class, $eventID) {
global $messageStack;
global $currencies;
global $db;
switch ($eventID) {
case 'NOTIFIER_CART_GET_PRODUCTS_END':
case 'NOTIFY_HEADER_END_SHOPPING_CART':
if (isset($_SESSION['customer_id'])){
$prevOrders = $db->Execute("SELECT count(orders_id) total_orders FROM ".TABLE_ORDERS." WHERE customers_id = ".(int)$_SESSION['customer_id']);
if ((int)$prevOrders->fields['total_orders'] == 0) {
if ($_SESSION['customer_whole'] != '' < 1) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_FIRST_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < MIN_FIRST_ORDER_AMOUNT) {
$_SESSION['valid_to_checkout'] = false;
$messageStack->add('shopping_cart', sprintf(TEXT_FIRST_ORDER_UNDER_MIN_AMOUNT, $currencies->format(MIN_FIRST_ORDER_AMOUNT)) . '<br />', 'caution');
}
}
}
/**
* BOF Wholesale MinOrder $300.00
*/
if ((int)$prevOrders->fields['total_orders'] == 0) {
if ($_SESSION['customer_whole'] != '' > 0 ) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_FIRST_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < 300) {
$_SESSION['valid_to_checkout'] = false;
$messageStack->add('shopping_cart', sprintf(TEXT_FIRST_ORDER_UNDER_MIN_AMOUNT, $currencies->format(300)) . '<br />', 'caution');
}
}
}
}
}
/**
* EOF Wholesale MinOrder
*/
else {
if ($_SESSION['customer_whole'] != '' < 1 ) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < MIN_ORDER_AMOUNT) {
$_SESSION['valid_to_checkout'] = false;
$messageStack->add('shopping_cart', sprintf(TEXT_ORDER_UNDER_MIN_AMOUNT, $currencies->format(MIN_ORDER_AMOUNT)) . '<br />', 'caution');
}
}
}
/**
* BOF Wholesale MinOrder
*/
if ($_SESSION['customer_whole'] != '' > 0 ) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < 300) {
$_SESSION['valid_to_checkout'] = false;
$messageStack->add('shopping_cart', sprintf(TEXT_ORDER_UNDER_MIN_AMOUNT, $currencies->format(300)) . '<br />', 'caution');
}
}
}
}
/**
*/
} else {
if ($_SESSION['customer_whole'] != '' < 1) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < MIN_ORDER_AMOUNT) {
$_SESSION['valid_to_checkout'] = false;
$messageStack->add('shopping_cart', sprintf(TEXT_ORDER_UNDER_MIN_AMOUNT, $currencies->format(MIN_ORDER_AMOUNT)) . '<br />', 'caution');
}
}
}
/**
* BOF Wholesale MinOrder
*/
if ($_SESSION['customer_whole'] != '' > 0 ) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < 300) {
$_SESSION['valid_to_checkout'] = false;
$messageStack->add('shopping_cart', sprintf(TEXT_ORDER_UNDER_MIN_AMOUNT, $currencies->format(300)) . '<br />', 'caution');
}
}
}
}
/**
* EOF Wholesale MinOrder
*/
break;
case 'NOTIFY_HEADER_START_CHECKOUT_SHIPPING':
case 'NOTIFY_HEADER_START_CHECKOUT_PAYMENT':
case 'NOTIFY_HEADER_START_CHECKOUT_CONFIRMATION':
if (isset($_SESSION['customer_id'])){
$prevOrders = $db->Execute("SELECT count(orders_id) total_orders FROM ".TABLE_ORDERS." WHERE customers_id = ".(int)$_SESSION['customer_id']);
if ((int)$prevOrders->fields['total_orders'] == 0) {
if ($_SESSION['customer_whole'] != '' < 1) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_FIRST_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < MIN_FIRST_ORDER_AMOUNT) {
zen_redirect(zen_href_link(FILENAME_SHOPPING_CART));
}
}
}
/**
* BOF Wholesale MinOrder
*/
if ((int)$prevOrders->fields['total_orders'] == 0) {
if ($_SESSION['customer_whole'] != '' > 0) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_FIRST_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < 300) {
zen_redirect(zen_href_link(FILENAME_SHOPPING_CART));
}
}
}
}
}
/**
* EOF Wholesale MinOrder
*/
else {
if ($_SESSION['customer_whole'] != '' < 1) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < MIN_ORDER_AMOUNT) {
zen_redirect(zen_href_link(FILENAME_SHOPPING_CART));
}
}
}
/**
* BOF Wholesale MinOrder
*/
if ($_SESSION['customer_whole'] != '' > 0) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < 300) {
zen_redirect(zen_href_link(FILENAME_SHOPPING_CART));
}
}
}
}
/**
* EOF Wholesale MinOrder
*/
} else {
if ($_SESSION['customer_whole'] != '' < 1) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < MIN_ORDER_AMOUNT) {
zen_redirect(zen_href_link(FILENAME_SHOPPING_CART));
}
}
}
/**
* BOF Wholesale MinOrder
*/
if ($_SESSION['customer_whole'] != '' > 0) {
if ($_SESSION['cart']->count_contents() > 0 && MIN_ORDER_AMOUNT > 0) {
if($_SESSION['cart']->show_total() < 300) {
zen_redirect(zen_href_link(FILENAME_SHOPPING_CART));
}
}
}
}
/**
* EOF Wholesale MinOrder
*/
break;
default:
break;
}
}
}
?>
-
Re: DUAL Pricing v2
Attributes and Dual Pricing:
Has anyone gotten attribute pricing to work properly on a 1.5.5d installation?
I am working on a fresh install with a theme/skin/template but no other mods at the moment and while the dual pricing mod works for the base price (showing wholesale customers both the retail price and the wholesale and properly charging wholesale when the product is added to the cart), attributes are only using the retail price difference.
tl;dr Attributes only show retail pricing and when added to the cart subtract only retail pricing even when clearly seeing the effects of dual pricing on the base price.
ZC 1.5.5
PHP 5.6
Thanks for any information you can provide!
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
vyardain
Attributes and Dual Pricing:
Has anyone gotten attribute pricing to work properly on a 1.5.5d installation?
I am working on a fresh install with a theme/skin/template but no other mods at the moment and while the dual pricing mod works for the base price (showing wholesale customers both the retail price and the wholesale and properly charging wholesale when the product is added to the cart), attributes are only using the retail price difference.
tl;dr Attributes only show retail pricing and when added to the cart subtract only retail pricing even when clearly seeing the effects of dual pricing on the base price.
ZC 1.5.5
PHP 5.6
Thanks for any information you can provide!
This does work on 1.5.5. It's been awhile since I've looked the code, as I recall you set the attribute pricing for each level. I'm not clear on the 'difference' you are referring to. Can you share a url?
-
1 Attachment(s)
Re: DUAL Pricing v2
Hi Jeking, Thanks for getting back to me. When I say "difference" the attribute in question actually reduces the product price so I am using "difference" in the subtraction sense.
Basically our MSRP customers should see a -100$ shift in the cost of the product when they select "DC Only" whereas the dealers should see -60$ shift in the price.
This is happening on all of our products, but I am direct linking to one here just to save you some hassle:
http://www.korea-brass-usa.com/index...roducts_id=190
You can use this testing pricing bracket 1 username and password to see the effects of the dual pricing mod:
username: [email protected]
password: testdealer
Here is a screen cap of the attributes controller so you can see the pricing setup in there:
Attachment 16951
-
Re: DUAL Pricing v2
That's not how the wholesale attribute pricing was designed to be used. From the ReadMe:
2. Attributes can be set in the same way, but you need to enter the prices in the "Trade" field and use comma separation, eg. 50.00,30.00,0.00,25,00
The field is now labeled "Wholesale Price", just to clarify.
-
Re: DUAL Pricing v2
I apologize for not reading back through all the comments to see if this has been addressed somewhere else.
I've had the wholesale pricing plugin installed for a while but have only just begun adding wholesale prices to my products. I see that it's possible to add prices by attribute, but the wholesale price doesn't appear in the drop down list that the wholesale customer sees. They have to actually add the product to their cart in order to see the wholesale price. Is there any likelihood of this being changed so wholesale prices will display properly on the product page? I see that it does work for items that are not priced in the attrirbutes.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
HeleneWallis
I apologize for not reading back through all the comments to see if this has been addressed somewhere else.
I've had the wholesale pricing plugin installed for a while but have only just begun adding wholesale prices to my products. I see that it's possible to add prices by attribute, but the wholesale price doesn't appear in the drop down list that the wholesale customer sees. They have to actually add the product to their cart in order to see the wholesale price. Is there any likelihood of this being changed so wholesale prices will display properly on the product page? I see that it does work for items that are not priced in the attrirbutes.
This is the result of using dropdowns to display attribute price... without the price code being duplicated in that particular coding block.
To correct it, you'll need to add the wholesale price loop to the attributes dropdown pricing code block.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
twitchtoo
This is the result of using dropdowns to display attribute price... without the price code being duplicated in that particular coding block.
To correct it, you'll need to add the wholesale price loop to the attributes dropdown pricing code block.
And that would be where? I've looked at function_prices.php and see where the dual pricing code is inserted, but I don't immediately see what to add or where. Or even if that's the correct program to add it to.
-
Re: DUAL Pricing v2
Hello,
I am hoping for some guidance with the dual pricing add-on and minimum order add-on for wholesale customers. I have had success with assigning a minimum order amount in "class.minimum_order_amount.php" (see previous post #1389) however; I now want the flexibility to have different minimum order amounts for different wholesale customers. I have created a new field in my database called "customers_minorder" which can be changed to any value in "customers.php" through the admin panel. The problem I have is accessing the value of "customer_minorder" in the "class.minimum_order_amount.php" file for the minimum order add-on. Any guidance on the syntax to access this value will be greatly appreciated.
Thanks
-
Re: DUAL Pricing v2
Just a note on the installation. Great work on identifying where the changes are located in the files. Makes merging easier.
I believe there's a small error on line 39 of each README.txt. Shouldn't
Code:
2. Attributes can be set in the same way, but you need to enter the prices in the "Wholesale Price" field and use comma separation, eg. 50.00-30.00-0.00-25,00
be
Code:
2. Attributes can be set in the same way, but you need to enter the prices in the "Wholesale Price" field and use comma separation, eg. 50.00,30.00,0.00,25.00
THANX for your work.
-
Re: DUAL Pricing v2
Quote:
Originally Posted by
dbltoe
Just a note on the installation. Great work on identifying where the changes are located in the files. Makes merging easier.
I believe there's a small error on line 39 of each README.txt. Shouldn't
Code:
2. Attributes can be set in the same way, but you need to enter the prices in the "Wholesale Price" field and use comma separation, eg. 50.00-30.00-0.00-25,00
be
Code:
2. Attributes can be set in the same way, but you need to enter the prices in the "Wholesale Price" field and use comma separation, eg. 50.00,30.00,0.00,25.00
THANX for your work.
@dbltoe Thanks for pointing that out. I'll update that for the next version.
-
Re: DUAL Pricing v2
Hi All,
I have installed this on 1.5.5e a few things:
1. it is not picking up on the wholesale pricing prices amounts even though they are in the database.
2. it is displaying the normal price twice on the product info display
3. even if it was picking up the correct price, it is displaying for all to see and not just wholesale customers.
probably issue with the files, installing this on a bought zencart theme
thanks for any help in advance.