Zen Cart Logo

DUAL Pricing v2

Views: 363,341

Results 1,021 to 1,040 of 1,504
9 Jun 2012, 1:34 AM
#1021
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

DUAL Pricing v2

DivaVocals:

I seem to be saying exactly what I have stated.. no hidden message in my words.. No read between the lines.. I said that v1.3.9 is secure.. v1.5 was built to IMPROVE the security of v1.3.9. if you have a stable v1.3.9 install then there is no rush to upgrade to v1.5.. I am saying that unless you know HOW to upgrade 1.3.9 add-ons so that they maintain the SAME security that is the MAIN THRUST of v1.5, then you should not install v1.3.9 add-ons that have not been updated or tested to work with Zen Cart v1.5.. I think this is a pretty clear statement..

I would say not having an app that they NEED is the justification for a business owner to INVEST in the tools they need to do business.. Most of my clients usually make the investment in their business.. Only 1 opted to do without their "must have" add-ons and work around the issue.

Also at this point we are hijacking the Dual Pricing thread with what has become an off-topic discussion, and this probably should be moved to a more appropriate place on the forum.... There is a whole thread in the upgrade forum which will provide you with the information about why you can't just simply install v1.3.9 add-ons with v1.5.. Suggest you head over there and check it out..

9 Jun 2012, 9:20 AM
#1022
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: DUAL Pricing v2

DivaVocals:

if you have a stable v1.3.9 install then there is no rush to upgrade to v1.5.You could work for Microsoft support. What you say is true, but no help at all. As I said, I don't have a stable 1.3.9 install, so you know that helpful hint is just noise to me. So why write it?

Frankly, I wonder if you get off on not helping, because you seem to put a lot of effort into it. Regularly your response to people saying they can't find something is to tell them the info is there, but offer no clues. You could so easily suggest a search term or provide a link.

You could easily say what you do mean. I said that you seem to be saying something that you say you are not saying. TRY LISTENING. That IS what you seem to be saying TO ME. I am trying to help you improve your terrible communication.

9 Jun 2012, 1:34 PM
#1023
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: DUAL Pricing v2

hairydog:

You could work for Microsoft support. What you say is true, but no help at all. As I said, I don't have a stable 1.3.9 install, so you know that helpful hint is just noise to me. So why write it?No help?? oh okay.. well I guess you missed where I had stated earlier that I agreed with where you stated that perhaps your best course of action was to fix/red-do the 1.3.9 install you have..

hairydog:

Frankly, I wonder if you get off on not helping, because you seem to put a lot of effort into it. Regularly your response to people saying they can't find something is to tell them the info is there, but offer no clues.Regularly eh?? You mean like suggesting to folks that they review the readme documentation when the question they ask is in the readme documentation?? I tell people to look for things when it's clear that they have not read the documentation. and I am not the only person who makes this suggestion to folks.. Sorry that you find that offensive or not helpful..

hairydog:

You could so easily suggest a search term or provide a link. You mean suggesting that folks look for the top level forum section that says "Upgrading Your Zen Cart". Or the topic under that section that says "Upgrading from 1.3 to 1.5". versus posting the link to these sections.. My apologies.. I didn't realize that these sections would be so hard to find that I would have to provide a link to them. I'll make a note of that..

hairydog:

You could easily say what you do mean. I said that you seem to be saying something that you say you are not saying. TRY LISTENING. That IS what you seem to be saying TO ME. I am trying to help you improve your terrible communication.I did.. You interpreted something I said incorrectly.. so I clarified.. Sorry you are now taking offense to that..

12 Jun 2012, 5:34 PM
#1024
horrific_ending avatar

horrific_ending

New Zenner

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

Re: DUAL Pricing v2

So just for anyone that has had the same issue as me. I solved it, in the instructions it states that you have to format your pricing as followed: 50.00-30.00-0.00-25.00...this was showing tier 1 pricing for all tiers until you added them cart in which this is not what i wanted. Instead just did the following when formatting pricing 50.00-30.00-25.00 and it showed correctly.

13 Jun 2012, 8:47 AM
#1025
fraser_coast avatar

fraser_coast

New Zenner

Join Date:
Jun 2012
Posts:
12
Plugin Contributions:
0

Re: DUAL Pricing v2

dual pricing 1.8 for zen cart 1.3.9
in the section it says if you want your wholesale customers to see both retail and wholesale,
then uncomment line 71#

can anyone tell me what line 71# looks like and what does uncomment mean exactly, i am only new to this, so im not really up on the terms
so any help would be appreciated

19 Jun 2012, 2:35 PM
#1026
i_dannati avatar

i_dannati

New Zenner

Join Date:
Oct 2011
Location:
Port Hope, Ontario
Posts:
20
Plugin Contributions:
0

Re: DUAL Pricing v2

fraser coast:

dual pricing 1.8 for zen cart 1.3.9
in the section it says if you want your wholesale customers to see both retail and wholesale,
then uncomment line 71#

can anyone tell me what line 71# looks like and what does uncomment mean exactly, i am only new to this, so im not really up on the terms
so any help would be appreciated

to uncomment or comment out a particular php code you simple add or remove // at the beginning of a line for example

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
class oFBLikeBox{
	function getData(&$params ){		
		$oFlink	= $params->get('olink', 'http://www.facebook.com/pages/Optimized-Sense/230549220294427?ref=ts');
		$oFwidth	= $params->get('owidth', '300');
		$oFheight	= $params->get('oheight', '500');
		$oFborder	= $params->get('oborder', '000000');
		//$oFcolor	= $params->get('ocolor');
		$oFfaces	= $params->get('ofaces');		
		$oFstream	= $params->get('ostream');
		$oFforce	= $params->get('oforce');
		$oFheader	= $params->get('oheader');
		$oFsource	= $params->get('osource');

using // basically tells browsers - servers to disregard what is shown there - - essentially // is used for developer notes to describe sections for future reference

Really not trying to sound like an ###### here but if you are new to Zen and want your store to have a custom look or any modification really you should spend a few days brushing up on php coding skills - - A great place is youtube but there are tons of other web tutorials.. This will save you tons of time in the long run. btw there is other ways to uncomment or comment out // is just one of them

Hope this helps

19 Jun 2012, 2:48 PM
#1027
i_dannati avatar

i_dannati

New Zenner

Join Date:
Oct 2011
Location:
Port Hope, Ontario
Posts:
20
Plugin Contributions:
0

Re: DUAL Pricing v2

On the sunny side - -

As all good things must come to an end so shall my endeavors with Zen cart.. After spending countless hours adding, fixing and upgrading to get the most out of my ecommerce store I have decided to finally switch to a different platform..

I'm not gonna put some shameless plug here but what I will tell you is that the new platform I am currently migrating to has built in features like wholesale groups, multiple stores, upscales, cross sales etc.. Needless to say I'm thoroughly impressed - - If you would like to know what it is just pm me... Note the php skills required are more advanced so this isn't for the faint at heart...

The entire purpose of me even going into this is really just to thank all the developers on this form for their time and efforts to make Zen an amazing start up cart - - Honestly Diva, Twitch and few others if not for you guys/gals I'd a been lost a long time ago

I will keep the files up that I linked in a earlier post for those who need them (123 downloads thus far)

Good luck peeps and Happy zenning!

21 Jun 2012, 1:33 AM
#1028
jean_francois avatar

jean_francois

New Zenner

Join Date:
May 2012
Posts:
1
Plugin Contributions:
0

Re: DUAL Pricing v2

Hi,

Sorry to bother you but I search a lot and found no answer to my problem.

I have installed ''dual pricing'' and everything seem to work well but I just install "Edit order" and my problem is than when I edit an order, I can add products but the price of these products are always the price for "normal costumer"

Do you have a way to fix this? or are they just not compatible?

thank you for your time

21 Jun 2012, 1:55 AM
#1029
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: DUAL Pricing v2

jean-francois:

Hi,

Sorry to bother you but I search a lot and found no answer to my problem.

I have installed ''dual pricing'' and everything seem to work well but I just install "Edit order" and my problem is than when I edit an order, I can add products but the price of these products are always the price for "normal costumer"

Do you have a way to fix this? or are they just not compatible?

thank you for your timeEdit Orders will work with the default Group Pricing, and you might want to consider using that instead for your dual pricing needs or perhaps this add-on might suit your needs better and since it uses the built in Zen Cart discount groups it might work with Edit Orders.. http://www.zen-cart.com/downloads.php?do=file&id=223

Edit Orders would need to be re-written to work with Dual Pricing and IMHO if this were to happen it needs to maintain it's compatibility to the default Group Pricing..

28 Jun 2012, 5:17 PM
#1030
richardtuttle avatar

richardtuttle

New Zenner

Join Date:
Dec 2011
Location:
Boise, ID
Posts:
28
Plugin Contributions:
0

Re: DUAL Pricing v2

Has anyone had the opportunity to look at why the wonderful Dual Pricing mod doesn't work with SaleMaker? Any thoughts on how to get the wholesale price to not reflect the Sales discount?

28 Jun 2012, 7:10 PM
#1031
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: DUAL Pricing v2

richardtuttle:

Has anyone had the opportunity to look at why the wonderful Dual Pricing mod doesn't work with SaleMaker? Any thoughts on how to get the wholesale price to not reflect the Sales discount?You might want to have a glance at this add-on too: http://www.zen-cart.com/downloads.php?do=file&id=223

Might work better for your needs..

28 Jun 2012, 7:32 PM
#1032
richardtuttle avatar

richardtuttle

New Zenner

Join Date:
Dec 2011
Location:
Boise, ID
Posts:
28
Plugin Contributions:
0

Re: DUAL Pricing v2

DivaVocals:

You might want to have a glance at this add-on too: http://www.zen-cart.com/downloads.php?do=file&id=223
Might work better for your needs..

Actually, no it wouldn't. In fact, we use to utilize that add-on but it doesn't function the way that we need it to while Dual Pricing is PERFECT - except for it discounting the Sales (from SaleMaker) to our Wholesale customers. LOL :-\

28 Jun 2012, 7:36 PM
#1033
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: DUAL Pricing v2

richardtuttle:

Actually, no it wouldn't. In fact, we use to utilize that add-on but it doesn't function the way that we need it to while Dual Pricing is PERFECT - except for it discounting the Sales (from SaleMaker) to our Wholesale customers. LOL :-\

Well I was thinking these specific features were more in lines with what you were inquiring about.. (since Dual Pricing does not offer similar features -- never has)

5.) Prevent group discounts from being given on products already on sale or special at a
higher discount. If the group discount price is lower than the sale or special price,
products will be offered at the group discount price.

6.) Prevent discounts of any kind being issued on gift certificates.

Anyway.. perhaps someone will come along and explain how to add similar features to Dual Pricing..

28 Jun 2012, 7:44 PM
#1034
richardtuttle avatar

richardtuttle

New Zenner

Join Date:
Dec 2011
Location:
Boise, ID
Posts:
28
Plugin Contributions:
0

Re: DUAL Pricing v2

DivaVocals:

Well I was thinking these specific features were more in lines with what you were inquiring about.. (since Dual Pricing does not offer similar features -- never has)

Anyway.. perhaps someone will come along and explain how to add similar features to Dual Pricing..

Yes, I understand that part but it doesn't give minute control over the wholesale pricing of each individual product. :)

28 Jun 2012, 8:41 PM
#1035
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: DUAL Pricing v2

richardtuttle:

Yes, I understand that part but it doesn't give minute control over the wholesale pricing of each individual product. :)Yes I do understand the difference between the two apps..

My client opted to change the way she configured/managed her wholesale products so that she could use the other mod because the discounting of wholesale prices was a huge deal breaker for her.. But hey.. different strokes and all right??:smile:

Anyway, hopefully someone will come along and explain how to make this same kind of feature work with Dual Pricing..

5 Jul 2012, 11:14 PM
#1036
voltar avatar

voltar

New Zenner

Join Date:
Apr 2011
Posts:
80
Plugin Contributions:
0

Re: DUAL Pricing v2

I've finally got dual pricing and hidden wholesale up and running together. (Thanks Leonard!) I'm still not able to get the wholesale prices to work with attributes but I really don't need them to right now. The problem I'm having is that the sub-total is not showing the correct sub-total. If anything in the cart isn't part of the duel pricing scheme, it doesn't add to the subtotal. However, the correct total is displayed in the final cart screen during checkout so orders are not affected.

If anyone has an idea how to repair the sub-total total field, I am very interested. However I would also not be opposed to eliminating the field altogether. I have found the title fields and can clear them out but I can't find the file where the sub-total field is pushed to the screen. Any assistance would be greatly appreciated.

6 Jul 2012, 7:31 AM
#1037
balihr avatar

balihr

Totally Zenned

Join Date:
Oct 2008
Location:
Croatia
Posts:
1,769
Plugin Contributions:
20

Re: DUAL Pricing v2

voltar:

If anyone has an idea how to repair the sub-total total field, I am very interested. However I would also not be opposed to eliminating the field altogether. I have found the title fields and can clear them out but I can't find the file where the sub-total field is pushed to the screen. Any assistance would be greatly appreciated.

You might wanna check your old post... :smile: Probably just until you find a proper fix for what you need.

6 Jul 2012, 11:38 AM
#1038
voltar avatar

voltar

New Zenner

Join Date:
Apr 2011
Posts:
80
Plugin Contributions:
0

Re: DUAL Pricing v2

balihr:

You might wanna check your old post... :smile: Probably just until you find a proper fix for what you need.

Most excellent! Many thanks.

16 Jul 2012, 8:03 PM
#1039
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: DUAL Pricing v2

I've been struggling a bit in an attempt to get Dual Pricing 1.8 & Hidden Wholesale to work on ZC 1.3.9h - it was all working apart from not showing wholesale prices for attributes.

Searching this thread turned up a few people with this problem, but no solutions.

But I think I have found the problem.

At about line 1390 of includes/functions/functions_prices.php change

if ($pre_selected->fields["price_prefix"] == '-') {
      $attributes_price_final -= $pre_selected->fields["options_values_price"];
    } else {
      $attributes_price_final += $pre_selected->fields["options_values_price"];
    }
    // qty discounts

to

if ($pre_selected->fields["price_prefix"] == '-') {
      $attributes_price_final -= $options_values_price;
    } else {
      $attributes_price_final += $options_values_price;
    }
    // qty discounts

Well, it worked for me. Hope it helps others.

Iain

16 Jul 2012, 8:18 PM
#1040
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: DUAL Pricing v2

Hmm. It only worked up to a point. The right price is now shown for attributes, but when the item is added to the cart, the full price is shown. Anyone have any suggestions how to sort that out? Does the cart get its price from somewhere else?