BlottedInq
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Subcategory not showing on shop pageIndira14
No I do not currently use WPML. I actually solved the issues by updating my theme. Some of the files were out of dating and conflicting with the categories for whatever reason.
Forum: Plugins
In reply to: [WooCommerce] Subcategory not showing on shop pageI am having the same issue of subcategories not showing. Any update on this?
Forum: Fixing WordPress
In reply to: Adding Background Music<embed autostart=”true” height=”0″ loop=”true” src=”http//:URLofMediaMusic.com” width=”0″/>
Should auto play any uploaded song.
Forum: Plugins
In reply to: [WooCommerce] Redirect to Checkout only for certain itemsAnd just so I am clear, i replaced the
$woocommerce->cart->get_cart_url()
with
‘www.urlofmychoice.com’
and it allowed me to redirect specific items in a category to a different part of my site. I was just running into issues when I tried to add another filter to affect a separate category
Forum: Plugins
In reply to: [WooCommerce] Redirect to Checkout only for certain itemsAnother question for anyone still reading ??
I am wondering if I can add more than one filter? As in, redirect some items to the cart, and others to different pages of my site. I tried to just use the working lines given above again, but it gave me an error.
Fatal error: Cannot redeclare redirect_to_checkout() (previously declared in /home/content/60/11977160/html/wp-content/themes/virtue_premium/functions.php:116) in /home/content/60/11977160/html/wp-content/themes/virtue_premium/functions.php on line 143
Is this possible?
Forum: Plugins
In reply to: [WooCommerce] Redirect to Checkout only for certain itemsWorked perfectly!!! Thank you so much Geet Jacobs!
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Make "X" to close largerPerfect! Thank you so much!
Forum: Plugins
In reply to: [WooCommerce] Redirect to Checkout only for certain itemsNot to completely revive a dead topic, but I am looking to do what is listed above, but instead redirect to the CART opposed to the checkout. I tried the suggestion by ryan.odwyer and it worked, but I would really like to have a redirect to CART for a category instead of CheckOut.
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Using with WooCommerce“What exactly do you want to accomplish: A user clicks on the add to cart button and a box slides in, if the product fits some criteria?”
Yes, what you have written there exactly.
Also, where would I implement those lines you have given?Sorry I did not see your reply earlier- I expected an email when I got a reply but no dice there :-/
Specifically, I have a product group that requires items to be added to their cart in steps. (food delivery website)
example: first they have to add a diet therapy package (cancer fighting / gluten free/ etc) then they have to choose the specific meals from our menu that they may want from within the package.
What I am looking for is: when a user clicks “add to cart” on a specific item, a box then slides in from the side prompting them to click a button to continue. the “continue” button is located within the popup and this button takes them to a category page on our menu that corresponds to the item added to cart.
-example of what I have set up so far.
https://karmynskuisine.com/?product=breakfast-lunch-dinner-gluten-free-20
My site is currently under construction and this would help me launch before X-mas as planned.
Thank you for your help in this matter, I feel like I have explained it as clear as possible but it is still a little complex :-/
-Blot