sityware
Forum Replies Created
-
Thanks,
It is the WooCommerce Stripe Gateway plugin for Woocommerce.
Stripe handles my card payments.
There is not much to configure on the Plugin itself, just to enable the Express Checkout options for Apple Pay and Google Pay. Obviously you would need a Stripe account.
With Aaple Pay you need to add the domain association file to the web server.
https://docs.stripe.com/payments/payment-methods/pmd-registration?platform=dashboard#verify-your-domain-with-apple-pay
Basically the Google Pay and Aaple Pay Express Checkout just uses the current Checkout Total amount. So if the user chooses any method with a discount before clicking Express Checkout, they will get the discount.Forum: Plugins
In reply to: [Yoast SEO] Invalid schema on Merchant listing reportThis looks to be Woocommerce,
Google Search index now sees my product page as valid now after removing the priceSpecification section.
Just waiting on Merchant side to review it seems as well.
Forum: Plugins
In reply to: [Yoast SEO] Invalid schema on Merchant listing reportAs a workaround I have removed the whole priceSpecification section around line 250
/html/wp-content/plugins/woocommerce/includes/class-wc-structured-data.php'priceSpecification' => array( 'price' => wc_format_decimal( $product->get_price(), wc_get_price_decimals() ), 'priceCurrency' => $currency, 'valueAddedTaxIncluded' => wc_prices_include_tax() ? 'true' : 'false', ),
Google has started validating your fix of structured data issues on your site. Specifically, we are checking for ‘Invalid value in field ‘priceSpecification’ (in ‘offers’)’, which currently affects 1 pages.
Forum: Plugins
In reply to: [Yoast SEO] Invalid schema on Merchant listing reportYou might want to check this file out
/html/wp-content/plugins/woocommerce/includes/class-wc-structured-data.php
I’ve removed the second price from priceSpecification , around line 253 on mine as a workaround.
Just waiting to see if this resolves it with Google.
Forum: Plugins
In reply to: [Yoast SEO] Invalid schema on Merchant listing reportI appear to be having the same issue.
Google have removed my store from Free Listings.I believe it is because Offers are displayed on Schema, and Google require one set price to be displayed.
My product doesn’t have any offers but it being detected as having one.
Invalid value in field priceSpecification (in offers)
“offers”:[{“@type”:”Offer”,”price”:”10.00″,”priceValidUntil”:”2023-12-31″,”priceSpecification”:{“price”:”10.00″,”priceCurrency”:”USD”,”valueAddedTaxIncluded”:”true”},
Is there any way to remove the offer schema?
- This reply was modified 2 years, 6 months ago by sityware.