How to Managing product variant workflow process question...

  • Posts: 3
  • Thank you received: 0
4 years 10 months ago #318986

-- HikaShop version -- : 4.3.0 Business
-- Joomla version -- : 3.9.18
-- PHP version -- : 7.3.17
-- Browser(s) name and version -- : Safari 13.1, Chrome 81.0.4044.138
-- Error-message(debug-mod must be tuned on) -- : Managing variant workflow process question...

The link is to a test page where I'm trying to control the workflow beyond what the Hika workflow screens allow. The one area I cannot find a way to address is how to show the variant options dropdown beside the product image instead of having to go "choose option" button which navigates to another page. All the second page does is set the variant options selected.... I feel this should be readily available on the product catalog where they select the options then just hit the add to cart without having to leave the page. However, I cannot find a plugin or module or any way to directly access the variant options. Is there a way I can do this? I look at a lot of the demo sites and some of them show the dropdown for options presented beside the picture, so I don't understand why I can't do the same on the Hika catalog. Maybe I'm just missing something simple?

Please advise how I can do this.
Item = T-shirt; options = color, size. <<== These color and size options should be readily available in a dropdown on the catalog page?

Please Log in or Create an account to join the conversation.

  • Posts: 83409
  • Thank you received: 13502
  • MODERATOR
4 years 10 months ago #318989

Hi,

There is no option or even easy code modification that could allow you to display the characteristic selection dropdowns on the products listing. It can only be displayed on the product details page.
Doing that would technically be possible but it would require to spend quite some time rewritting the whole characteristic selection mechanism as it was first made to be on the product page, and is not suited to be displayed several times (once per product of the listing) on the same page.

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 0
4 years 10 months ago #319006

Please add this as a feature request. Your competitors have this feature. It really would streamline the purchase process.

In the interim, is there an easy way I can intercept the launch of the product details page, perhaps to make that modal and reduce the number of paging required to order ? e.g., if I could wrapper the product detail page and make that modal, I could give the perception of a streamlined process (even though it really isn't). Anything to cut down the number of pages that are required to get a single product (with variants) to checkout. 5 pages is a lot of paging (catalog, prod page, go to checkout, sign-in/register, then finally checkout with payment). Collapsing to a 2-step process would really help. This topic would handle combining steps 1 & 2.

Please Log in or Create an account to join the conversation.

  • Posts: 83409
  • Thank you received: 13502
  • MODERATOR
4 years 10 months ago #319020

Hi,

It is already on our todo list.

When you are on the product details page, if you add the parameter ?tmpl=component to the URL, you'll see that it will remove the template around the product details and only leave on the page what you want in your popup.
Then, you can use an extension like "modals" ( extensions.joomla.org/extension/modals/ ) to generate the popup link.
You can add the tag in a custom product field and configure it to display on the products listing page (so no coding involved), or you can edit the file product / listing_img_title.php via the menu Display>Views and add the tag dynamically. The code should be something like that:
{modal <?php echo $link;?>?tmpl=component}Click here!{/modal}

Note also that if you want to simplify the checkout, you can look at the PayPal Express checkout payment plugin.
This plugin can allow you to bypass the HikaShop checkout and have the customer directly access PayPal from his cart.

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum