Zen Cart Logo

DUAL Pricing v2

Views: 363,341

Results 521 to 540 of 1,504
5 Aug 2009, 3:40 PM
#521
template_cascade avatar

template_cascade

New Zenner

Join Date:
Jan 2009
Posts:
40
Plugin Contributions:
0

DUAL Pricing v2

hmm... nope it sounds like you have things set pretty good. I wonder the issue here. It's going to take some serious poking around and testing things to try and figure this one out. It might be an admin setting that is different from the stock setting messing it up. It could be a number of things, but in general it should be working. I'd keep trying and see if there is anything you can figure out.

5 Aug 2009, 4:02 PM
#522
jazznuts699 avatar

jazznuts699

New Zenner

Join Date:
Jul 2009
Posts:
72
Plugin Contributions:
0

Re: DUAL Pricing v2

in doing some more looking around i found that if i add an item into the cart which is not setup with multiple discounts, as such the default (0) discount is applied - as designed. the total for that item appears correctly in the cart -- see image

regular price is 24 eur for all items
customer logged in has pricing level 2
item 1 pricing levels : 0-12.00-11.00-10.00
item 2 is not discounted (default 0 in Wholesale Price (Net) field)

5 Aug 2009, 4:50 PM
#523
template_cascade avatar

template_cascade

New Zenner

Join Date:
Jan 2009
Posts:
40
Plugin Contributions:
0

Re: DUAL Pricing v2

jazznuts699:

in doing some more looking around i found that if i add an item into the cart which is not setup with multiple discounts, as such the default (0) discount is applied - as designed. the total for that item appears correctly in the cart -- see image

regular price is 24 eur for all items
customer logged in has pricing level 2
item 1 pricing levels : 0-12.00-11.00-10.00
item 2 is not discounted (default 0 in Wholesale Price (Net) field)

Thanks for the info I'm trouble shooting right now... get back to you in a bit.

5 Aug 2009, 5:29 PM
#524
template_cascade avatar

template_cascade

New Zenner

Join Date:
Jan 2009
Posts:
40
Plugin Contributions:
0

Re: DUAL Pricing v2

I set up a new cart, and installed a fresh copy of the DP 1.5 mod. I'm getting the proper results with your set up.

  • customer set to WS level2
  • product pricing set to 0-12.00-11.00-11.00

I don't know if your tpl_shopping_cart_default.php file is changed at all and calling a different value than $product['productsPriceEach'] or $product['productsPrice']

It does look like your template is calling a custom value here. Or is excluding one or the other. Not exactly what's going on but the problem might lie there.

11 Aug 2009, 11:30 AM
#525
rogers avatar

rogers

New Zenner

Join Date:
Apr 2008
Posts:
5
Plugin Contributions:
0

Re: DUAL Pricing v2

Hi Everyone,

Hope all of you are having a great week.

So, I am not sure how this mode will work for me.

I rely in prices by attributes, I have set the prices to 0 and just the attribute price matters now.

So, how the wholesale levels works? Are they multipliers? If so where I set the percentage?

Ex: I have a product priced to 0 and its attributes +$78 and +$90, the attributes doesn't have a wholesale price tag. How can I show different prices for the wholesale and Retail?

Thank you,
Rogers

18 Aug 2009, 1:43 PM
#526
webdesignjustin avatar

webdesignjustin

New Zenner

Join Date:
Jun 2008
Posts:
4
Plugin Contributions:
0

Re: DUAL Pricing v2

Hello again, got another quick question for you. When I am logged in as a customer set as a wholesale customer when I look at the products in list form (see picture below) I only see the wholesale price. Is there a way to show both the retail and wholesale pricing.

Thank You in advance for your help.

Am running the most up to date version of zencart and the most up to date version of dual pricing.

20 Aug 2009, 1:22 AM
#527
p1drobert avatar

p1drobert

New Zenner

Join Date:
May 2007
Location:
Melbourne, Australia
Posts:
88
Plugin Contributions:
0

Re: DUAL Pricing v2

Hi,

I'm using the 'dual pricing wholesale pricing_1-5" add on module, with zencart 1.3.8

I've used it to set up a wholesale price for one of my customers. It seems to work ok if they add a few items to the cart but once they reach the quantity limits set for quantity discount the wholesale price is replaced with the quantity discount retail price.
eg. normal retail price $6.75 @ 1, $6.50 @ 10, etc
wholesale price is $4.50
When the wholesale client adds 9 items he gets the $4.50 price, but if he orders 10 the price shoots up to $6.50

Does anyone know how to fix this problem?

26 Aug 2009, 2:39 PM
#528
ladyink avatar

ladyink

Zen Follower

Join Date:
Oct 2007
Posts:
105
Plugin Contributions:
0

Re: DUAL Pricing v2

I started off by posting this in the wrong place... I'll try again... It was late.

Right now I'm trying everything to see if I can show the first wholesale level to all customers- logged in or not. I want everything else to work like it currently does but statically show the potential wholesale price if the customer were to become a wholesale customer. I'm thinking that since that price is entered into the database, we should be able to capture it and put it on the product info template- Am I thinking too simple?

I already know that my next goal will be to try and figure out if a person puts a certain item in their cart, they get moved to the wholesale pricing- much bigger issue that I haven't even begun to investigate yet!

Quote:
Originally Posted by ladyink View Post
Has anyone come up with a way to show both prices? I have this exact same situation and I feel like I'm so close and yet so far. The dual pricing displays is perfectly but only if they are assigned to the "group".

Nancy
I really am so close- at least I'd like to think I am. Here is what I've got and I think that my thought process is right- I just can't quite get it.

On my tpl_product_info_display.php I've got which is from dual pricing:

<!--bof Product Price block --> <h2 id="retailwhole" class="productGeneral"> <?php // base price //*********************************************************************** //***DISPLAY NET RETAIL PRICE IF WHOLESALE CUSTOMER IS LOGGED ON //*********************************************************************** if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) { echo '<span id="retailwhole">' . ' Retail Price: '.$one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == '1') ? TEXT_BASE_PRICE : '') . zen_get_products_display_retail_net_price((int)$_GET['products_id']).'</span><br /> '; } //*********************************************************************** //***END DISPLAY NET RETAIL PRICE IF WHOLESALE CUSTOMER IS LOGGED ON //*********************************************************************** if ($show_onetime_charges_description == 'true') { $one_time = ' <span> Your Price: ' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />'; } else { $one_time = ''; } //******************************************************************************** * //***Properly display price labeling when set to Whole sale and when not //******************************************************************************** * if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) { echo '<span id="whole">Member Price: '; } else { echo '<span id="retail">Retail Price: '; } echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']); echo '</span>'; //******************************************************************************** * //***END Properly display price labeling when set to Whole sale and when not //******************************************************************************** * ?></h2> <!--eof Product Price block -->

Right under <h2 id="retailwhole" class="productGeneral"> at the top of that code, I put:

<?php echo '<span id="retailwhole">' . ' Retail Price: '.$one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == '1') ? TEXT_BASE_PRICE : '') . zen_get_products_display_retail_net_price((int)$_GET['products_id']).'</span><br /> '; ?>

Which only managed to duplicate the retail price. Since I'm not that great at php- yet, I understand what needs to happen- just not quite sure how to write it. I'm entering a Wholesale price on the product page in the admin- there has got to be a way to display that

I'm willing to try any suggestions~

Nancy

26 Aug 2009, 7:28 PM
#529
webdesignjustin avatar

webdesignjustin

New Zenner

Join Date:
Jun 2008
Posts:
4
Plugin Contributions:
0

Re: DUAL Pricing v2

what happened to the help on this forum? :cry:
It seems to have vanished. Did another thread get started someplace else. I am very confused! :huh:

26 Aug 2009, 7:35 PM
#530
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: DUAL Pricing v2

If there is a new support link, I wish someone would post it.

betty

2 Sep 2009, 5:39 PM
#531
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: DUAL Pricing v2

I am still looking for a way to turn the Retail off completly. This store is a wholesale only store, yet yesterday someone placed an order at the retail price. Needless to say, I'm back here today searching again for a possible solution.

thank you,

betty

8 Sep 2009, 3:17 AM
#532
amrilojim avatar

amrilojim

New Zenner

Join Date:
Jul 2009
Posts:
4
Plugin Contributions:
0

Re: DUAL Pricing v2

I've been searching for three days and still have not found suitable answers:

Most items at my site are priced by attribute. I want to display both Retail and Preferred pricing, no matter what the customer's wholesale pricing level.

I'm using radio buttons to display attributes. Currently, the display looks like:

  • Quart ($10.50) (2 lbs.)

What I'd like it to look like is:

  • Quart (2 lbs.)
    Retail: $10.50 Preferred: $8.60

My shop is ZC 1.3.8 with Dual Pricing 1.5.

8 Sep 2009, 3:29 AM
#533
amrilojim avatar

amrilojim

New Zenner

Join Date:
Jul 2009
Posts:
4
Plugin Contributions:
0

Re: DUAL Pricing v2

bettysue:

I am still looking for a way to turn the Retail off completly. This store is a wholesale only store, yet yesterday someone placed an order at the retail price. Needless to say, I'm back here today searching again for a possible solution.

thank you,

betty

This may not be practical if your store has a large inventory or a great number of customers, but one solution is to swap your retail and wholesale tiers, making wholesale the default (0) and retail (1). That means everybody who enters the store has wholesale status and you'd have to "upgrade" them to the retail tier.

Remember to edit tpl_product_info_display.php.

10 Sep 2009, 4:30 PM
#534
chuckienorton avatar

chuckienorton

New Zenner

Join Date:
Dec 2007
Posts:
54
Plugin Contributions:
0

Re: DUAL Pricing v2

Hello, I have a quick question:

My installation is adding retail price to a cart when not logged in, and then when a wholsale customer logs in during checkout - it doesn't update the price.

Is there an update to make this work? Or any other sort of workaround?

Thanks!

(sorry if this is a repost - I didn't find the answer easily in this thread)

10 Sep 2009, 6:52 PM
#535
template_cascade avatar

template_cascade

New Zenner

Join Date:
Jan 2009
Posts:
40
Plugin Contributions:
0

Re: DUAL Pricing v2

AmriloJim:

I've been searching for three days and still have not found suitable answers:

Most items at my site are priced by attribute. I want to display both Retail and Preferred pricing, no matter what the customer's wholesale pricing level.

I'm using radio buttons to display attributes. Currently, the display looks like:

  • Quart ($10.50) (2 lbs.)

What I'd like it to look like is:

  • Quart (2 lbs.)
Retail: $10.50 Preferred: $8.60

My shop is ZC 1.3.8 with Dual Pricing 1.5.

AmriloJim, Thanks for the information. Ever since taking over this project I haven't touched the attributes side of this module. Attributes in Zen-Cart make no sense to me and I've done everything humanly possible to avoid them. As I understand it though the original Dual Pricing did work with attributes? Have you gotten it to work at all? or are you just trying to change the appearance of the pricing?

10 Sep 2009, 6:59 PM
#536
template_cascade avatar

template_cascade

New Zenner

Join Date:
Jan 2009
Posts:
40
Plugin Contributions:
0

Re: DUAL Pricing v2

bettysue:

If there is a new support link, I wish someone would post it.

betty

webdesignjustin:

what happened to the help on this forum? :cry:
It seems to have vanished. Did another thread get started someplace else. I am very confused! :huh:

Sorry, I have been working hard on other projects... Time is a little bit short right now. It goes a long way when I get a thank you:

http://tinyurl.com/p3ez3o

10 Sep 2009, 7:05 PM
#537
template_cascade avatar

template_cascade

New Zenner

Join Date:
Jan 2009
Posts:
40
Plugin Contributions:
0

Re: DUAL Pricing v2

bettysue:

I am still looking for a way to turn the Retail off completly. This store is a wholesale only store, yet yesterday someone placed an order at the retail price. Needless to say, I'm back here today searching again for a possible solution.

thank you,

betty

Betty,

I believe that a few pages ago I posted a work around so that every time a customer is added to the DB they are added as a whole sale customer. This would be a solution for you. Please let me know if you can't find it.

10 Sep 2009, 7:11 PM
#538
template_cascade avatar

template_cascade

New Zenner

Join Date:
Jan 2009
Posts:
40
Plugin Contributions:
0

Re: DUAL Pricing v2

ladyink:

I started off by posting this in the wrong place... I'll try again... It was late.

Right now I'm trying everything to see if I can show the first wholesale level to all customers- logged in or not. I want everything else to work like it currently does but statically show the potential wholesale price if the customer were to become a wholesale customer. I'm thinking that since that price is entered into the database, we should be able to capture it and put it on the product info template- Am I thinking too simple?

You're right, you are going to have to do a call to the DB to pull the price out and put it in the wholesale price. Dual pricing won't calculate this for you since you are not logged in as a wholesale customer. you should modify the header.php file to call the whole sale price and then call it where you wish in you product info template file.

PHP becomes clear when you STARE at it... :)

26 Oct 2009, 10:18 PM
#539
juggersworth avatar

juggersworth

New Zenner

Join Date:
Oct 2009
Posts:
5
Plugin Contributions:
0

Re: DUAL Pricing v2

So you can avoid our (small) embarrassment. When installing Dual Pricing, line #86 of tpl_product_info_display.php should be changed from:

echo '<span id="whole">Whole Sale Price: ';

to

echo '<span id="whole">Wholesale Price: ';

ie: Wholesale is one word. A customer pointed this out to us and said it made us look a little dumb.
Josh

30 Oct 2009, 1:44 PM
#540
projectholds avatar

projectholds

New Zenner

Join Date:
Jul 2009
Posts:
1
Plugin Contributions:
0

Re: DUAL Pricing v2

I am running 1.3.8 for projectholds.com, and recently installed the dual pricing mod. Since then, I'm unable to update product descriptions in the admin area. I can type into the product description box, but when I preview to accept the changes what I typed in is not there. All the product descriptions appear to have been removed during the module install. There are no error messages, either. It just doesn't take. I've tried re-installing the mod, in case it was a bad upload, but to no avail.

The rest of the site seems to be working fine - I just can't put any product descriptions in (new or existing products). Any ideas?