-- HikaShop version -- : 3.4.0
-- Joomla version -- : 3.8.8
-- PHP version -- : 7.2
I have a specific streamlined marketing page concept to test to promote specific items. When the visitor selects an item, it is added to the cart and we redirect them to a one-page checkout.
Based on the product category they selected their product from, we need to provide an "Up sell" opportunity that goes along with that product.
I have the cart notification plugin enabled. My thought was to insert "buttons" in the notice.php view based on the product line item's category to allow the visitor to add OptionA, OptionB, etc. to the cart and using the URL link to trigger the ajax call (so we don't get a page refresh).
I am trying to see if I can mimic similar sites but they have product options, like radio or checkbox fields inline with the product line items and you can check the options you want within the checkout page. I wasn't able to do this with Custom Fields as we need to add a value. So I created the options as individual products in their own category.
Note that we don't use the traditional product view, we have a marketing page that narrows the product selection down based on options and then we add the final product to the cart. Its at that time we need to either present the visitor with options to add to their purchase.
My thinking was to have the notice.php display a module with the category display of the options available, or a "no thanks, go to checkout".
An example would be a product item that is a painting, then when they select the artwork/photo they want from a gallery, they are prompted to select from available frame types for that category or no frame and checkout. if they select a frame, its 'silently' added to their selection and on checkout they will see both line items, the artwork, and the frame (if selected).
Thanks for your input and/or sanity check.