Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #880218

    Hello,
    the bundle products are not counted correctly in the shopping cart.
    (Individual products are counted correctly!)
    For bundle-products, the price (Euro before comma) is displayed (counted) as number in the mini-cart widget.
    Is the price 29,90 Euro – you can see 29 in the mini-Cart widget…

    For Woocommerce, the documentation says:
    »…Bundle contents are not counted. A Bundle is counted as one item, no matter how many products it contains.
    If your theme is counting cart items in a different way, ensure that it uses the WC()->cart->get_cart_contents_count() method to count cart items. If unsure how to verify this, share this information with your theme author(s)…«

    Can you help me please. Thank you.
    Best Regards
    Carmen

    #881127

    …is no one here who can help me ????

    #881531

    Hi,

    Sorry for the late response, can you give us ftp access as well so we can try to debug.

    Best regards,
    Nikko

    #881536

    Hi Nikko,
    here the ftp access…. (private content)

    Best regards,
    Carmen

    #882058

    Hi,

    I checked that on my installation and you are right it is happening.
    I have promote the issue to our developers who will do take it and fix the problem.

    Thank you for reporting it and helping us make enfold better

    Best regards,
    Basilis

    #882131

    Hi Basilis,
    thank you for look after that problem.
    I hope your solution will come soon!?

    Best Regards,
    Carmen

    #882500

    Hi,

    I would like to checkt the site but the htaccess credentials seem to be invalid. Please check.

    The theme is using a script to get the info of the product including the title, price and thumbnail and then output it in the cart list container. You can find it in the config-woocommerce > woocommerce-mod.js file, line 118 inside the “track_ajax_add_to_cart” function.

    var productContainer = jQuery(this).parents('.product').eq(0), product = {};
    			product.name	 = productContainer.find('.woocommerce-loop-product__title').text();
    			product.image	 = productContainer.find('.thumbnail_container img');
    			product.price	 = productContainer.find('.price .amount').last().text();
    

    Best regards,
    Ismael

    #882539

    Hi Ismael,
    the access data have not been changed and are correct.
    I wonder – because at Nikko and Basilis it worked…
    Pleace try it again…. see the private Content below.

    I can not find the config-woocommerce. Where is it?

    Thanks for help.
    Best Regards
    Carmen

    #883057

    Hi Ismael,

    now i found the woocommerce-mod.js file.
    But I do not know what to adjust here:

    jQuery(‘body’).on(‘click’,’.add_to_cart_button’, function(e)
    {

    var productContainer = jQuery(this).parents(‘.product’).eq(0), product = {};
    product.name = productContainer.find(‘.woocommerce-loop-product__title’).text();
    product.image = productContainer.find(‘.thumbnail_container img’);
    product.price = productContainer.find(‘.price .amount’).last().text();

    Can you pleace help!

    Best Regards
    Carmen

    #883399

    Hi,

    I added the Liquid Gold Album “1” and “2”, where 1 is bundled, to the cart and the prices are added correctly in the mini cart. Which of the bundled products are not working correctly?

    Best regards,
    Ismael

    #883410

    Hi Ismael,

    please put
    >Shop> Album Downloads
    the product »Liquid Gold Test« in the Shopping Cart.
    It costs here in the test 29,90 Euros.
    Then you see 29 in the mini cart – instead of 1

    Please check.
    Thanks
    Carmen

    #883452

    Hi,

    It shows 29,90 Euro on my end. Please check the screenshot.

    // https://imgur.com/a/k2nTc

    Best regards,
    Ismael

    #883467

    Hi Ismael,

    please have a look here
    // https://imgur.com/ePp3YY2

    It’s about the number of products at the shopping cart ICON !
    If ONE album is selected, there should be only the Number ONE next to the shopping cart icon.

    Please have a look. Thanks a lot!

    #883779

    Hi,

    The plugin is not including product quantity info in the product quantity container.

    <span class="quantity"><span class="woocommerce-Price-amount amount">10,00&nbsp;<span class="woocommerce-Price-currencySymbol">€</span></span></span>						</a>
    

    If you’re adding a default or standard product, the container looks like this.

    <span class="quantity">1 × <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">£</span>9.99</span></span>
    

    Please forward this info to the plugin author because the theme’s mini cart relies on the quantity info inside this container. It’s in the config-woocommerce > woocommerce-mod.js file, line 92.

    menu_cart.find('.cart_list li .quantity').each(function(){
    							counter += parseInt(jQuery(this).text(),10);
    						});
    

    Best regards,
    Ismael

    #883796

    Hi Ismael.
    Then I send this information to Woocommerce Support.
    I hope they have a solution.

    Thank you for your work.
    Best Regards,
    Carmen

    #883892

    Hi Ismael,
    for information. Maybe other users are also interested …
    It’s really amazing that such a simple bundle version is not feasible.

    That is the answer from Woocommerce Support:

    Hi Carmen,

    Bundles don’t always have a “unit price” that can be multiplied to obtain a subtotal, because a bundle may contain items that are sold individually (there are other reasons, too). In general, bundled item quantities are not always in sync with the parent item quantity.

    Therefore, a “unit price” does not always make sense for a bundle without showing a subtotal, as well.

    Additionally, it looks like your theme is calculating item counts on the client side — this is inconsistent with how WooCommerce calculates and displays item counts (on the server-side).

    Unfortunately this is not something we can fix on our side. In general, third-party plugins/themes are not covered by the woocommerce.com support policy. The main reason for this is that it’s not always possible to fix issues like this one. A theme/plugin that is declaring compatibility with WooCommerce may not always be fully compatible with every WooCommerce extension available via WooCommerce.com. While we are doing our best to provide workarounds for issues like this, there are often limitations that can’t be overcome.

    If you are not happy with Product Bundles we can always offer you a full refund for your purchase.

    Thanks for understanding!

    Regards,

    Manos
    WooCommerce Developer

    #884498

    Hi,

    The cart counter was added for aesthetic purposes and it’s really not important. It will not affect the cart or the checkout process and users can always review the orders in the actual cart page. You can hide it with the following css code.

    .av-cart-counter.av-active-counter {
        display: none !important;
    }

    Best regards,
    Ismael

    #884559

    Hi Ismael,
    but it is part of a good site design, as it supports a common user behavior: to see that the product has been placed in the shopping cart. I would be irritated as a user if no number appears on the shopping cart after I have selected a product – because I’m so used to it.
    It can lead to immediate concerns that the shop or the online shopping could be faulty.

    I accept that Kriesi does not support this plugin. But unfortunately it does not leave a good impression for the use of ENFOLD for a shop. Which is a pitty, because I like to use it for all Image Websites!

    Can you recommend another plugin compatible with ENFOLD that meets this simple requirement?

    Best Regards,
    Carmen

    #885060

    Hi,

    Please note that we don’t support third party extensions as stated on our support policy but we do understand your concern. Aside from the product counter, users can see other notifications after adding a product such as the default “added to cart” notification (the green one) and the “mini cart” notification under the cart icon which fades out after a few seconds. Unfortunately, we don’t have any access to the third party extension so we won’t be able to help you with the issue. Thank you for your understanding.

    Best regards,
    Ismael

    #885099

    Hi Ismael,

    it’s a pity, that it does not work.
    I’m trying to make a solution with Avia Layout now.
    But here I have the next problem …

    When I list the single products of the album with “Product-List”, then the audio samples is not visible.

    To understand what I want to achieve:
    Similar to iTunes, the individual titles of the album should be listed, including the sound samples for each track – they should be able to play by clicking without leaving the album page!
    Each title should show the unit price (this currently works). And each single title should have a link to the single-page.

    It would be great if we could find a solution for this.
    You will find the created page in the shop below
    Shop> Album Downloads> Liquid Gold Album Download Test

    Thanks a lot
    Best Regards
    Carmen

    #885409

    Hi,

    The catalogue element does not support or cannot render shortcodes by default but you can modify the config-templatebuilder > avia-shortcodes > catalogue.php file. Look for the following code around line 230.

    $output .= ShortcodeHelper::avia_remove_autop( $content, true );
    

    Replace it with:

    $output .= $content;
    

    If this is not working, use the following code instead.

    $output .= do_shortcode($content);
    

    Best regards,
    Ismael

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.