Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nacmaxz

    (@nacmaxz)

    Hello,

    Another bug found:

    The “Add To Cart” button changed to “Option” once the plugin activated.
    And if click the “option”, unable add up items in the cart as well.

    Thanks

    Plugin Author bizswoop

    (@bizswoop)

    Let us help you on the items you flagged.

    1. Vertical Alignment on the Web Version.
    Each theme is unique on CSS styling and spacing, if you need to increase the vertical space on the title of Product Add-ons for the desktop version, you can add a margin-top CSS to .zaddon-type-container and add this code to the desktop CSS for the theme.

    For example:

    .zaddon-type-container 
    {
        margin-top: 25px;
    }

    Increase the margin value as needed.

    2. Align calculations to the left.
    If you would like to align the calculations to the left, use the following CSS code.

    .zaddon_data {
        text-align: left;
    }

    3. “Add to Cart” button.
    This is not a bug. Once the plugin Product Add-ons is activated, yes the text of the button is modified to “Select options”, the text is changed because the customer can now add the options from Product Add-ons. If you have “Add to Cart” only, the Customer is not aware of options being available on the Product. ??

    If you really want to modify this button text, you can make string modifications to the Shop.php file in the plugin directory, but we wouldn’t recommend doing modifications unless you are an experienced developer and caution you to make backups before modifying any plugin code.

    Thread Starter nacmaxz

    (@nacmaxz)

    Hello bizswoop,

    I followed your guide of step 1 and step 2, it works!
    thanks so much and it solved my issues.
    You provided excellent customer service and good review and ratings submitted for you!

    But For 3. “Add to Cart” button.
    Is that possible i turn off this “Select options” and use back normal “Add To Cart” function?

    Because when I clicked this “Select options”, my products showed “Successfully Added To Your Shopping Cart”, but my cart still empty after that and it made me and my customers confuse.

    Have a look:
    https://tenga.my/

    Thanks

    • This reply was modified 5 years, 4 months ago by nacmaxz.
    Plugin Author bizswoop

    (@bizswoop)

    We appreciate the review! Thank you very much for those kind words.

    Also, thank you for sharing the link to your website, this was very helpful to understand the issue you are flagging.

    We’ve reviewed the issue, the string you mentioned “Successfully added to your shopping cart”, this string and action is actually being created by the Theme you are using Legenda. The Product Add-ons plugin unfortunately doesn’t manage or create this string. We’d recommend you reach out to the Theme support team from Legenda and request from them how this string can be hidden to not confuse customers. The Legenda team should be able to help you and provide a code string in the Theme functions file to hide this string from showing when Select Options is clicked to customize the purchase.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title went up in website version’ is closed to new replies.