Zen Cart Logo

DUAL Pricing v2

Views: 363,340

Results 1,001 to 1,020 of 1,504
29 May 2012, 1:05 AM
#1001
voltar avatar

voltar

New Zenner

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

DUAL Pricing v2

I.dannati:

Well for me its always been displayed below the product description... Never above..

Do me a favor... Check your shopping cart with multiple items that all are priced via attributes... At first I thought my cart was great but when I tested that it didn't work...

I have it working right now just making sure you didn't miss that fix..

Here is what's happening. I add a wholesale price to a product along with 2 attributes with 4 values entered in the Trade field. On the retail side of the site, the correct wholesale price displays along with the attributes. I select an attribute and add to the cart.

In the cart, the correct wholesale price is displayed based on the wholesale level of the customer. however, the correct attribute price does not add. Only the 1st level of the wholesale attribute string is added. And here's another odd thing, the cost of the attribute is not displayed but the total shows the added attribute.

What have I missed? Thanks.

2 Jun 2012, 7:25 PM
#1002
i_dannati avatar

i_dannati

New Zenner

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

Re: DUAL Pricing v2

voltar:

Here is what's happening. I add a wholesale price to a product along with 2 attributes with 4 values entered in the Trade field. On the retail side of the site, the correct wholesale price displays along with the attributes. I select an attribute and add to the cart.

In the cart, the correct wholesale price is displayed based on the wholesale level of the customer. however, the correct attribute price does not add. Only the 1st level of the wholesale attribute string is added. And here's another odd thing, the cost of the attribute is not displayed but the total shows the added attribute.

What have I missed? Thanks.

its a shopping_cart.php issue...

Try this...

Download the modded files I linked a few post back here

unzip and find includes>classes>shopping_cart.php

replace the one you currently have on your site (Make A backup first, or just rename your existing)

Everything should work then... I've been running this for a month or so with no issues

Also keep in mind the copy to category or product in attribute controller doesn't work... You have to manually assign the prices for each attribute with each product

3 Jun 2012, 12:53 AM
#1003
horrific_ending avatar

horrific_ending

New Zenner

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

Re: DUAL Pricing v2

i am not sure if this issue is the same issue voltar had but...

its taken me about a week or so to fine tune this mod without any issues. Well not the issue i am having is i have everything set up to where it shows me retail and then shows me the wholesale price. Now tier one shows the price correct. Problem is when i go in and change a customer to tier 2 pricing it shows tier ones pricing but when i add it to the cart it shows tier two pricing.

Question is..is there a way to show tier two pricing all together if they are tier two or tier three pricing if they are tier three on the product page as well? Ill keep on going through the pages but it doesn't seem like like anyone has kinda had this issue. I wanna say there piece of code missing in my tpl_product_info_display.php where its not writing the correct price depending on what tier they are. Let me know if anyone needs any more information or clarification.

6 Jun 2012, 4:56 PM
#1004
horrific_ending avatar

horrific_ending

New Zenner

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

Re: DUAL Pricing v2

anyone?

6 Jun 2012, 11:11 PM
#1005
voltar avatar

voltar

New Zenner

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

Re: DUAL Pricing v2

Horrific_ending:

i am not sure if this issue is the same issue voltar had but...

its taken me about a week or so to fine tune this mod without any issues. Well not the issue i am having is i have everything set up to where it shows me retail and then shows me the wholesale price. Now tier one shows the price correct. Problem is when i go in and change a customer to tier 2 pricing it shows tier ones pricing but when i add it to the cart it shows tier two pricing.

Question is..is there a way to show tier two pricing all together if they are tier two or tier three pricing if they are tier three on the product page as well? Ill keep on going through the pages but it doesn't seem like like anyone has kinda had this issue. I wanna say there piece of code missing in my tpl_product_info_display.php where its not writing the correct price depending on what tier they are. Let me know if anyone needs any more information or clarification.

I've just about beat this thing into submission... I think. A couple more tweaks and I'll run with it. I believe that you are on the right track looking into the tpl_product_info_display.php file for what you want. I use a custom template file so I had to hand code in the code differences and then modify it to work the way I wanted.

The docs are pretty good in there and you should be able to locate where you want to add the additional information you need. Your request doesn't seem too difficult to pull off. I'm pretty much a hacker. I just hack away till it works and then move on. Hopefully someone with a bit more experience than me can jump in here and point you in the right direction. If not, tinker around with tpl_product_info_display.php one section at a time and you might just stumble into exactly what you want. Good luck.

7 Jun 2012, 12:58 PM
#1006
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: DUAL Pricing v2

Ok, now it's done. I have finally completed Site Wide Wholesale Customer Pricing + Radio Button Retail Pricing + Grid Wholesale Multi Add Pricing + Stock Quantities, and it all runs on 1.3.9h with MultiSite, CEON URI Mapping, Products with Attributes Stock and it's not hacked... there's even remarks!

That means retail and wholesale prices now display properly on the site as a guest, logged in retail customer and logged in wholesale customer.

Give me a couple days to compile it and share it with the group...

Here's a preview:

Guest/Retail Product Page
[Attachment no longer available]

Wholesale Product Page
[Attachment no longer available]

I made a point to leave a lot of the old code from various contributions in tack so anyone upgrading can see what I've changed or to ensure the variables others might be using are not corrupted.

This took months to get working... **Finally, Twitch is back!

**

7 Jun 2012, 1:23 PM
#1007
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

Sounds awesome.. A few questions..

  • Does SBA show stock quantities for product variants where there is more than one attribute or only for single attributes?
  • Which version of SBA are you using?
  • What about hidden wholesale. Is that included as well?

twitchtoo:

Ok, now it's done. I have finally completed Site Wide Wholesale Customer Pricing + Radio Button Retail Pricing + Grid Wholesale Multi Add Pricing + Stock Quantities, and it all runs on 1.3.9h with MultiSite, CEON URI Mapping, Products with Attributes Stock and it's not hacked... there's even remarks!

That means retail and wholesale prices now display properly on the site as a guest, logged in retail customer and logged in wholesale customer.

Give me a couple days to compile it and share it with the group...

Here's a preview:

Guest/Retail Product Page
[Attachment no longer available]

Wholesale Product Page
[Attachment no longer available]

I made a point to leave a lot of the old code from various contributions in tack so anyone upgrading can see what I've changed or to ensure the variables others might be using are not corrupted.

This took months to get working... **Finally, Twitch is back!

**

7 Jun 2012, 1:49 PM
#1008
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: DUAL Pricing v2

DivaVocals,
1 - Multiple attributes and multiple types... Picture 1 - The sizes (Size) each have corresponding personalizing (Text) quantities in stock, personalizing is being hidden for wholesale in the second picture. It would be possible to display the personalizing for each size and it's stock as the data is already loaded in the array. Another options would be displaying Adult Sizes and Kids sizes on the same product page.

2 - SBA 4.7a upgraded for 1.3.9h.

3 - I rebuilt the Dual Pricing Wholesale Pricing v1.7 Module. The current version Dual Pricing v1.8 and Hidden Wholesale I have had NO hand in. Mine works and it's not hacked... 2 years of solid sales without failing. It runs all the time, MultiSite or not, meaning you can use it with a variety of templates or sites or not at all. It does not cater to wholesale pricing tiers/levels. In the site it's programmed for you're either a wholesale customer or you're not, very simple switch.

Twitch.

7 Jun 2012, 4:01 PM
#1009
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

With regards to item #1.. Actully what I was asking about is product variants that consist of two (or more) attributes.. For example if I was selling widgets that came in three sizes, and four colors. Would I be able to see the qty for each size/color combo? So if I have 4 large/pink t-shirts in stock would I see the quantity for this size/color combo in your implementation..

With regard to item #3.. Understood.. and that's what I was hoping you would say.. So if you are a wholesale customer, you only see wholesale pricing, retail customers & guest only see retail pricing.. Is that correct?? If so, then are you saying that there is only ONE "level" for wholesale pricing. Can you elaborate on this point a bit. Does this mean that for each product there is a retail and a whole sale price?? If so if I do not set a wholesale price for a product, what does the wholesale customer see when viewing that product??

One last question.. I take it that this is a Zen Cart v1.3.9 add-on??

twitchtoo:

DivaVocals,
1 - Multiple attributes and multiple types... Picture 1 - The sizes (Size) each have corresponding personalizing (Text) quantities in stock, personalizing is being hidden for wholesale in the second picture. It would be possible to display the personalizing for each size and it's stock as the data is already loaded in the array. Another options would be displaying Adult Sizes and Kids sizes on the same product page.

2 - SBA 4.7a upgraded for 1.3.9h.

3 - I rebuilt the Dual Pricing Wholesale Pricing v1.7 Module. The current version Dual Pricing v1.8 and Hidden Wholesale I have had NO hand in. Mine works and it's not hacked... 2 years of solid sales without failing. It runs all the time, MultiSite or not, meaning you can use it with a variety of templates or sites or not at all. It does not cater to wholesale pricing tiers/levels. In the site it's programmed for you're either a wholesale customer or you're not, very simple switch.

Twitch.

7 Jun 2012, 6:49 PM
#1010
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: DUAL Pricing v2

DivaVocals,
1 - It's setup to run through the attributes that are associated with the product. If the output was not suitable some minor changes to the code could be made, once the data is loaded properly into the array it's only a matter of formatting the output to your needs.

3 - The index page is filtered for all three Guest/Retail and Wholesale, technically guest and retail are identical right now, wholesale customers have their own index. One level of wholesale is correct, the site was running with radio buttons for all products with retail/wholesale now by request I have split the two. Retail = Radio Buttons, Wholesale = Grid Pricing with Quantity Add and Stock Display. Currently the retail customer experience is identical to the wholesale, save the index page and the pricing... Shipping and Payment Options are also filtered for retail/wholesale with the same switch.

Have a look:
Guest/Retail Page:
[Attachment no longer available]
Wholesale Page:
[Attachment no longer available]

You need to set the prices for retail and wholesale, this site has many products, a blanket discount is not appropriate.

It's possible to completely change the output for a wholesale customer if you need to, this site did not require drastic retail/wholesale changes. With MultiSite installed you also have the option of creating a Wholesale Template.

Finally, this wholesale filter will work WITHOUT attributes... just regular products and retail/wholesale prices will also work :)

Only compatible with 1.3.9h at the moment.

Twitch.

7 Jun 2012, 6:56 PM
#1011
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

Sorry to do this to ya.. I do have a few more questions..

If I have a product with a retail price set, but no wholesale price set, what does the wholesale customer see??

Going back to products with attributes: So using your posted examples what do I see if the product has a size/color product variant. If I had say 4 large/green footed pajamas in stock do I see that displayed with the attributes on the product page?? Or can you only display stock quantities when there is only ONE attribute (size only or color only versus size AND color as in your example)

twitchtoo:

DivaVocals,
1 - It's setup to run through the attributes that are associated with the product. If the output was not suitable some minor changes to the code could be made, once the data is loaded properly into the array it's only a matter of formatting the output to your needs.

3 - The index page is filtered for all three Guest/Retail and Wholesale, technically guest and retail are identical right now, wholesale customers have their own index. One level of wholesale is correct, the site was running with radio buttons for all products with retail/wholesale now by request I have split the two. Retail = Radio Buttons, Wholesale = Grid Pricing with Quantity Add and Stock Display. Currently the retail customer experience is identical to the wholesale, save the index page and the pricing... Shipping and Payment Options are also filtered for retail/wholesale with the same switch.

Have a look:
Guest/Retail Page:
[Attachment no longer available]
Wholesale Page:
[Attachment no longer available]

You need to set the prices for retail and wholesale, this site has many products, a blanket discount is not appropriate.

It's possible to completely change the output for a wholesale customer if you need to, this site did not require drastic retail/wholesale changes. With MultiSite installed you also have the option of creating a Wholesale Template.

Finally, this wholesale filter will work WITHOUT attributes... just regular products and retail/wholesale prices will also work :)

Only compatible with 1.3.9h at the moment.

Twitch.

7 Jun 2012, 7:24 PM
#1012
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: DUAL Pricing v2

DivaVocals,

1 - Logically No wholesale price = $0.00

2 - If you were to add a non dependent attribute it would output the option name, then value. It has not been tested with a dependent product matrix which I believe you are referring to.

There's no reason why it wouldn't support the matrix as long as the data was loaded correctly before it was displayed.

An alternative would be reversing the option names with the attributes.

Twitch.

8 Jun 2012, 1:07 PM
#1013
hairydog avatar

hairydog

Zen Follower

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

Re: DUAL Pricing v2

DivaVocals:

Personally I will NOT use any add-on on a client production store that has not been properly updated.:no:That is all very well in theory, but is it better to use an addon that has not been properly updated, or to stay on 1.3.9 because that addon is required for the way the store works?

8 Jun 2012, 4:40 PM
#1014
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:

That is all very well in theory, but is it better to use an addon that has not been properly updated, or to stay on 1.3.9 because that addon is required for the way the store works?

It's better to have a secure WORKING site.. not in theory, but in actuality.. But to answer your question here's what I DO say..

Zen Cart v1.3.8 has KNOWN security vulnerabilities and anyone running v1.3.8 should upgrade ASAP. For these implementations if:

  • all of the add-ons a shopowner is using have not been upgraded to be compatible v1.5
  • the shopowner's host is not requiring PCI compliance just yet
  • it is a SHOWSTOPPER to not have these add-ons

    Then in that narrow set of circumstances shopowner should AT LEAST upgrade to v1.3.9 to ensure that the site is secure.

Zen Cart v1.3.9 is quite secure and for those who have a stable v1.3.9 implementation going and whose hosts are not requiring PCI compliance just yet, IMHO, they should wait until all the mods you use are properly updated for Zen Cart v1.5 before upgrading.

In MY opinion it is NOT better to use a mod that has not been properly updated of test on a live store. I DO NOT use add-ons on any client site unless they have been properly updated and thoroughly tested (Why?? I don't know.. Maybe because my clients kinda like it when their store live functions as it should versus "it sorta works":laugh:) It is better to update the mod properly so that it works properly.

And as I have stated several times on this forum, if an add-on has not been upgraded to be compatible with Zen cart v1.5, and it is a SHOWSTOPPER item for the BUSINESS owner, then there are three BUSINESS options the owner of the BUSINESS has:

  • Find a workaround solution
  • Hire a developer to update the add-on
  • Wait patiently until the add-on is upgraded by a community member
8 Jun 2012, 5:13 PM
#1015
hairydog avatar

hairydog

Zen Follower

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

Re: DUAL Pricing v2

DivaVocals:

And as I have stated several times on this forum, if an add-on has not been upgraded to be compatible with Zen cart v1.5, and it is a SHOWSTOPPER item for the BUSINESS owner, then there are three BUSINESS options the owner of the BUSINESS has:

  • Find a workaround solution
  • Hire a developer to update the add-on
  • Wait patiently until the add-on is upgraded by a community member

Indeed. In fact this business has been sitting on 1.3.9 for months in the hope that one particular add-on would be upgraded, but as Super Orders seems to be stuck again, they have taken an extra member of staff on to do the tasks that SO made easier (I suspect they really needed someone extra anyway).

But the reality is not as clear-cut as you seem to describe it. They have passed PCI audits with 1.3.9 and earlier, and the idea of a workaround solution for dual pricing is pretty unrealistic. Yes, they could hire a programmer to update add-ons, but that really would be re-inventing the wheel. The question that you have not answered (even though you say you have) is whether it is more secure to use 1.5.0 with some 1.3.9 addons that seem to work, or to use 1.3.9 with some 1.3.9 addons that seem to work. I'm not clear about why they would be less secure on 1.5.0 than on 1.3.9. I suspect that you may know, but you clearly are not keen to share this information.

To be honest, I begin to wonder if it might be as easy to migrate them to Magento.

8 Jun 2012, 6:22 PM
#1016
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:

Indeed. In fact this business has been sitting on 1.3.9 for months in the hope that one particular add-on would be upgraded, but as Super Orders seems to be stuck again, they have taken an extra member of staff on to do the tasks that SO made easier (I suspect they really needed someone extra anyway).It's not stuck.. It's just not done.. Working on remaining bugs.. Call me crazy, but I have this thing about not wanting to put out something that doesn't work as it's supposed to if I can avoid it..:laugh: The development is volunteer driven, and volunteers are people with lives.. Lives outside the forum sometimes require some attention & time.. So sometimes updates take time.. Sometimes they a LOT of time (and yep I freely admit that SO is one that fits this category).. Fact of life in open source.. (Ask Twitch.. he can tell you this is true..:smile:)

hairydog:

But the reality is not as clear-cut as you seem to describe it. They have passed PCI audits with 1.3.9 and earlier, and the idea of a workaround solution for dual pricing is pretty unrealistic. Yes, they could hire a programmer to update add-ons, but that really would be re-inventing the wheel.Hire someone, wait, or workaround it.. there isn't a fourth option.. The reality is JUST that clear cut.. As much as folks don't like to hear this, that IS the reality of working with free open source software. IMHO any small business that is hoping that there will be NO capital outlay (even a small one) to maintain the technology that drives their business isn't realistic at all.. An add-on like Dual Pricing could easily be a show stopper for a small business, and that is something that has to be thought about LONG and hard by any small business that may not have a budget for a developer if the need arises. The two clients I have who needed dual pricing features opted to hire someone to update the add-on because they did not want to wait, and they did not have an adequate workaround.. (other than building a parallel wholesale shop) Was it re-inventing the wheel for them?? Nope.. it wasn't doing anything different than doing what folks are looking for a volunteer to do with Dual Pricing.. Update the add-on.. My clients opted to pay and not to wait, but I am glad to see Twitch is back and that he has updated this fantastic mod..:smile: (which is why I continue to monitor this thread)

hairydog:

The question that you have not answered (even though you say you have) is whether it is more secure to use 1.5.0 with some 1.3.9 addons that seem to work, or to use 1.3.9 with some 1.3.9 addons that seem to work. I'm not clear about why they would be less secure on 1.5.0 than on 1.3.9. I suspect that you may know, but you clearly are not keen to share this information.

To be honest, I begin to wonder if it might be as easy to migrate them to Magento.Not keen to share?? Clearly?? It's CLEAR that I am attempting to NOT share??? Well okay.. I thought I had shared.. so I'm not sure what it is you are indicating that I am not "sharing"..

The ENTIRE purpose of the v1.5 release was to become PCI certified. Zen Cart v1.3.9 is most certainly NOT PCI certified -- and on this point you can take that up with DrByte if you disagree because it's HIS word and the word of other knowledgeable Zen Cart gurus that I take on this point. So based on this, it is my understanding that v1.3.9 is a secure version and unless there is an issue with PCI compliance, there isn't any reason to make the jump to v1.5 if all the add-ons a shopowner wants are not available. Not sure why you feel that you HAVE to make the jump to v1.5 from v1.3.9 in such a hurry.

So if you are asking me should you use v1.3.9 add-ons with v1.5 if they seem to work??? I thought I was clear on my position.. I have made not explicit statements about add-ons being MORE or LESS secure in v1.3.9 versus v1.5.. However the Zen Cart admins have.. They have made a clear distinction between "working with v1.5" and "working while maintaining PCI compliance/security with v1.5"

If the person installing the add-on is not knowledgeable enough to determine whether or not a mod is TRULY v1.5 compatible versus seeing that it "appears" to work, then my answer is NO don't install add-ons until you can get confirmation that yes they are TRULY v1.5 compatible.. There are some v1.3.9 add-ons that WILL NOT work with v1.5 (Dual Pricing is one) and requires upgrades to work correctly. There are some v1.3.9 add-ons that will indeed work with v1.5 without any updates required.. For that matter there are a FEW v1.3.8 add-ons that will work in v1.5.

8 Jun 2012, 7:17 PM
#1017
hairydog avatar

hairydog

Zen Follower

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

Re: DUAL Pricing v2

DivaVocals:

So if you are asking me should you use v1.3.9 add-ons with v1.5 if they seem to work??? I thought I was clear on my position.. I have made not explicit statements about add-ons being MORE or LESS secure in v1.3.9 versus v1.5.. However the Zen Cart admins have.. They have made a clear distinction between "working with v1.5" and "working while maintaining PCI compliance/security with v1.5"

That's very helpful, thanks. The former matters to me at present, the latter does not.

As long as 1.3.9 installations pass PCI certification as they seem to be doing at present, it doesn't matter whether ZC is itself PCI certified. That would not negate the need for PCI testing every year in any case. No UK bank will say "OK, you've used PCI certified software so we won't need to check your system" - it isn't their way!

DivaVocals:

If the person installing the add-on is not knowledgeable enough to determine whether or not a mod is TRULY v1.5 compatible versus seeing that it "appears" to work, then my answer is NO don't install add-ons until you can get confirmation that yes they are TRULY v1.5 compatible.

That does not seem to be easy. Even going through the seventeen page thread about which have been updated for 1.5.0 you get statements like:

"I have a few more to add to the list. These mods have been updated for 150, tested for functionality, and submitted to the downloads section."

Does that mean they seem to work (that's what I'd assume "tested for functionality" means) or does it mean they are "TRULY v1.5 compatible"?

There is a slowly-growing list of addons that work with 1.5 in that thread, but it seems a pity that there is no single table of addons, with an indication that whether a specified version of each addon:

  1. Does not work with 1.5
  2. "Seems to work" with 1.5 (including your "working with 1.5")
  3. Is 1.5 compatible (including "working while maintaining PCI compliance/security with v1.5")
  4. Is backwards compatible with 1.3.9
  5. Don't know the status yet
    and also
  6. has a link to where that version can be found

If that could be collated into one single, updated post it would make life so much easier!

DivaVocals:

There are some v1.3.9 add-ons that WILL NOT work with v1.5 (Dual Pricing is one) and requires upgrades to work correctly.Again, very helpful. Thank you. I don't think I have managed to find that clearly stated anywhere.

I just wish I knew enough to be able to work out what the issues with Dual Pricing and 1.5.0 are. Or even where they are being discussed.

The basic reason for this store wanting to move to 1.5.0 is that they very foolishly let some graphic design firm update the look and feel (perfectly sensible) by letting them alter the code (much less sensible). They seem to have made a complete mess of some of it, incorporating all sorts of bad practice and old versions of files, and the result is lots of PHP warnings in the error logs each day. But perhaps they need to re-upgrade to 1.3.9.

8 Jun 2012, 7:30 PM
#1018
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:

That's very helpful, thanks. The former matters to me at present, the latter does not.But security SHOULD matter.. and an add-on WORKING with v1.5 does not mean that it will maintain the security (and hence PCI compliance) of v1.5..

hairydog:

That does not seem to be easy. Even going through the seventeen page thread about which have been updated for 1.5.0 you get statements like:

"I have a few more to add to the list. These mods have been updated for 150, tested for functionality, and submitted to the downloads section."

Does that mean they seem to work (that's what I'd assume "tested for functionality" means) or does it mean they are "TRULY v1.5 compatible"?Can't give a blanket answer to that..

hairydog:

There is a slowly-growing list of addons that work with 1.5 in that thread, but it seems a pity that there is no single table of addons, with an indication that whether a specified version of each addon:

  1. Does not work with 1.5
  2. "Seems to work" with 1.5 (including your "working with 1.5")
  3. Is 1.5 compatible (including "working while maintaining PCI compliance/security with v1.5")
  4. Is backwards compatible with 1.3.9
  5. Don't know the status yet
    and also
  6. has a link to where that version can be found

If that could be collated into one single, updated post it would make life so much easier!Don't look for this to happen.. Consolidating the reported working apps in that thread is enough work for any one volunteer to do.. I don't see anyone taking all these extra steps..

hairydog:

Again, very helpful. Thank you. I don't think I have managed to find that clearly stated anywhere.Twitch did.. So did I in this thread for that matter.. There has been a fair bit of discussion of the v1.5 compatibility of Dual Pricing..

hairydog:

I just wish I knew enough to be able to work out what the issues with Dual Pricing and 1.5.0 are. Or even where they are being discussed.Well you know the options you can exercise if you NEED Dual Pricing and can't work it out yourself.. :smile: Consider getting your client to consider INVESTING in the dev work if they can't wait..

hairydog:

The basic reason for this store wanting to move to 1.5.0 is that they very foolishly let some graphic design firm update the look and feel (perfectly sensible) by letting them alter the code (much less sensible). They seem to have made a complete mess of some of it, incorporating all sorts of bad practice and old versions of files, and the result is lots of PHP warnings in the error logs each day. But perhaps they need to re-upgrade to 1.3.9.Sounds to me like your last suggestion a better on and will get you better prepared for the v1.5 upgrade when the time comes..

8 Jun 2012, 10:07 PM
#1019
hairydog avatar

hairydog

Zen Follower

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

Re: DUAL Pricing v2

DivaVocals:

But security SHOULD matter.. and an add-on WORKING with v1.5 does not mean that it will maintain the security (and hence PCI compliance) of v1.5.
Security matters, box ticking does not.

As I said before, PCI compliance from the client's point of view is not related to whether ZC code is PCI compliant: it depends on whether the company checking it for the bank considers it to be PCI compliant, and to date, they have been happy to sign off 1.3.9 as compliant.

You seem to be saying that 1.3.9 with 1.3.9 addons is more secure than 1.5.0 with 1.3.9 addons. I'm not sure I understand why that should be, but I don't know enough to have an opinion on the subject.

Getting a client to invest in dev work is almost impossible unless you are able to present them with realistic budget estimate and a business case to justify that expenditure. It just ain't gonna happen.

9 Jun 2012, 1:23 AM
#1020
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 seem to be saying that 1.3.9 with 1.3.9 addons is more secure than 1.5.0 with 1.3.9 addons. I'm not sure I understand why that should be, but I don't know enough to have an opinion on the subject.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..

hairydog:

Getting a client to invest in dev work is almost impossible unless you are able to present them with realistic budget estimate and a business case to justify that expenditure. It just ain't gonna happen.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.