It's the older version - https://www.zen-cart.com/downloads.php?do=file&id=1637
The one you linked to is for products with a single default attribute only, not attribute options.
Printable View
It's the older version - https://www.zen-cart.com/downloads.php?do=file&id=1637
The one you linked to is for products with a single default attribute only, not attribute options.
Does appear to be a shame that there are no other threads from the original author of the older version that directly/easily relate to the older plugin... I'm thinking though that perhaps there is a little of both plugins that can be put together to get the expected/desired state/system response... Don't know, haven't used either, just seems like they both offer a piece of what is desired/needed, one to get the options displayed, the other to handle downstream processing possibly... *shrug*
Good thinking! Thanks, will report back if I can work something out. Cheers
I seem to have achieved the function I'm looking for, thanks to this post here.
I changed this part:
zen_href_link(zen_get_info_page($listing->fields['products_id']), zen_get_all_get_params(array('action')) .
to
zen_href_link(FILENAME_DEFAULT, zen_get_all_get_params(array('action')) .
in modules/product_listing.php
...and it appears to be working now! From search results you are taken to the home page rather than back to the search results, but at least the Product Listing page seems to be ok :)
Now I just need to work out how to make the 'Product added to cart' success message appear underneath the product that was added to cart... :blink: hopefully that should be possible?
Thanks
There is the AJAX Add to Cart module for Zen Cart v1.5.3 that might do what you want, or help you get there. :smile:
Thanks, I do have that installed and working on the Product Info page, just not sure how to use it on the Product Listing pages. Will keep looking into it, hopefully will work it out! Cheers