hogo
Forum Replies Created
-
U mnie to samo 🙁
Forum: Plugins
In reply to: [WPC Linked Variation for WooCommerce] Buttons redirect to wrong productsHi, I am keeping a not working functionality on my live site for you to investigate. Please hurry up.
Forum: Plugins
In reply to: [WPC Linked Variation for WooCommerce] Buttons redirect to wrong productsIt seemm the graphic design changes correctly in most cases. But changes the “mocowanie” works bad.
Bogusz
Forum: Plugins
In reply to: [WPC Linked Variation for WooCommerce] Buttons redirect to wrong productsHello,
here is an example product: https://planu.pl/produkt/magnetyczny-miesi%c4%99czny-z-zadaniami-planer-sucho%c5%9bcieralny-na-lodowk%c4%99-monochromatyczne-kwiaty/
So we have attribute “mocowanie” with taxonomies “na lodowke” “na sciane”
These taxonomies are also in product name so this is the easy way to figure out if correct one is displayed.Linked variations are configured using categories. I have version 2.0
Regards
BoguszThanks, It cause a 500 error by i removed the product id from function parameters and it worked.
Forum: Plugins
In reply to: [WPC Linked Variation for WooCommerce] Bulk uploadI vote for that. For me extremely simple would be to either add whole categories and not only products, or to have a filter to add these programatically.
Forum: Plugins
In reply to: [Pixel Caffeine] Still no product variations in the CatalogHi, Any chance for a fix? I would like to create a Black Friday offer on Facebook and I cannot as 75% of my products are not uploaded 🙁
Forum: Plugins
In reply to: [Pixel Caffeine] Still no product variations in the CatalogHi,
The website URL is https://planu.pl
The products admin screen: https://imgur.com/a/Tk24Wg0
The product catalog config: https://imgur.com/XUo9l2j
The product catalog XML content: https://imgur.com/5exPQ2UThe last one covers only one product, it is a variable one.
Hope that helps
Reagrds
Bogusz- This reply was modified 6 years, 6 months ago by hogo.
Forum: Plugins
In reply to: [Pixel Caffeine] Still no product variations in the CatalogI did what you say (both of the things you mentioned) and the problem is stil there. 🙁
Forum: Plugins
In reply to: [Pixel Caffeine] Still no product variations in the CatalogThanks for your response. I have updated the plugin and checked and nothing changed 🙁
Forum: Plugins
In reply to: [Pixel Caffeine] WPML compatibility issueFurthermore I have different domain for polish language and English and the English products are provided with Polish domain therefore all links to products are broken.
I have another finding here.
When I add a second product to the cart, and then remove it, the price of the bundle product in the mini cart is instantly updated to correct one (106 in this case).- This reply was modified 7 years, 2 months ago by hogo.
Hi, thanks for response. I am using Atelier theme from SwiftIdeas. I have the latest version of your plugin installed (2.0.12). Here is a link to my site: http://wzorykolory.pl/
Forum: Fixing WordPress
In reply to: No permission for admin to manage add/edit custom postsOK, never mind I managed to solve it myself
Forum: Fixing WordPress
In reply to: No permission for admin to manage add/edit custom postsHere it is:
'capabilities' => array( 'edit_post' => 'edit_swpd_record', 'edit_others_posts' => 'edit_others_swpd_records', 'publish_posts' => 'publish_swpd_records', 'read_post' => 'read_swpd_record', 'read_private_posts' => 'read_private_swpd_records', 'delete_post' => 'delete_swpd_record' ),