Vishal Lohar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to display two attribute selection side by sideThank You for the code!
I modified your code to get the best result. But still, long color, size, and other attribute name is a problem. Bcoz some part of the name will be cropped on mobile, but that’s ok for me.
Here is my CSS code:@media only screen and (max-device-width: 600px) { div.product table.variations tr { min-height: 100px; display: inline-block; } div.product table.variations tr .value { width: 150px; } div.product table.variations tr:nth-of-type(1n) { margin-right: .4em; } } @media only screen and (min-device-width: 800px) { div.product table.variations tr { min-height: 100px; display: inline-block; } div.product table.variations tr .value { width: 200px; } div.product table.variations tr:nth-of-type(1n) { margin-right: .4em; } }
I also added a snippet to change the Attribute selection label to “Select”. If anyone wants to do the same, you can use this code.
/* Change Woocommerce Default Value Text */ add_filter('gettext', 'choose_option'); add_filter('ngettext', 'choose_option'); function choose_option($translated) { $translated = str_ireplace('Choose an option', 'Select', $translated); return $translated; }
Result:https://ibb.co/MCqpQFg
Okay,
Then I think I should directly use the Facebook for woocommerce plugin for catalog. I got no errors when I was using the Facebook plugin.
Also, Idk abt the requirement of the catalog ads.
It just says no valid products in the catalog even if it has many products.
Anyway, I think there is no solution to it.
Thank You!Yes, that’s bcoz only default variation is added in the feed.
But I want you to create a catalog sales ad and test it with this Feed Catalog.
You don’t have to publish the campaign. Just create an campaign and visit the ad section.Try this feed
Add this in you facebook commerce manager and test.
Create a new catalog sales campaign and it will give you the same error – ” No valid products found in the catalog.The new Test feed just have default product variation. And rest of the settings is set correctly.
Yes, I know that.
I am able to add products in the catalog. And this was never an issue.
I created this feed today and that’s why it has new products.Issue is I can’t advertise products added through this feed as it says no valid product found or just 1-2 products is valid. Image – https://pasteboard.co/ZVONH9gwaJbd.png
Also, ten products were rejected due to duplicate id but in woocommerce a variation or products with same id cannot exist.
- This reply was modified 3 years, 5 months ago by Vishal Lohar.
Here is the link – Feed
Yes, I followed all the steps.
But still facing issues only with facebook feed.Facebook for woocommerce plugin was deactivated but the woocommerce app was connected to my page. Disconnected the connected today but still getting the same error “No valid products found in the catalog” on running catalog ads.
Forum: Plugins
In reply to: [WooCommerce] How to display two attribute selection side by sideThis is the product link – Product
I’m not using any code right now as my site is live and the output of the given code was not perfect.
Hi,
I created a new catalog and choose Data Source as Scheduled Feed. And in that I used the Feed link that was generated using your plugin.Facebook for woocommerce plugin is deactivated on my store as I’m using a different plugin for pixel.
1) Facebook feed never updates and add new product in the feed file.
2) It duplicates the ID of some products which gives me this error. Image – https://pasteboard.co/ocsHzqWKMst7.png
In woocommerce Two variations with same id cannot exist. So this is the problem of your plugin and it only happens with facebook.
3) I can’t use Facebook catalog products in ad. Error Image – https://pasteboard.co/ZVONH9gwaJbd.pngThis is not happening with Google merchant center feed. So there are many issues with Facebook Feed.
Forum: Plugins
In reply to: [Pixel Caffeine] Pixel Caffeine Plug-in deprecationThat’s Very Sad!
I really want to use this plugin. But I can’t connect to my Facebook. On clicking on Connect Facebook Button, nothing loads on the next screen. I know you guys are no longer maintaining this plugin but can you please start that connect facebook function again, Please!Forum: Plugins
In reply to: [Abandoned Cart Recovery for WooCommerce] Emails are not automatically Sent!I can manually send the emails by using the given tail in the URL. Once I visit the abandoned cart page of your plugin, the given tail disappears from the URL.
I need to fix the automatic sending of emails.Forum: Plugins
In reply to: [WooCommerce] How to display two attribute selection side by sideIt’s working!
But there is no gap between the two columns like the example. And the last attribute dropdown is not displayed properly.
Image of my website – https://pasteboard.co/gbfWGvVi7q6J.png
Also, The Attribute Dropdown options are not displayed in two columns on mobile. See this image : https://ibb.co/b6ZPJLDTheme – Shoptimizer
- This reply was modified 3 years, 5 months ago by Vishal Lohar.
Forum: Plugins
In reply to: [Abandoned Cart Recovery for WooCommerce] Emails are not automatically Sent!1. Wp Cron System is working perfectly. Checked it using this plugin. I am using Fluent CRM at the same time and all the emails are sent automatically.
2. I did what you said and the issue is resolved.
Thank You!
By setting the responsive point to 350, I solved my problem.