leroy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] Font questionFollow the white rabbit, I did that, however I have a image in my main header which I am not using any fonts, only in primary menu at top. What does the header have to do with the footer?
Forum: Plugins
In reply to: [WooCommerce] still searching for empty cart phpand again I lost my colors out of my color swatches 8/
Forum: Plugins
In reply to: [WooCommerce] still searching for empty cart phpwell…it works a little, it was there but if I put something in the cart and take it out it doesn’t work. huh
I was doing some customization and noticed it was there in the empty cart but when I went out of customization and tried it with a product, and removed product it doesn’t work.
Forum: Plugins
In reply to: [WooCommerce] still searching for empty cart phpI don’t know how, I changed to store front and unloaded all my plugins, and it didn’t work, sew… I just went back to my original theme and put all my plugins back and it worked. I’ll be back if I have any more issues
thanks all for the help
Leroy
Forum: Plugins
In reply to: [WooCommerce] still searching for empty cart phpso your saying to go to another theme storefront undo every plugin and put it in and if it works. You are referring to a plugin that is causing this issue…huh.
how bout if I do it in my current theme and undo every plug in and put it in, and see if it works, many do say to change your site to default but I dont how to do that.
however, I will check it out using your directions and see what happens. and do my theme and each plug in one by one. I have time as my site doesnt have much traffic so no biggie.I thank you and good day.
Leroy
Forum: Plugins
In reply to: [WooCommerce] still searching for empty cart phpNope it does nothing.. thanks again
Forum: Plugins
In reply to: [WooCommerce] still searching for empty cart phpThanks Berg I’ll check it out and see if it works
Forum: Plugins
In reply to: [WooCommerce] still searching for empty cart phpThank you Margret I check out your info. Did try the facebook group to join but they refused me, after I said I wanted to learn about this platform.
- This reply was modified 3 years, 10 months ago by leroy.
Forum: Fixing WordPress
In reply to: empty cart pageIf there is anybody out there that has a solution to this because I just read on a site about this that it’s very hard to do. As no php code does anything in the functions php.
Thanks
Forum: Fixing WordPress
In reply to: empty cart pageThere’s only 1 video on youtube how to do it but it’s in hindu. So it must be a pain to do because I can’t find any info on doing this. All info out there is change checkout/cart page and flush out permalinks for empty cart issues. I tried the code snippet thing but nadda. Also this doesn’t work
https://divi.space/wordpress-and-divi-code-snippets/customize-woocommerce-empty-shopping-cart-page/
anything I add to my functions php does nothing…
just sayin..
Forum: Fixing WordPress
In reply to: empty cart pageand also I have a great CSS code however, I don’t have a empty-cart php file in my functions php, woo-commerce cart php and I noticed you can change it there, but I only have cart php.
I tired putting the CSS code in cart php with no results, nor can I add the CSS to the cart page itself.
Forum: Fixing WordPress
In reply to: empty cart pageUnfortunately this went right over my head, I am not a coder and do not understand how you make a folder in a child theme, much less no nothing about templates..
but thanks
Forum: Plugins
In reply to: [WooCommerce] shipping questionAndrea,
When I first started I was clueless about shipping classes. So I would put the price in the cost. I needed also to have a 4 dolla extra charge for addtional items. Sew all this did was not distinguish and double the prices whenever I’d put a item in cart like 2, it would double the price. Then I was told to do the 4* [qty] that worked then it didn’t as it added the 4 twice, so I was told to do 4* [qty] -4 it worked. Low and behold I then learn about shipping classes, duh..so I took the 4* [qty] out of cost and made two different shipping classes, fragile-for glassware, normal for clothes.and added the 4* [qty] to my shipping class price. well it worked but now it’s doing is…if I put two items in the cart it doubles, then adds the 4 for the additional item. It should be one item shipping price then the other item 4 instead of 2 different shipping prices. I dunno I explained it the best I could but I’m just getting more confused the more I mess around with this. this is what I now have in shipping class
7.55 +( 4* [qty] – 4 ). if that’s not right let me knowForum: Plugins
In reply to: [WooCommerce] shipping questionMashi
I’ve done this it doesn’t work, I just added the single price in class and what the issue is now is that 2 different products with 2 different shipping prices in one country, don’t add together when in cart. so if one 7.55, the other is 12.50 to ship it would be 20.05 in shipping, instead it says 11.50. It’s not recognizing separate rates. I have a different class for each item each class has a price.
thank you- This reply was modified 3 years, 11 months ago by leroy.
Forum: Plugins
In reply to: [WooCommerce] Product out of stockare you using any product attributes/variations like size /color? I find that when it does that to me if I don’t have anything like that set it shows out of stock. If I put in any attribute, price, etc it then shows in stock. Just saying…