Home › Forums › WoodMart support forum › about dynamic discount table
about dynamic discount table
- This topic has 3 replies, 2 voices, and was last updated 6 months ago by Hung Pham.
-
AuthorPosts
-
April 27, 2024 at 10:39 pm #561363
kuzgununsesiParticipantHello,
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 regardsAttachments:
You must be logged in to view attached files.April 30, 2024 at 2:54 pm #562067
Hung PhamKeymasterHi 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,
May 4, 2024 at 2:56 pm #563230
kuzgununsesiParticipantGood 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?
May 5, 2024 at 8:29 am #563296
Hung PhamKeymasterHi 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,
-
AuthorPosts
Tagged: Dynamic Discount
- You must be logged in to create new topics. Login / Register