New Landing How can we help? Atelier Gravity Forms Product Add-ons

Viewing 15 posts - 16 through 30 (of 44 total)
  • Posted in: Atelier
  • #184049
    PolkaDotDesign
    Member
    Post count: 47

    The icon only reappears when I detach the product add on form from the product. What gives?

    PV

    #184052
    PolkaDotDesign
    Member
    Post count: 47

    Also, the decrease quantity on the product level will not work. It will increase, but you cannot decrease the quantity. Does yours work properly?

    #184073
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Are you able to change the product type to variable? The issue here is that the product type is “simple” which it obviously isn’t as you can’ add to cart from the shop page.

    Fixed the step quantity adjust for the next update.

    – Ed

    #184143
    PolkaDotDesign
    Member
    Post count: 47

    The quantity does not properly update on the default WP theme either. On the form built for the product in the quantity field, there is an option to populate the quantity dynamically, but you would need a parameter name. Would that makes the 2 quantity fields work together? If so, what parameter would the product quantity from the theme be called?

    #184152
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh – ok so at least that isn’t an issue with the theme. I’d assume the required setup is in the documentation for configuration of that? We use the default WooCommerce field for quantity (nothing changed) – so it should detail it as required.

    – Ed

    #184164
    PolkaDotDesign
    Member
    Post count: 47

    Okay, I’ll do some more testing. So, the only thing we’re waiting on now is the quantity decrease button update, right? I’ll test more over the weekend to see if anything cray happens.

    I have a question about how to doctor the columns in the cart once these product add-ons are added to the cart. I would like to see if I can make it look better in the cart by having line-breaks after each of the form labels and make the quantity area in the cart look smoother.

    I’ve attached a screenshot to see what your thoughts are.

    Thanks again for the awesome customer service, Ed.

    PV

    Attachments:
    You must be logged in to view attached files.
    #184177
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try this custom css:

    .woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd {
    	float: left;
    }
    dd ul.bulleted {
    	margin-bottom: 0;
    	line-height: 30px;
    }

    Let us know how you get on. Will get the update out as it is, and then if we need to do anything else for this we’ll get it sorted for the next one.

    – Ed

    #184186
    PolkaDotDesign
    Member
    Post count: 47

    Sweet! That made the description area pretty. Is it possible to fix the quantity area? Maybe shorten the description field a bit?

    Attachments:
    You must be logged in to view attached files.
    #184190
    PolkaDotDesign
    Member
    Post count: 47

    Or even shrink the columns as needed?

    #184645
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    .woocommerce-cart .shop_table th.product-name {
     width: 50%;
    }

    -Rui

    #184654
    PolkaDotDesign
    Member
    Post count: 47

    Nice! Thank you, Rui.

    #184662
    PolkaDotDesign
    Member
    Post count: 47

    Well it broke once I updated the theme. The css is still in there, but the increase/decrease button kicked to the next line in the cart.

    #184663
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try to reduce to 40%
    -Rui

    #184666
    PolkaDotDesign
    Member
    Post count: 47

    That worked. Thank you again.

    #185311
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Cheers Rui.

    – Ed

Viewing 15 posts - 16 through 30 (of 44 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register