Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1475259

    Hi I am setting up a webshop with woocommerce and use the woocommerce germanized plugin.
    On my product page the product units format is not displayed correctly.

    in my wcgzd settings the format is : This product contains{product_units}{unit}.

    So a 100g package should have the addition: This product contains 100g

    On my product page it displays: gThis product contains 100

    This problem is specific to enfold, when I am using the basic wordpress theme the product units and unit are displayed correctly on my productpage.

    How can i fix this?

    #1475401

    Hey DeaPublishing,

    Thank you for the inquiry.

    Where can we check the site? Please provide a link to the product page so we can properly check the layout issue.

    Best regards,
    Ismael

    #1475431

    Hi Ismael.
    The product page link is
    https://www.erikacoffee.at/index.php/product/test-product/
    the store is not launched yet
    But i created a shop manager account and a test product!

    Also if you could have a look at the cart page, the quantity update buttons are doubled and this causes some css to not work properly!

    Best regards,
    Michael

    #1475466

    Hi,

    Thank you for the info.

    The account is not an admin, so we are not able to edit the settings. Please add this css code to adjust the layout of the product unit.

    p.wc-gzd-additional-info.product-units-wrapper.product-units {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-end;
    }
    
    p.wc-gzd-additional-info.product-units-wrapper.product-units span.unit {
        margin: 0;
    }

    Best regards,
    Ismael

    #1475693

    Hello Ismael,
    this fixed the problem for the single product page,
    in the Cart Page there still is a bug triggered by the quantity selector on click event. At first some elements are not working, after in/decreasing number of items the gzd-units appears
    inverted again.

    I also wrote the vendidero team and can report if I get an answer from them!

    I granted the account admin rights.

    Best regards,
    Michael

    • This reply was modified 2 days, 7 hours ago by MAlmhofer.
    #1475701

    Hi,

    Thank you for the update.

    We still don’t have access to the dashboard — wp-admin redirects to the old site. The test product is no longer available. Please provide an admin account and create a test product so we can check the issue.

    Best regards,
    Ismael

    #1475729

    Hello Ismael,
    I tried login in with the enfold support account and had no problem accessing the wp-admin page, I double checked and the role of the account is admin.

    I published the Test product again.

    Best regards,
    Michael

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