You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Product offers with only one inventory item display the "Add to Cart" button but others with multiple inventory items no longer display the "Add with Options" button in Category view and Featured Product List.
Has that gone in K9 or is it a settings or other issue? We would like it there as it is a bit confusing otherwise.
Last edited by sdn (02-08-2017 05:27:05)
Offline
It's either going to display Add to Cart or nothing in list mode, to keep it cleaner, but I can see your point. Edit {private}/apps/ecom/ECOM/includes/prodlistitem.php to adjust as you need it. In feature grid mode it looks better with the add with options buttons, so they're there.
Offline
I have the same question but how do I adjust it to show all items in the category view with the add to cart button?
Offline
Store / Component / Settings / Categories: Standard View
Store / Component / Settings / Categories: Feature Grid View
Set the 'Display Add Buttons' settings to true. All items which you could possibly add from a category page will get the buttons.
Offline
Thank you but I want all products to have the button in category view not just some.
https://www.foldingbed.net/Category/kidscots
Offline
Those items have required options, therefore add to cart buttons could not be printed in the product offer listings, where options are not displayed. The customer has to click-through to add to cart. Or, are you asking for a button with 'add with options' text or something similar?
Offline
Yes, add with options would work.Can it be done?
Offline
Yes, just mod the product list item display include. {private}/apps/ecom/ECOM/includes/prodlistitem.php. Right where you see the add to cart button being printed, print a 'view options' button or whatever you like with a link if the add to cart button isn't printed.
Offline
Thank you but I am not sure how the statement will read?
Offline