I have some problems on my woocommerce website. As you see on screenshot, the order data part is missing.
I disabled plugins which can make this happen. But nothing changes at all.
Screenshot:
Wordpress theme: Megashop.
Thanks.
div.panel#order_data {
display:block;
}
Adding this to admin_css.css file solved the problem.
Related
Is there anyone that could help me with this duplication bug? It seems that the order total is duplicating on my woocommerce store checkout page. It is always showing the checkout total as it would be if the customer chose in store pickup even if they choose shipping as their option. I'm looking for a way to disable the elements circled in red on my checkout page.
I went to the template file in my wordpress backend, but am unsure how to edit this. I am using the Flatsome Child Theme for woocommerce.
Element I need to remove is linked here
Do you have a plugin for checkout page? if you don't know which plugin is affecting to checkout page you can try disable other plugins. Other way is you can try to adding custom css. For example:
.class-name{
display:none;
}
If the code doesn't work you can try this:
.class-name{
display:none !important;
}
i have a ecommerce site in wordpress woocommerce theme. Whether i put something in the cart or not.
The cart page is autoloading in every 5 seconds. i tried googling this issue but couldn't find any solution. Please help..
If you have added any jquery code then check with that code and If you haven't added any code then try with deactivate all plugin excepting woocommere. May be some other plugins causing an issue.
I have an issue regarding woocommerce account. It showed some problems and did not allow connection until today, when I just recreated some pages. At the moment it is displaying something at the bottom of the account info, though I can not find that text anywhere in back-end. Can someone help ?
Using the Chrome web inspector, locate the element you wish to hide on the page and find it's class or ID.
Then use some custom CSS to hide the element, for example:
.my-custom-class { display: none; }
Thank you for your help! I used the inspect and realized it was a rich snippet from some SEO plugin setting and now it is solved.
I am having an issue with woocommerce on my checkout page and I have the shopkeeper theme running on my site.
It displays the checkout fields, coupon fields, and subtotal twice.
Here is the issue
So far I have tried:
Changing themes (The same issue shows)
Deleting and re-installing woocommerce plugin and all woocommerce-related plugins
I checked my cart.php file via filezilla but am not too sure what I should be looking for.
Any sort of help would really be appreciated or if there is any sort of CSS that can quick fix it for me.
Thank-you!
=======
The title says it. I renamed a page in wordpress along with the permalink (the slug also changed) and now I can't find it on my site.
The menu updated along with my changes, but the page content isn't there when I click on it.
Here's the offending page
If anyone can tell me what I did wrong and particularly how to fix it, I'd really appreciate it.
Thanks in advance!
Try regenerating permalinks - editing permalink settings triggers that regeneration.
Also, if you have any kind of cache plugin running, purge it's data too.
This was a conflict with a portfolio feature in my theme (Bello by WeGraphics)... I renamed the permalink and it works fine now