k3nsai
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Why span tag rendered as plain textIts safer to use
<?php echo wp_kses_post($r->title); ?>
which sanitizes content for allowed HTML tags for post content. More information about it on https://developer.www.ads-software.com/reference/functions/wp_kses_post/
Problem Solved, I was using a code snippet that needed updating after the latest woo updates.
Thank youHi,
When will the new standalone pro plugin will be released? It has been 2 weeks now and you mentioned that it would be available in 1 week.
Any updates?Hi,
I will wait until next week then for the new release. Hopefully this will be solved and I will not have to ask for a refund since the plugin works but for some reason you guys decided to cripple the pro version which does not come cheap btw.
.BRAny update on this?
Thank you for your feedback, I have modified my config to mirror yours and it seems the cache is bypassed in Firefox, but works fine on Chrome:
.. x-my-cache: BYPASS ..
is the result I am getting in Firefox. When I use Chrome, there is no x-my-cache present, but the cache is populated!
After checking a bit more, I think there must be a problem with the following plugin that I am using to password protect my website:
https://www.ads-software.com/plugins/password-protected/.In the plugin section it mentions:
Caching Password Protected does not always work well with sites that use caching. If your site uses a caching plugin or your web hosting uses server-side caching, you may need to configure your caching setup to disable caching for the Password Protected cookie: Cookie Name: bid_1_password_protected_auth
Any ideas?
Update:
I have also noticed that many products also show :<g:gtin>Array</g:gtin>
if no GTIN value is inserted in the custom field of the product.
In the meantime, for anyone having the same issue, you can add the following snippet in Woocommerce to force it to display 0.0$ next to your free shipping method, just in case the tech-savy Human Google reviewer cant tell the difference:
add_filter( 'woocommerce_cart_shipping_method_full_label', 'woo_append_0_to_shipping_label', 10, 2 ); function woo_append_0_to_shipping_label( $label, $method ) { if ( ( $method->cost ==0 ) ) { $label .= ': ' . wc_price(0); } return $label; }
That would make sense, although it raises questions on the credentials of the manual reviewers… but that is not a topic for this thread ??
Thank you for your feedback, I will contact my Account Manager and will let you know what they say, in order to help others with the same issue!
Here is a landing page for you to check:
According to Google:
Value in landing page – 30.00USD
Value in the data feed – 0.00USDHi Eva and thank you for your prompt reply.
The problem is that I have things setup as you mentioned:
I have manually added the shipping methods in Google Merchant but I got a message from Google this morning (after 4 months being active) that:
Account has been blocked because of violations…
Inaccurate Shipping costs (due to inconsistent shipping costs between the feed and the landing page). The shipping costs in your product data don’t match the shipping costs on your product landing pages or at checkout on your website.
…
Example:
Value in landing page – 30.00USD
Value in the data feed – 0.00USD
….Any ideas?
p.s.
The only things missing from my feed is the Shipping Label mapping. Should that be present and would that make any difference? FYI Shipping Label on its own will not be shown, I have to also map Shipping for it to show, is that normal?Update:
The way I have setup shipping, is that I have 1 Shipping Zone (US) and 4 Shipping Methods in Woocommerce. No plugins are used:Method A (Free): 0$
Method B (Paid): 10$
Method C (Paid): 20$
Method D (Paid): 30$If I map the g:shipping>Shipping and g:shipping_label>Shipping Label in the field mapping section, then only the 1st, Shipping Method A is shown on my feed, the one with 0$ cost. The 3 other Shipping Methods are not shown:
<g:shipping>
<g:country>US</g:country>
<g:service>
Method A (Free)
</g:service>
<g:price>USD 0</g:price>
</g:shipping>How can I show the other 3 Shipping Methods?
Forum: Plugins
In reply to: [Klarna for WooCommerce] UCI in sandbox modeHi Michael,
After the latest update the JS errors have returned and the same issue happens again with variation selectors.
Has anything changed with the update?Klarna Merchant Support form does not work. It simply throws an ERROR notice (and nothing else) in 3 different devices and browsers when I press submit. Do you have an email where I can contact them directly?
Fyi some pending orders don’t have any failure notice or rejection notice. Nothing at all just pending for hours. Example woo order id 4641, 4639, 4627, 4623,