DUAL Pricing version 2 images
i have this great mod running but i have one problem.
I have added some code to distplay the product image in the order email.
The order email from the mail site displays the images OK.
The order email for the second site puts a / in front of the image path.
<img src=/http://www.agents.crochetta.com.au/images/
Does anyone have an idea where that might be coming from?
Cheers M
Re: DUAL Pricing version 2
Quote:
Originally Posted by
wittymom
ChromeOrange,
You said that there was a way to display both prices for those who were set at the wholesale price. Any movement on that front?
Thank you for this mod, by the way, you saved my bacon in a big way!! :)
Amber
This has been asked a few times by a few users. No one will answer it. I need to do the same thing. http://www.zen-cart.com/forum/showthread.php?t=79857
Re: DUAL Pricing version 2
No one? I'm willing to pay for it. I think it's too bad that it's not an automatic feature. Many have asked for it.
Re: DUAL Pricing version 2
Quote:
Originally Posted by
blakemiller
No one? I'm willing to pay for it. I think it's too bad that it's not an automatic feature. Many have asked for it.
Have a look at this post
http://www.zen-cart.com/forum/showpo...3&postcount=65
make sure you properly comment your code or save a backup of the files you edit.
let me know.
Re: DUAL Pricing version 2
hey not sure if this is a repost but I just had an issue w/ a site that had the dual pricing added after the site had been running for a while, and not all the products had been given whole sale pricong and there for had a database value of '' (not null but just empty.) this Meant that all those itmes came up as $0 for people w/ whole sale access. To correct this I simply ran the below SQL in the zen cart sql paches program.
Code:
UPDATE products SET products_price_w = 0 WHERE products_price_w = ''
Re: DUAL Pricing version 2
I have a customer who wants to be able to put his wholesale pricing on sale/discounted etc.
I've already gotten the admin and db ready with salemaker but need to put the correct coding into the functions_pricing.php and though I've found the correct section, I need a bit of help. Would you be able to help out with this?
Re: DUAL Pricing version 2
If I understand correctly how this Mod works, once installed and on the Edit/New Product page, I should see an input box for Wholesale pricing.
I only see:
Tax Class:
Products Price (Net):
Products Price (Gross):
Not using EasyPopulate, I have tried both versions of this Mod; 1.3 for without EP and 1_3-beta3 for with EP but none seem to work.
The db update worked correctly, I do see a new text box under the email address box for a Customer and I also see "Retail/Wholesale" on the Catagory / Products page.
Zen Cart is v1.3.7. Can anyone help determine where the problem could be or what I'm doing wrong?
Re: DUAL Pricing version 2
Yep, Wholesale Price (Net) should be right under those three.
Have you made any other mods which affect that page in admin? I suspect that's where the problem lies.
Rob
Re: DUAL Pricing version 2
That's the confusing part. The only Mod installed on this site is the Magic SEO URL for Zen Cart and the customized Minimum Order solution.
Can you specify what Dual Price file I could look at to determine / solve the problem?
Re: DUAL Pricing version 2
Also, if it makes any difference, no Products are priced by attributes and no Products are linked. Not using Group Pricing either although, previous posts in this thread almost makes it sound like one should. :blink: