Home Forums WoodMart support forum about dynamic discount table

about dynamic discount table

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #561363

    kuzgununsesi
    Participant

    Hello,
    1- i want to change dynamic discount table title. I want to translate it into Turkish and put my own special titles.
    2-I want to remove the last items in the section that says 4-7 in the prices field, so there will be no 7. will only write
    3- ı want to delete discount column.

    How can i do that

    thank you
    best regards

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

    Hung Pham
    Keymaster

    Hi kuzgununsesi,

    Thanks for reaching to us.

    First of all, take my apologies for the delay in answering.

    1. + In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WoodMart Core plugins and WoodMart theme. You can refer to article https://xtemos.com/docs-topic/theme-translation/

    + You are also need to select the language for the backend and theme settings for admin from the admin user profile, please edit the user’s profile and then select the language for that user it will show the same on the backend.

    2. So, you don’t need to put numbers in To field, it’s an optional https://prnt.sc/di1hXtaFS8H-

    3. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    table.wd-dynamic-discounts tr :is(td,th):last-child{
    	display: none;
    }

    Regards,

    #563230

    kuzgununsesi
    Participant

    Good it worked! thank you.. ı have another question. I am using dynamic discount as you see.

    I want the lowest price of my products to appear in the store section. For example, when I bought 1 item, I set my price to 5 dollars. In my dynamic discounts, the price is 1 dollar for 44 purchases. I want it to appear as $1 in my store. The price may change when you go to the product page. Can you write such a code?

    #563296

    Hung Pham
    Keymaster

    Hi kuzgununsesi,

    Thanks for reaching to us.

    Unfortunately, the option is available now is show Price range for plain Attribute product only, which can be found in Theme Settings > Shop > Variable products https://prnt.sc/ClQZ0OVbjW82

    You can create a ticket here: https://woodmart.canny.io/feature-requests so our developers will consider such a feature.

    Regards,

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