Anyone got this working on 1.5?
Anyone got this working on 1.5?
I'm currently working on an update to make Ultimate Cross Sell for Zen Cart compatible with Zen Cart 1.5.0. I will upload updates to github until I can upload a finalized version to the free Addons section. In this manner, anybody that would like to test it can do so and by so help by providing any suggestions, bug fixes etc... Please post your comments here so that I can work them into the update.
Thanks
Any idea when a working version might be available? I did not research well enough to know that it wouldn't work with 1.5 until I installed and found no install option in admin. Any of the other Cross Sell mods already working with 1.5?
Thanx!
I need a cross sell mod that I can display floating to the right side of the description on the product page, not in a center box nor in a side box. Just a box I create myself and insert the code for the cross sell items display. The problem with the mods I've looked at so far is they just use generic code for displaying such boxes, and that isn't what I need.
I also need to put it on the shopping cart page and have cross sells for all the shopping cart items combined display.
Will this mod do both of these things? I would just download and try it, but I'm confused and overwhelmed by the dozen different cross sell mods in the downloads.
I upgraded Zen cart from 1.3.9 to 1.5 and realized that the links from the Admin were removed with the upgrade. I managed to manually add the links back in one by one with the Admin Page Registration tool and this mod now works on my 1.5 site.
Admin Access Management => Admin Page Registration
Page Key: Ultimate Cross Sell
Page Name: _CATALOG_MULTI_CROSS_SELL_PRODUCTS
Page Filename: FILENAME_CONFIGURATION
Page Parameters: gID=XXXX (Lookeup in phpMyAdmin configuration_group)
Menu: configuration
Display on Menu? Y
Sort Order: whatever you want
The configuration menu for Ultimate Cross Sell should now be visible on 1.5
Admin Access Management => Admin Page Registration
Page Key: Ultimate Cross Sell mod
Page Name: _CATALOG_MULTI_CROSS_SELL_PRODUCTS
Page Filename: FILENAME_CROSS_SELL_PRODUCTS
Page Parameters: gID=XXXX (Looke up in phpMyAdmin configuration_group)
Menu: Modules
Display on Menu? Y
Sort Order: whatever you want
The Modules menu for Ultimate Cross Sell should now be visible on 1.5
This is a great app, but I can't figure out one thing. I would like to have the same few items show up in cross sell no matter what the customer views or adds to cart. (I have thousands of items.)
Can someone share how to make this mod do that, or suggest another mod that would better suite my needs?
Thanks!
http://www.divinelighting.com -- Super Orders 3.0 -- Ultimate SEO -- Quantity Discounts -- SitemapXML -- Image Handler -- Shipworks
It takes more than "adding the links back with Admin Page Registration". Just because you CAN make it work with ZC150 in this way, doesn't mean you SHOULD.
For example, did you check to make sure the old SQL file is compatible with the new db structure of ZC150? Or, have you gone through all of the pages of this mod to check the code for security issues such as destructive GETS and replace them with POSTS (if any)? Many changes were made in ZC150 in regards to security, and mods need to be updated to be in compliance with those security features - especially mods that make heavy use of the db as this mod does. Did you do any of that?
Don't get me wrong, I would LOVE to have this mod for ZC150, but I've been waiting for the mod author to complete and release the update because I KNOW he will do all those things and that using his mod will ensure safety and reliability.
If someone else can complete all of that before he can, I'm sure he'd appreciate it - as would everyone waiting on an update of this mod. But it's unfair to the community to prematurely release an update that isn't all that it should be.
I hope I'm not offending you, as that is not my intent. Just want to make sure you are aware of these things and find out whether or not you evaluated the code for necessary changes. Here's an article about updating mods to work with ZC150