• Resolved gha128

    (@gha128)


    As part of the creation of products BPTPI uses grouped products

    This means that when you view all the photographs on the actual event page (category page) there are tick boxes which appear above each photograph

    This ties in with the quick order button that appears. The quick order button does not allow products to be correctly added to the cart. I have through css removed the quick order button but that the tick boxes remain

    Screenshot below

    Now the tick boxes would be fine, if the Quick Order facility actually worked.

    As it does not (which is a shame) I would like to remove the tick boxes

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gha128

    (@gha128)

    Hi gha128, thanks for reposting your question here.

    Can you provide a URL to the page from the screenshot?

    And can you elaborate on what you mean by “correctly” when referring to the Quick Order button? The behavior should be as follows:
    1. User selects the checkbox for multiple images/products.
    2. The user selects Quick Order.
    3. They’re prompted to choose a Variation.
    4. They add those items to their cart and may checkout.

    If this is not the behavior you’re experiencing then there is code conflicting with BPTPI. I would recommend disabling all Plugins and reverting to any of the default WordPress Themes to test and find a solution. If that’s not something you’re capable of doing we’re available for hire too.

    Since you’ve hidden the Quick Order button can you explain how users are able to purchase the products otherwise?

    These forums are no longer monitored. Please use the forums located at https://www.theportlandcompany.com/forums

    These forums do not send notifications, and they don’t have a way to let us mark posts as related or note which customers have purchased the Premium version (which is what allows us to provide support).

    I’ve succesfully hidden both the checkboxes and the quick order button using CSS in header.php file. Here’s the code:

    <style>
    .select-product{
    display:none !important;
    }
    .quick-order-launch{
    display:none !important;
    }
    </style>
    Hope it helps ??

    @stg710: These forums are no longer monitored. Please use the forums located at https://www.theportlandcompany.com/forums

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tick Boxes and Quick Order’ is closed to new replies.