Questions tagged [woocommerce-theming]

307 questions
1
vote
1 answer

Single Product page missing product information - Woocommerce

I'm currently working on a custom Wordpress/ Woocommerce template. However the single product page is missing some parts of information (product image, prices, etc.) which is not being displayed. When I activate the storefront theme on the other…
JayJay
  • 141
  • 1
  • 3
  • 12
1
vote
1 answer

Woocommerce custom product slider shortcode

I am working on woocommerce custom product slider shortcode similar to snapshot but I don't know how to use slider with woocommerce. ( https://www.buywholefoodsonline.co.uk/ ) My idea is to use shortcode to call this best selling product slider…
1
vote
1 answer

Woocommerce Responsive Loader Spinner

I tried to use a 100% Pure CSS Loader, It works! But it's not responsive. There is a JQuery function that generate the DIVs structure that loads the loader and after the spinner loads, then all desappears If i'm not wrong, this is the scriptblock…
1
vote
2 answers

How to solve Duplicate entry '0' for key 'PRIMARY' in Wordpress?

my website running perfect but today 1 order is placed by the customer, and I am getting this error in my website. Here is the screenshot of error error is here.. Fatal error: Uncaught RuntimeException: Error saving action: Error saving action:…
1
vote
1 answer

How to show woocommerce shopping cart with php but customize it by adding an icon and changing the text

please help me, I want to show a woocommerce shopping cart with customized text and icon on my wordpress website. I am using this source code for reference: https://docs.woocommerce.com/document/show-cart-contents-total/ I am showing it on the…
1
vote
0 answers

How to resolve WooCommerce ERR_CACHE_MISS

How to resolve WooCommerce ERR_CACHE_MISS clicking on the back-button in google chrome? Can anyone help?
Nero
  • 41
  • 3
1
vote
0 answers

Change attribute position in woocommerce - Wordpress

I have three product attribute Size, Color and gender and I want to change the position of those attribute from this view to this view in woocommerce single product page. Please help me how can i do that.
1
vote
1 answer

how to center images vertically woocommerce

I'm trying to center the image vertically, on woo-commerce, i tried vertical align , min height, but nothing is working, maybe i am picking something wrong and i cant notice it? For example i want "ARZ" image to be in the middle not to the top. Here…
1
vote
1 answer

WooCommerce: Move price and subtotal under product name in cart

I want to display the price and the subtotal of a cart item in the table cell of the product name. The reason is, that I need an other view on mobile phones. For desktop viewports the table cells for price and subtotal should stay. So I want to add…
Cray
  • 5,307
  • 11
  • 70
  • 166
1
vote
1 answer

How to replace a word in WooCommerce order email template?

So I need to replace the word "Order" with "Submission" in customer processing order email in woocommerce. I was able to change the word in the first two places but unable to find a way to change it in one place(where it says: [Order #1044] Is it…
Rahul
  • 493
  • 6
  • 27
1
vote
0 answers

How can I add Custom Woocommerce subheading right below the Product Title on Shop Page?

I have to add a subheading below the Product Title on the shop page and individual Product Page on Woocommerce on Wordpress. I tried using a plugin for this but it's not giving the ideal result as it's adding the subheading at the last in the…
1
vote
1 answer

Woocommerce Mini Cart Poduct description is not affected by CSS

So my Woocommerce mini cart has text which overflows the container, the text which overflows is the product name, in this case it is "SFD1 SATIN LACQUERED RUSTIC" in the pic below I can't seem to be able to change the style of the product title,…
1
vote
1 answer

possible woocommce bug keep showing "total_sales" in metabox "custom field" add/edit product page?

As shown in the edit/add product page, this item "total_sales" always show up in the default metabox "custom field". It's not doing any harm yet but it's annoying. However, someone might edit the total sales number by accident and would cause…
1
vote
1 answer

Woocommerce product archive displays nothing when called from custom Page

I have a woocommerce shop page which shows me all of the products perfectly. This page is also set as the "Shop" page in the settings. Now I want a second page called Home, which should use the same template as the shop page. (basically a second…
Icaruus
  • 31
  • 2
  • 8
1
vote
0 answers

Can I create custom Woocommerce checkout with fixed layout

I have created a custom plugin for woocommerce and the question is can I create a custom Woocommerce checkout page with a fixed layout? so that no other plugin and theme can change my layout. same for the other pages. I am using the…