• Resolved Anonymous User 17766900

    (@anonymized-17766900)


    I want to have options but without the accordion. I don’t need the dropdown arrow.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bizswoop

    (@bizswoop)

    If you want to have options expanded, but hide the dropdown arrow. You can easily add CSS for the theme to hide the dropdown open button.

    button.zaddon-open {
    	display:none;
    }

    The CSS code will hide the drop down from showing.

    I hope that helps!

    Thread Starter Anonymous User 17766900

    (@anonymized-17766900)

    Thanks, that helped a lot. I have another question though, how do you update the total according to the quantity. That means the subtotal of the add-ons is quantity based, too.

    Plugin Author bizswoop

    (@bizswoop)

    Right now, the Product Add-ons functionality only supports a single quantity on the product page. For the pricing of Product Add-ons with multiple quantities to update the item needs to be added in the cart.

    In our next release of the plugin, we are working to support dynamically updating the Subtotal and Total values based upon the customer action of increasing or decreasing the quantity on the item prior to adding the item in the cart.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Options without accordion’ is closed to new replies.