ryanmvickerman
Forum Replies Created
-
Hmmm…that is weird. I’m using a custom page template using Bricks Builder. All of the Woo tags are in place. Here’s a screenshot of my notifications…
View post on imgur.com
Awesome…thanks for the heads up!
@rahmohn …awesome…thank you!
Will do…thanks!
@dlocc …thanks for the fast response! Both actually. I’ve tried dragging the processors in order and use the arrow buttons. Nothing sticks.
Awesome…thank you @kmarusek ! Would you mind updating the thread when/if you roll that out?
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Meta key for voting value?@alimir …thank you!
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Meta key for voting value?@alimir …thank you so much for setting me on the right path! I can’t seem to find the hook for when the user votes. Would you mind sharing the hook?
Forum: Plugins
In reply to: [WooCommerce] Image and variation troubleI guess I’m just wondering if WC is coded to attach/unattach images when adding, editing, etc?
Forum: Plugins
In reply to: [WooCommerce] Image and variation troubleTo you comment “WooCommerce allows you to attach images to products, both initially upon creation and from the existing media library assets. When creating a new product, you can add images in the ‘Product Image’ section. If you want to add images from your existing media library, simply click on ‘Add product gallery images’ and select the images you wish to attach to that particular product.?“
That is the problem…WC is not automatically attaching/unattaching images that exist in my media library when I edit a product.
Forum: Plugins
In reply to: [WooCommerce] Image and variation troubleThank you for confirming! So, upon editing a product by changing images, you would then need to manually unattached the former images and manually attach images from the media library, right?
As a user, I would assume that WC would perform this automatically.
Forum: Plugins
In reply to: [WooCommerce] Image and variation troubleI’ve performed the conflict test. Still the same results. Quick question…is Woocommerce supposed to ‘attach’ images to products either initially upon creation and/or added from the existing media library assets?
Forum: Plugins
In reply to: [WooCommerce] Image and variation trouble@omarfpg …I’d like to add that I’ve done a full conflict test and I’m getting the same results. The issue I”m having seems to be the same as issue #27281 on Git. (https://github.com/woocommerce/woocommerce/issues/27281)
The SQL script on the last entry did not seem to work.
NBSUKLTD commented on Nov 20, 2023
This is still a issue but yes the following SQL script fixed this for me.
UPDATE wp_posts AS p INNER JOIN ( SELECT p.ID AS attachment_id, pm.post_id AS post_id FROM wp_posts p JOIN wp_postmeta pm ON pm.meta_value = p.ID WHERE ( pm.meta_key = '_thumbnail_id' AND p.post_type = 'attachment' AND p.post_parent = 0 ) ) AS b ON p.ID = b.attachment_id SET p.post_parent = b.post_id
Also to note, I’m adding the products and images in manually and not an import as with some of the users, like in issue # 40076 (https://github.com/woocommerce/woocommerce/pull/40076)
Forum: Plugins
In reply to: [WooCommerce] Image and variation trouble@omarfpg …after doing some further digging, it appears that the problem is that WC is not attaching the images to the product. Without the images being attached, they are not showing on the frontend.
Front end showing only “attached” images and not the ones spec’d in WC Images showing as attached in media library Here are my images in WC… Forum: Plugins
In reply to: [WooCommerce] Dev question: Klarna CSS styling on product pages@carolm29 …sorry for the confusion, I just assumed that WooPayments was considered part of the core. Thanks!