anthonyturton
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Fourth Level Menu Item IndentsThanks Tom,
Here is the page; https://www.everybattery.com.au/73046-2/
It is the Solar tab at the far right in the body section of the page.Forum: Plugins
In reply to: [WPC Frequently Bought Together for WooCommerce] Not Working in Mobile ViewHey @anixoutlet , I came to submit the same thing. Using the same code as you there too.
Turning off Responsive option in the settings worked for us. And properly displays on Mobile again.
Looks like yours does too now.
Cheers,
A@karenovich I found a work around.
You can Export your products as a csv file and include ID SKU NAME and tick export custom meta, download the file. Your items marked as cross sells to the parent product are given their own column and separated by commas.
You can then match up the SKU marked as cross sell, and copy the Woocommerce ID number which will be the first column in the csv.
Scroll over to the column that reads “Meta: woobt_ids”.
The convention for the bought together products are as follows, “WoocommerceID”/”Discount%”/”defaultQuantity” separated by commas.
An Example, a cross sell product with SKU 9999999999999 and ID of 2046 sold for 10% off when bought together would look like
“2046/90%/1” without quotes, and seperate by a comma for multiple products.
Hope this helps.
A
Forum: Plugins
In reply to: [WPC Frequently Bought Together for WooCommerce] Layout mobileHi,
We are trying to implement the same and the additional CSS, can we have some help?
Anthony
I second this. We are a company that deals in small batteries and electronics. While we can set these recommendations manually. We often create cross sells on product creation. So if we are selling a charger, with cross sells to what batteries are compatible with that charger, we dont want to be recommending the upgraded charger as a frequently bought together.
Can we get a setting to change it to cross sell as default?
Sent
Thanks Rajesh,
We had a \\ identifier before the code.
Removed and now works. Thanks very much~
Anthony
Thanks Rajesh,
Regarding the additional CSS, that didnt appear to change their position.