jaak69
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Variations Radio Buttons for WooCommerce] Not selecting variationHello
Now everything works OK!Forum: Plugins
In reply to: [WPC Variations Radio Buttons for WooCommerce] Not selecting variationHello,
And if you take the second variable product in your demo site: https://demo.wpclever.net/woovr/product/v-neck-t-shirt/ there
The radio buttons don’t do anything useful.
- This reply was modified 5 years, 4 months ago by jaak69.
Forum: Plugins
In reply to: [WPC Variations Radio Buttons for WooCommerce] Not selecting variationHello,
I created new clean site without any addtional plugin including WPML. Result is the same. To this site I send crendentials directly to your email contact@…
Hook is wrong.
woocommerce_checkout_order_processed have to be used but question remains will invoice will be generated after that hook?Hello,
This is a custom field:
It looks in import csv:
country_id
0
53
0
17
0
0And the mapping csv:
country_id
1 Eesti EE
3 Venemaa RU
4 Soome FI
11 Leedu LT
12 L?ti LV
13 Poola PL
14 Hispaania ES
15 Itaalia IT
16 Türgi TR
17 Hiina CN
18 Andorra AD
19 Araabia ühendemiraadid AE
20 Albaania AL
21 Armeenia AM
….
etc.Hello,
Thank for your answer.
Screenshots are now working.
'description' => array( 'title' => __('Description', 'woothemes'), 'type' => 'textarea', 'description' => __('This controls the description which the user sees during checkout.', 'woothemes'), changed code-><strong> 'default' => pll__("Description", 'woothemes')</strong>
But this doesn’t help. And the second question. Why it’s working in one place (title) and not on another place (description)? Both fields have coded in __() way.
Jaak