ToPpS
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoco Payments] WooCommerce Blocks SupportHi,
I’ve reverted back to the default basket and cart short code for the respective pages.
Forum: Plugins
In reply to: [Yoco Payments] Error Message after successful paymentI’m starting to lean towards a timeout issue. There was a long delay after the OTP/bank app authorisation step. The browser (Chrome v88) was waiting for online.yoco before ventually displaying up the “There was a network error while preparing your payment. Please retry.” message.
When clicking on “retry”. I was shown the “This order’s status is “Processing”—it cannot be paid for. Please contact us if you need assistance.” message. There did not appear to be an actual retry of the payment process. The Cart was cleared of contents.
Forum: Themes and Templates
In reply to: [Woostify] Edit shop_single_stock_labelAmazing! Worked a charm.
I am impressed with the responsiveness of the Woostify team both here and in the Facebook community group. Top-notch!
Forum: Plugins
In reply to: [Yoco Payments] Error Message after successful paymentHi There,
No reply in almost 4 weeks….
Here is some more information, the errors seem to trigger a series of events (below info is from email logs).
Order #54327 has been cancelled
Order #54328 has been received
New Order #54329Your Order #54518 has been received
Order #54516 has been cancelled
New Order #54517I’ve been through various logs and can’t find a definitive reason for the ongoing issues.
Forum: Themes and Templates
In reply to: [Woostify] Edit shop_single_stock_labelThank you for the reply, and link, but I was looking for a non-plugin solution. The translate solution you’ve put forward may very well work but it’s a workaround.
Ideally, I’d like to modify the child theme to set/customize the single line of text as I have with other elements.
Is there a way to “disable” Woostify from editing the Woocommerce text in the first place? Then I can edit the woocommerce field easily enough.
Hi Jamie,
Continued testing with the google markup tool: https://search.google.com/structured-data/testing-tool#
Seems the issue was that the “Shop Name” wasn’t set for the one vendor under the WP Users settings.
Thank you for the help on this one.
Wouldn’t the wcvendors_cart_sold_by_meta work?
Hi Jamie,
I appreciate the effort.
I added the code to my functions.php file and tested it on this side. The good news is that the site didn’t crash with the new code. ??However, the ability to set the brand as the vendor store name wasn’t available in the drop-down options under Rank Math, General Settings, WooCommerce.
I tested all the available options by reviewing the resultant page source code and Product:brand schema is not pulling through the vendor store name.
Best wishes,
AnthonyHi Jamie.
Yes. The marketplace is made up of handmade goods, so in this case, the vendor will be the Brand.
Thanks Jamie.
I appreciate the standpoint.Would you let me know the correct WCVendor related entity to index?
ie: Vendor Display Name specifically.Another option is
add_filter( ‘rank_math/snippet/rich_snippet_product_entity’, function( $entity ) {
global $post;
$entity[‘mpn’] = get_post_meta( $post->ID, ‘mpn_meta_key’, true ); // Please hange mpn_meta_key with the meta from which you want to get the MPN value.
return $entity;
})Forum: Themes and Templates
In reply to: [Rookie] Site Title & Tagline Missing in Rookie v1.2.1Checked the Functions file and header file vs the master on github and can’t see an error.
Forum: Themes and Templates
In reply to: [Rookie] Site Title & Tagline Missing in Rookie v1.2.1Just to reiterate, the title and tag line appear perfectly for posts and pages. Problem lies in the home page as the internet browsers tab only displays ( – ) rather than what is set.
Forum: Themes and Templates
In reply to: [Rookie] Site Title & Tagline Missing in Rookie v1.2.1Hi Brian,
We are currently running WordPress 4.2.3.
I’ve refreshed the Cache as well.Forum: Plugins
In reply to: [Cartographer] Featured ImageHi a2rocklobster, I was referring to the built-in wordpress featured image. I was able to resolve the centering / width issues with the manual overides. I seem to think they were always there, but once I started setting featured images, those settings were no longer being automatically included in the short-code (requiring he manual addition).