Zen Cart Logo
Forums / All Other Contributions/Addons / Products With Attributes Crash In Shopping Cart - URL rewrites

Products With Attributes Crash In Shopping Cart - URL rewrites

Views: 1,095

Results 1 to 6 of 6
20 Dec 2011, 12:52 PM
#1
awiss avatar

awiss

New Zenner

Join Date:
Mar 2011
Posts:
9
Plugin Contributions:
0

Products With Attributes Crash In Shopping Cart - URL rewrites

I am trying to build a product which is modular rather like a pc.

The costs per attribute are fine, and when the item is placed in the shopping cart the totals are fine also.

All attributes and option names have more than one option.

http://www.iss-store.co.uk/catalog/merck-hitachi-chromaster-analytical-hplc-system-configurator-p-9242.html

However once the item is in the cart, and you goto click on the item, to perhaps review it once more, i get an error message?

"http://www.iss-store.co.uk/catalog/product_info"

Not Found

The requested URL /catalog/product_info was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

20 Dec 2011, 1:42 PM
#3
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Products With Attributes Crash In Shopping Cart - URL rewrites

For over 7 years now, we have followed a very strict rule when building zencart sites...

Rule: Never use any "SEO URL" module.

They cause more problems than they solve - and that's quite a few when you realise that they don't solve any problems in the first place.

20 Dec 2011, 1:53 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Products With Attributes Crash In Shopping Cart - URL rewrites

Once you have a product in the cart, the link to the product have this addition to the URL:

...products_id=13235:adf72255816da3f4814e11f194984199

which isn't a valid page id. I have no idea what that is.

20 Dec 2011, 5:58 PM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Products With Attributes Crash In Shopping Cart - URL rewrites

stevesh, that's the attribute hash. It only appears if the product has attributes selected for it.
That in itself is not the problem.

The problem is the URL rewriting they're doing, wrongly.

Moving this out of the Bug Reports section, because it's not a bug with Zen Cart core code.*