bulettenberti
Forum Replies Created
-
I have solved it in the meanwhile. It’s part of the meta data under the keys _hs_code and _manufacture_country, respectively. So you can get the data like this:
$product = $item->get_product(); $hscode = $product->get_meta('_hs_code'); $country = $product->get_meta('_manufacture_country');
- This reply was modified 3 years, 5 months ago by bulettenberti.
- This reply was modified 3 years, 5 months ago by bulettenberti.
Super danke für die schnelle Antwort. Ich habe die Checkbox “Listet alle Produkteigenschaften im Warenkorb und in der Kasse auf.” unter Button-L?sung deaktiviert und nun werden sie nicht mehr angezeigt!
LG
Hello,
thanks for the prompt response. I have since narrowed down the problem to the caching redirects that the WP Rocket plugin adds to the .htaccess file. The thing is, we have been using WP Rocket for months without problem and the ‘File not found’ issue only started today after we installed ‘Really Simple SSL’.
As a workaround I have excluded wp-login.php from caching by modifying WP Rocket’s .htaccess rewrite condition like so:
RewriteCond %{REQUEST_URI} !^(/checkout.php(.*)|/wp-login.php(.*)|/cart.php|(.*)/feed/?)$ [NC]
I’m not enough of a WordPress expert to undestand what’s causing the issue, but this seems to have fixed it.
Otherwise the plugin works great so thank you for the great job.