kiberchaka
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Excludion of RevSlider JS doesn’t workI found this topic https://www.ads-software.com/support/topic/issue-with-latest-version-of-slider-revolution/ and installed the beta version, now RevSlider works without excludion, so exclude problem probably is related to the same bug. So it is solved by now. Thank you!
One more question: will Autoptimize update from WP repository if I installed Beta version?
Sorry, I just forgot to choose “Update” on the first step.
Hi!
The link you posted didn’t help.1. There is an old manual and there is no setting like in this screenshot: https://www.wpallimport.com/wp-content/uploads/2020/02/matching-by-mls-number.png
2. In current version of the plugin there is similar setting, but this didn’t help if you have only two columns. In my case I try to update categories and use SLUG as a uniq identifier.
All posts are being skipped. May be it’s because there is no Title, but only two columns in the import file: slug and category.
Hi!
Thank you for the answer!This is a store with pet clothes:
https://ysh.com.ua/Link for example:
https://ysh.com.ua/magazin-ysh/accessories/povodok-dlya-two-sobak-spark/?utm_source=google&utm_campaign=ysh&utm_medium=cpc&utm_term=17805&utm_content=odyag_sobak- This reply was modified 2 years, 1 month ago by kiberchaka.
Thank you!
I am sorry, I was a little mistaken a before.
Actually, I have two languages that adds language code like:
1. https://domain.com/en/rest_url?get_parameter=1
2. https://domain.com/ua/rest_url?get_parameter=1But if I go by URL without language code:
https://domain.com/rest_url?get_parameter=1
It redirects me to URL without GET parameters:
I tried to rollback to 4.6.5 and “add to cart” event does not work on item page and on homepage (works only on shop page).
Hi!
I have the same question.
Can you provide a documentation or some code snippet how to get all brands from a specific WooCommerce category?
Thank you!I found the solution, the problem was, that your data is saved in protected meta data. It is possible to get it this way:
$order->get_meta('_billing_wcity');
In orders in admin page I can see all values, on thank you page values is also present, but programmatically – no values.
Defauld fields are being getting good, but created with the plugin ones are empty.
Forum: Plugins
In reply to: [Buy one click WooCommerce] Можно ли добавить отслеживание для Гугла?Да, спасибо, сделал через перенаправление. Просто стояла старая версия плагина и перенаправление не срабатывало почему-то. После обновления все ок.
Ok, thank you!
I found the answer:
dokan_get_option('admin_percentage', 'dokan_selling', 10);
I found out, that if I set individual admin commission for a vendor, I can get it like this:
$individual_vendor_percentage = get_user_meta( $author_id, 'dokan_admin_percentage', true);
But how to get the percentage, that was set globally?