Jump to content

Hide non selected configurable options on checkout


prestigewebdev

Recommended Posts

Hi! We have products in our checkout with configurable options and lots of them (like 20). If a user selects 3 and clicks add to cart & continue to checkout, on the checkout screen it shows the product and the 20 configurable options instead of just the 3 that they added. Is it possible just to show the ones that change the value of the product?

Link to comment
Share on other sites

I also need a fix for it for Cloud Slider

you mean standard_cart? because once you get past the opening page of Cloud Slider, it uses standard_cart for the other pages...

 

taking from my post in the thread below (concerned v6 but the if statement should still be valid)...

 

https://forum.whmcs.com/showthread.php?113055-Hidden-Configurable-Options&p=458815#post458815

 

what about if you change in ordersummary.tpl...

 

{if $configoption}

to...

 

{if $configoption.recurring neq "{$currency.prefix}0.00{$currency.suffix}"}

that should remove any config options that have no price.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated