Home Forums WoodMart support forum Total weight product does not calculate correctly in cart & check out page.

Total weight product does not calculate correctly in cart & check out page.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #460386

    webmore
    Participant

    Hello,

    I noticed the total weight from the custom field weight does not calculate correctly in the cart. Can you help me to make it calculated all in the single product weight & make it display in the cart? Please do refer as the screenshot below. Really appreciate it if you can solve this case as soon as possible cause my side was in an urgent situation. Thank You So much!

    Attachments:
    You must be logged in to view attached files.
    #460434

    Hi,

    Regarding this mentioned concern, it seems to be related to a third party plugin as wew are understand. it would require Customization to achieve what you mentioned and this is beyond our limitations and support policy scope.

    Hope you can understand our limitations.

    Best Regards.

    #460581

    webmore
    Participant

    Hello, I already add a plugin which is can view the weight of the product. But, I noticed it does not calculate the extra weight (kg in) in the checkbox Add-Ons section. Please do refer as the screenshot below. If you can help me to make it to sum the total weight for both extra weight & woo commerce weight it would be easier for me to solve this case. Really appreciate it if you can give me a PHP code so I can insert in function.php.

    Attachments:
    You must be logged in to view attached files.
    #460686

    So, you are searching for any third party Plugin in this regard that best meets your needs and you can try it out at your own risk. If some issue occurs then, you consult the Plugin Support in this regard because we don’t provide Support for the third party plugins issues, as it isn’t included in the Item Support Policy.

    Hope you can understand our limitations here !

    Best Regards

    #462849

    webmore
    Participant

    Hello, can you help me make this mini cart amount color to white color but not affect for the others amount color. Please do refer as the screenshot below.

    Attachments:
    You must be logged in to view attached files.
    #462984

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards.

    #462993

    webmore
    Participant

    Please give me a customized code. Cause I already do the test from my side, but it does affect other text colour amounts.

    #463179

    Hello,

    Your issue has been solved. I have added the below given custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .shopping-cart-widget-footer table tbody tr td.subtotal-price .amount {
        color: #fff;
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)