locha9066
Forum Replies Created
-
Thank you so much for your incredibly thorough and clear explanation. You are truly one of those developers who treat all users with respect, regardless of whether they are on a free or paid plan. I would be buy Nextend Social Login in the future if there’s a discount code available. For now, I’ve understood the issue.
Wishing you a pleasant evening. Message sent from GMT+7.
Hi @robertnextendweb , thank you for your reply.
In my case, my button Sign in with Google only need show at page:
mysite.com/my-account
mysite.com/wp-loginHave any method to load JS/CSS at two page?
So sorry, I don’t know how to
setup staging site and active the Variation Swatches version 2.0.26
.I rollback to version 2.0.24 and all working perfect. I check and see the error start at version 2.0.25 but I update from 2.0.24 to 2.0.26.
I read changelog of version 2.0.25 is:
Variation Swatches 2.0.25 – 31-08-2023
- Add: WordPress 6.3 compatibility
- Add: WooCommerce 8.0 compatibility
- Update: Color / Image data can update by API Request
Seem this is big update, I think the problem start at this version. So my site start broken.
I see many people have same error with me after update Swatches plugin.
After version 2.0.25, my site broken. I install old version of Swatches plugin is: 2.0.24 and it working.
Have any suggest to fix my problem?
I turn on Swatches plugin, this error still show. Can you help me check this?
My site: https://xomkey.com/cart
currently my site is not working, so I turn off Swatches plugin.
When I try to turn on plugin, my site will broken. I will re-active my site in tonight.
Example:
– Can’t remove product in Cart.
– Can’t update quantity in Cart.I found the problem after deactive all plugin.
Problem is another plugin make this issues.
Forum: Plugins
In reply to: [WooCommerce] Can’t enable feature: High performance order storage (new)I understand problem. So sorry with my ulgy question.
@barryhughes-1 just great. If I want the custom comlumn order by between
Date
andStatus
field look like this. Have any suggest?I try with $key to know the
Date
field inorder_date
with: $key === ‘order_date’ and start insert the new custom columns after this fields. My old code look like this:// ----- add column to orders that shows which products were ordered ----- function ec_order_items_column($columns) { $new_columns = array(); foreach($columns as $key=>$column){ $new_columns[$key] = $columns[$key]; if($key === 'order_date') { $new_columns['ordered_products'] = __('Ordered Products','woo-custom-ec'); } } return $new_columns; //$columns['order_products'] = "Purchased Items"; //return $columns; } add_filter('manage_edit-shop_order_columns', 'ec_order_items_column', 99 );
It’s can be create the new columns but I try debug to get
$order
but don’t see any fields have name + quantity of product.I also check another table with
wc_
is new HPOS table prefix.Hi @barryhughes-1 , seem it can create the new columns but I don’t know how to get the
name
+quantity
of product.My code above is a hook for
wp_posts
admin tables … Enabling (HPOS) moves the orders out ofwp_posts
and into their own custom database tables … I do not have any experience with (HPOS) yet so I do not have any modified code to mange (HPOS) order tables .I fixed this problem.
Good news. I will follow your update.
The plugin working perfectly. But only show this error in Plugin page:
The plugin?
advanced-product-fields-for-woocommerce-pro/advanced-product-fields-for-woocommerce-pro.php
?has been deactivated due to an error: Plugin file does not exist.