Home Forums WoodMart support forum Shopping cart drop down menu choose color and size for customer

Shopping cart drop down menu choose color and size for customer

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #311221

    shakoor
    Participant

    In the shopping cart in the drop-down list, I need the ability to choose the color and size for the customer.. Then the order is automatically updated

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

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #311419

    shakoor
    Participant

    The edges of the product image I want it to be arched or close to the oval, not square
    How is it

    #311425

    shakoor
    Participant

    I also need to show the discount counter for this place for mobile devices

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

    Hello,

    1. You should use the below custom CSS code to change the product image edges in the cart, please paste the custom CSS code in Theme Settings >> Custom CSS >> Global CSS section:

    .shopping-cart-widget-body.wd-scroll .product_list_widget>li img {
        border-radius: 15px;
    }

    2.Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #312073

    shakoor
    Participant

    1- We have the ability to add the number of products in the drop-down list to the shopping cart and hide it
    This is in the template
    And I don’t want only you
    The possibility of choosing colors also from the drop-down list.. please

    2 – Add to cart animation at the bottom of the screen
    I want it fixed and not moving, and I also want to change its color

    3 – Seconds counter for discounted products. Please see the picture
    I want to change its location as in the picture… Please

    4 – I also want to change the background color of the price on the product page, how can I do that?

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

    Hello,

    1) Sorry but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy.

    2) Please provide a relevant screenshot with the URL of the page to check it myself and help you out accordingly.

    3) Sorry but there is no option in Theme Settings available for that.

    4) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .summary-inner>.price, .wd-scroll-content>.price .amount {
        background: red;
    }

    Regards.
    Xtemos Studios

    #312271

    shakoor
    Participant

    3) Sorry but there is no option in Theme Settings available for that.

    ______________________________________________-
    How do you tell me it doesn’t exist in the theme
    Look at the picture I sent you
    countdown timer
    Timed view of products with a sale price scheduling date

    I just want a countdown next to the price for display on the phone only
    ..
    Please review my previous questions, as they are simple for you, and their implementation is complex for us

    #312274

    shakoor
    Participant

    And these are the ones I mentioned, just swipe up, they are hidden
    And when I scroll down, it appears with me
    Please put it as fixed and immobile

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

    Hello,

    I saw the screenshot you attached.

    3) Sorry but it is not possible to display the countdown timer with a price on mobile as you can see the placement is dependent on the width of the device.

    4) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-sticky-btn {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    Best Regards

    #312472

    shakoor
    Participant

    .wd-sticky-btn {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

    ____________________

    I did not understand this code for any question that was asked
    If you mean the tape in addition to the basket at the bottom of the page to be fixed
    I set it up and it didn’t work for me
    Please explain more

    ___
    I put the picture again for you to see

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

    Hello,

    The Custom CSS i provided is to make the sticky add to cart button to be always displayed.

    It seems that there are some syntax errors in the Custom CSS areas in your websites that’s why the CSS is not working for specific devices.

    Please make sure that there are no syntax errors in the Custom CSS you added before.

    Then clear cache and check back.

    If the problem still occurs then provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #313030

    shakoor
    Participant

    Thank you, the problem has been resolved after pressing (ctal+shift+R)
    Clears cache
    The problem has been resolved and the basket line remains fixed on the page
    _____
    I want you to review my comment
    # 311425
    # 311221

    I ask you and your team to find a solution to the issue
    And thank you for your help with me
    I did not regret buying this premium template and excellent technical support

    #313083

    Hello,

    We are glad that most of your issues have been resolved.

    Regarding your other questions as I mentioned in my previous Replies, it is not possible. Such customizations are not covered in our theme support.

    You can get a quote from our customizations in the following link:
    https://xtemos.com/customization/

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Shopping cart drop down menu choose color and size for customer’ is closed to new replies.