Questions tagged [woocommerce-theming]

307 questions
0
votes
1 answer

Categories widget in WooCommerce Storefront theme not working

I have installed the Storefront theme for WooCommerce and under that a child theme with zero configuration. All pretty standard. I've add one test product and 2 categories. However, these do not show up in the categories widget in the sidebar. The…
Michael Giovanni Pumo
  • 14,338
  • 18
  • 91
  • 140
0
votes
0 answers

WooCommerce products sub category behave awkwardly

I have run across an issue, I have added multiple parent and child categories. And set a menu for parent categories on the shop page. When user came and choose a parent category and select a child one of that. Then the page is redirected to shop…
0
votes
0 answers

WooCommerce shortcode show only products by specific text

I am trying to show products with WooCommerce shortcode that have a specific text inside. I use this code but didn't works. [products products per_page="4" columns="4" s="text"]Any help? Or some other way?
0
votes
0 answers

Display Product Addons in Columns (Woocommerce)

I am using product addons in Woocommerce. Unfortunately, with the current functionality, each new addon goes after the other. Just like this: Addon 1 Addon 2 and so on.. You can visit the link here enter link description here Now, what I was trying…
0
votes
1 answer

Woocommerce - Custom link in product page

I am new in both WordPress and Woocommerce. While creating an E-commerce website using WordPress and Woocommerce, I do not know how to remove the link (in the red rectangle). I do not know how people call the link, so sorry for this…
0
votes
1 answer

WooCommerce: show all variations from different products ordered by attribute

I want to show all variations from multiple products and sort them by attribute (number). I couldn't find a solution for that. I could show all products and display the variations per product. But I couldn't order the displayed products by…
Cray
  • 5,307
  • 11
  • 70
  • 166
0
votes
3 answers

Fix WooCommerce Shop page rows

On my shop page on tablets and phones in landscape mode, not all products are shown next to each other. They leave gaps, so sometimes there are two products and sometimes just one product in a row. I tried around with CSS and couldn't find a…
0
votes
1 answer

Add WooCommerce registration form to any page/template

I want to add the user registration form to several pages in WordPress. Until now, I couldn't find any solution for that. I tried to copy the form from the WooCommerce login/registration template. Unfortunately without success. Is there any way to…
Cray
  • 5,307
  • 11
  • 70
  • 166
0
votes
1 answer

Landscape product images in woocommerce

I have been looking for some suitable theme which is designed towards products with landscape images but I have not found anything even worth trying out. Anyone here who can suggest any good themes for me to checkout. Strangely I dont see any filter…
viggy
  • 642
  • 4
  • 23
0
votes
1 answer

Price not updating in the navigation (front end)

I have copied the code from http://demo.woothemes.com/boutique/product/woo-ninja-3/
0
votes
1 answer

Woocommerce Shop Page Product Margin

I'm having the hardest time getting rid of this product right-margin on my custom WooCommerce theme, located on the Shop page. Everything I've tried doesn't seem to work. Here's the HTML output:
0
votes
1 answer

Woocommerce how to change the URL before proceeding to checkout

I need to capture some information for a particular product category. I am thinking is there a way I can change the proceed to checkout link to go to a custom URL (which will be a booking form with an action of going to the checkout page on submit)…
0
votes
1 answer

Woocommerce Product Gallery Lightbox Problem

I am using Woocommerce Product Gallery and encounter some problem. I would like to change how the lightbox is displayed in "Product Gallery". As I need to users to click on the hyperlink in the Media Description, Replaced the "Caption" with Photo…
-1
votes
1 answer

Show the value of the custom field of the order on the My Account Front-end page

I would like to show the value of the custom fields filled during the order also in the frontend my account page. This is the URL of the location: https://example.it/my-account/view-order/860/ I would like the customized fields to be seen in the…
-1
votes
1 answer

Limit the cart to a single product but without blocking the quantity

I'm creating a course site where it is possible to register and pay via Woocomerce, I need to limit the possibility of adding multiple courses (products) to the cart but leave the possibility to select the quantity. I found several indications on…