Juan-Uniq
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal PHP errorIf you change the core function in /wp-content/plugins/woocommerce/includes/class-wc-post-data.php to:
public static function variation_post_link( $permalink, $post ) { if ( 'product_variation' === $post->post_type ) { $variation = wc_get_product( $post->ID ); if($variation) { $permalink = $variation->get_permalink(); } } return $permalink; }
It solved the issue for me, but is not ideal
Forum: Plugins
In reply to: [WooCommerce] Product Attributes dissapearI mangae to solve the problem.
Just add the attribute who dissapear again and all the terms populate from database.Forum: Plugins
In reply to: [WooCommerce Sample] Update all via databaseI change the way setting up as variable products. with Real product and Sample products as variations
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Intehration with WP all import (trouble)I have nothing on those fields
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Intehration with WP all import (trouble)If I log in as a trade customer i can see the prices. but only if i am loged in as trade customer
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Intehration with WP all import (trouble)Yes, but i will like to view the prices even when nobody is logged in, and also for administrator.
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Intehration with WP all import (trouble)https://www.uniqdigitalmarketing.co.uk/richardWylie/shop/moon-fabrics/aberdeen-heather/
That’s the example of a product
And this is an screen shot How is in the backEnd
https://i.gyazo.com/67370260eb13a18388220abf84c2a736.pngForum: Plugins
In reply to: [Role Based Price For WooCommerce] Intehration with WP all import (trouble)Hello Arnis.
My problem is when I enable RBP. Products prices are not displaying on the front end. If i disable it I can see the prices.
On the back en everithing works perfect, products prices are set up, and the import works fine.Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Intehration with WP all import (trouble)Hello, I have a problem setting up Role based price with All import.
Is there anywhere where I can find a tutorial or something?Forum: Plugins
In reply to: [WooCommerce Sample] Update all via databaseIf you use all in one import, you can update custom fields, where appears all fields you need. check it and write me back if you have any question.
Forum: Plugins
In reply to: [WooCommerce Sample] Update all via databaseActually, you will need to create entries for enable the product.
then update the rows on wp_postmeta.
Finally my client is doing it manually, because also want to do some changes on the products.Forum: Plugins
In reply to: [WooCommerce Sample] Update all via databaseThanks, i will take a look to it.
Forum: Plugins
In reply to: [WooCommerce Sample] Update all via databaseHi, I am in the same situation.
Please if you find out a way, could you let me know?