CodeAstrology IT Firm
Forum Replies Created
-
Hello lyledg,
By the way, yes you can do that by using our pro version. if you need more help then let us know.
Regards,
Hello lyledg,
Today is our weekly holiday so we will check it tomorrow morning and let you know.Regards,
Hello dusucre,
Please add below custom CSS on your site.
`.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
margin: 0 7px 0 7px !important;
}.qib-button-wrapper .quantity input.input-text.qty.text {
margin-left: 0px !important;}
.qib-button-wrapper button.qib-button, .qib-button-wrapper .quantity input.input-text.qty.text {
border-color: #8dcfc8 !important;
color: #8dcfc8 !important;
border-width: 2px !important;
border-radius: 20px;
}your output will be like this screenshot(https://prnt.sc/1qxp8kr)
If still have a problem then please create a ticket at https://codeastrology.com/support/ for better support.
Regards,
Hello assad19,
you can hide plus sign by using custom CSS on your theme.
you can make 20 quantities of each product by using a filter hook. follow this link: https://wooproducttable.com/set-default-quantity-0-only-for-table/
you need to return 20 instated of 0 according to our example document. then you can set your product default quantites.Regards,
Hello gnfb,
Yes, you can display your product by select one category. Just follow this link https://wooproducttable.com/show-products-by-categories-tag/Regards,
Hello assad19,
You can change search box taxonomy name by using our plugin filter hook. Follow this link: https://wooproducttable.com/change-default-taxonomies-names/Regards,
Hello assad19,
As per your first question, our plugin displays category and sub-category in the filter like this screenshot: https://prnt.sc/1ndjl0m
we tell you before that, We don’t have that kind of facility now. But if you want we can do that. You need to pay a customization charge for that.So, if you want then you can contact our support team at https://codeastrology.com/support/
Second, you can removed the “product word” from the just follow this screenshot below:
Go to product table and then select configur (https://prnt.sc/1ndq49e).
now scroll down and select search keyword title text options and give your title (https://prnt.sc/1ndrpvj) and click to save all button like this (https://prnt.sc/1ndtxbu)
now you can get like this result:(https://prnt.sc/1ndvdjj)Regards,
Hello,
1. Yes, right now that code will change all placeholder text. Maybe we will add a function to change each filter placeholder text un future.
2 & 3. We don’t have that kind of facility now. But if you want we can do that. You need to pay a customization charge for that.
4. Yes, Reset button will clear all filter data.
So, if you want then you can contact our support team at https://codeastrology.com/support/Regards
@assad19 Please update your plugin.
We have added a new filter hook ‘wpto_localize_data’. So now you can change Taxonomy placeholder text.
Examplefunction codeAstrology_wpto_localize_data_callback( $WPT_DATA ){ $WPT_DATA['search_select_placeholder'] = "Choose your item text"; return $WPT_DATA; } add_filter('wpto_localize_data', 'codeAstrology_wpto_localize_data_callback');
You can chose which category should show inside taxonomy dropdown filter ( https://prnt.sc/1mrk8g1 ) . Go to “Search and Filter” Tab.
For more information please visit our documentation site – https://wooproducttable.com/documentation/
- This reply was modified 3 years, 7 months ago by CodeAstrology IT Firm.
I have watched your video. We use woocommerce default functionality to control quantity input that’s why it’s also working on woocommerce cart page. Maybe cart popup plugin using another method. If you want to integrate cart popup plugin with our plugin, you can contract with our support team at https://codeastrology.com/support/
Hello huzaifakhan79,
we checked your site. It works fine. if you need more help let us know.
Regards,
Our plugin does not set any initial value. If you have not set any minimum value then it should be 1 ( Woocommerce default ) maybe there is another region.
Give us some screenshots of your settings that we can understand better.
Also, if you want you can create a ticket at our support site – https://codeastrology.com/support/
@jdembowski It was a mistake. Hope it will not happen again.
@vberg0328 your video link is not working. Can you please give me that specific single product page link where you set values (step/min/max)? That’s how we can understand that issue.
Note: use our updated plugin version.
Hello wendywagenmakers,
we have give a reply to you at our support site. please check it.
Regards,