Zen Cart Logo

DUAL Pricing v2

Views: 363,298

Results 121 to 140 of 1,504
5 Nov 2007, 4:45 AM
#121
marknew avatar

marknew

Zen Follower

Join Date:
Oct 2005
Posts:
274
Plugin Contributions:
0

DUAL Pricing v2

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

10 Nov 2007, 8:32 PM
#122
blakemiller avatar

blakemiller

New Zenner

Join Date:
Oct 2005
Posts:
57
Plugin Contributions:
0

Re: DUAL Pricing v2

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

14 Nov 2007, 8:33 PM
#123
blakemiller avatar

blakemiller

New Zenner

Join Date:
Oct 2005
Posts:
57
Plugin Contributions:
0

Re: DUAL Pricing v2

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.

14 Nov 2007, 10:48 PM
#124
chrome_orange avatar

chrome_orange

Totally Zenned

Join Date:
Jun 2004
Posts:
457
Plugin Contributions:
0

Re: DUAL Pricing v2

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/showpost.php?p=122893&postcount=65

make sure you properly comment your code or save a backup of the files you edit.

let me know.

15 Nov 2007, 4:04 PM
#125
sanguisdesign avatar

sanguisdesign

Inactive

Join Date:
May 2005
Location:
Western MA, USA
Posts:
588
Plugin Contributions:
1

Re: DUAL Pricing v2

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.

UPDATE products SET products_price_w = 0 WHERE products_price_w = ''
15 Nov 2007, 6:22 PM
#126
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

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?

30 Nov 2007, 6:30 AM
#127
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: DUAL Pricing v2

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?

30 Nov 2007, 11:46 PM
#128
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: DUAL Pricing v2

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

1 Dec 2007, 12:09 AM
#129
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: DUAL Pricing v2

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?

1 Dec 2007, 12:26 AM
#130
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: DUAL Pricing v2

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:

1 Dec 2007, 2:21 PM
#131
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: DUAL Pricing v2

In my install of DP (I'm using 1.3 beta 3 in Zen 1.3.7) the file which gathers up the info and displays it is ...

admin/includes/modules/product/collect_info.php

...around line 337.

I've never used Group Pricing, nor am I using either of the other mods you've installed. I have several other mods installed but still DP works fine for me.

HTH

Rob

1 Dec 2007, 7:25 PM
#132
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: DUAL Pricing v2

Rob, appreciate the feedback and need to ask;

Are you using Easy Populate and, if yes, did you use EP to include Wholesale prices (downloading / uploading a spreedsheet) or do you see an entry for Wholesale pricing on the Edit/Add Product page and used that?

1 Dec 2007, 8:21 PM
#133
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: DUAL Pricing v2

I must be getting old -- I actually can't remember how I updated all the products to have the dual priciing. I certainly didn't do it one by one in admin ( :wacko: ) though I do have the field available to do it if I had to.

Yes I do have EP installed, and I guess that's what I used, but put me on a rack and I couldn't swear to it.

Rob

1 Dec 2007, 8:31 PM
#134
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: DUAL Pricing v2

The situation seems to be getting weirder by the moment. :shocking:

I have confirmed the "admin/includes/modules/product/collect_info.php" file and path are correct, file is there with required Wholesale information. I even went so far as to delete the "collect_info.php" file and the Edit/Add Product page still worked and no errors anywhere. Most odd!

Looks like I'll have to follow the logic path from the start, to find where & what file is not doing what it is supposed to for this Mod.

5 Dec 2007, 1:20 PM
#135
asekeris avatar

asekeris

New Zenner

Join Date:
Mar 2006
Location:
Zevenbergen, NL
Posts:
40
Plugin Contributions:
0

Re: DUAL Pricing v2

Did you rename the admin folder to a different name as suggested for improved security?
I did and after that tried to install the DPmod and it took me 3 day to find out that I was editing the correct file but in the wrong folder.

6 Dec 2007, 3:24 AM
#136
oxxyfx avatar

oxxyfx

New Zenner

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

Re: DUAL Pricing v2

Did anybody got this module working with the Canadapost module together? Even if I try to use winmerge to merge these to work together, I still have problems. One is overwriting the changes the other makes - so it is really hard to implement these two together.

If anybody has any suggestions please let me know.

Thanks.
Ox.

1 Jan 2008, 7:50 PM
#137
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

I have just uploaded an updated version for Zen Cart 1.3.8 for those of you who are interested.

7 Jan 2008, 4:37 PM
#138
ekles avatar

ekles

New Zenner

Join Date:
Aug 2005
Posts:
73
Plugin Contributions:
0

Re: DUAL Pricing v2

delia:

I have just uploaded an updated version for Zen Cart 1.3.8 for those of you who are interested.

Has anyone still got the version for 1.3.7?

7 Jan 2008, 9:22 PM
#139
delia avatar

delia

Totally Zenned

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

Re: DUAL Pricing v2

all versions are still in that sections

9 Jan 2008, 11:57 AM
#140
burriko avatar

burriko

New Zenner

Join Date:
Apr 2007
Posts:
10
Plugin Contributions:
0

Re: DUAL Pricing v2

delia:

I have just uploaded an updated version for Zen Cart 1.3.8 for those of you who are interested.

Just to let you know, the version you have uploaded also seems to include additions for the Checkout Without Account addon, which will cause problems for people that don't use that addon.

Thanks.