New version on svn.
Make sure that a link to a product info page is always created WITH its correct cPath, so no more links with and without cpath like what you see in the normal zencart.
cPath is always re-calculated on the first time (and the cached) to make sure the cPath is correct.
Link without cpath, with wrong cpath or wrong productname will be correct
Sample:
Correct link:
Code:
http://demo.rubikintegration.com/zencart/sale-percentage-10-off-c-48_45/test-120-sale-10-special-p-90
Wrong links:
Code:
http://demo.rubikintegration.com/zencart/sale-age-10-off-c-48_45/test-120-sale-10-special-p-90 (wrong category name)
Code:
http://demo.rubikintegration.com/zencart/sale-percentage-10-off-c-48_45/test-120-special-p-90 (wrong product name)
Code:
http://demo.rubikintegration.com/zencart/test-120-sale-10-special-p-90 (no cpath)
Code:
http://demo.rubikintegration.com/zencart/sale-percentage-10-off-c-58_45/test-120-sale-10-special-p-90 (wrong cpath)
Bookmarks