WooThemes is a Wordpress theme and plugin development firm. The company is known for their large portfolio of themes including their flagship theme and the highly-customizable ecommerce plugin, WooCommerce.
Questions tagged [woothemes]
232 questions
1
vote
0 answers
Ad child menu item via functions.php in WP
Ok, so I am using some PHP code in functions.php to dynamically ad custom (Login/Admin Logout) menu items to primary menu in WP, based on weather user is logged in or not. Here is the code I currently use:
// Custom menu (login/logout)
function…

gdolenc
- 301
- 1
- 2
- 17
1
vote
0 answers
Woo Themes - Canvas Theme - Mobile VIew Navigation Menu
Changing of the Text of the Navigation Menu for Mobile Viewers..
In old version of canvas theme. For mobile view I have successfully changed the text of Navigation bar and wrote the site name there. This helped us to take out ads and contents to…

ShadowKiller
- 21
- 3
1
vote
0 answers
Configuring WooCommerce Bookings for a purchasing a preset number of sessions/hours
I'm developing a site for a tutoring service and they have 3 types of services they sell:
Hourly Tutoring
Package Deals (Buy 10 hours, get a reduced hourly price, customer chooses when to use each of the 10 hours)
Study Courses (Signup for a…

Invex09
- 45
- 7
1
vote
1 answer
Calling a Sidebar Created by WooSidebars within Timber
I've used WooSidebars in a lot of projects to allow for custom sidebars much like using ACF. This is the first time however I've decided to also use it within the Timber Framework. I have the sidebar registered within my functions.php and the…

Tim Knight
- 8,346
- 4
- 33
- 32
1
vote
1 answer
WooCommerce - Product Add-ons (Extension) not effecting price in cart
I am running the WooCommerce extension "Product Add-ons".
I have created a catering website and ideally, the customer should be able to click the "Platinum Upgrade: Add a fresh fruit cup and a chocolate dipped strawberry to each box" to add $2.00…

Lorna
- 21
- 5
1
vote
0 answers
How to fix "illegal string offset" in wordpress theme
I have some themes from WooThemes I bought about a year ago and now I'm getting around to using them. I keep getting the "illegal string offset" error. Code posted. Please advise. Thanks.
Error Messages:
Warning: Illegal string offset 'version' in…

Gregory Smitherman
- 417
- 3
- 8
- 16
1
vote
2 answers
WooCommerce Products Custom Fields (woocommerce)
I created a Textafield Field Type and when I put some text and hit Publish it’s displaying on my front-end. However when I remove the text to clean the front-end and click on Publish again it stays on the Textarea Field and on the front-end.
Any…

hopo
- 67
- 1
- 3
- 8
1
vote
1 answer
Woocommerce not putting javascript in footer
Ok so I have a custom wordpress theme and I have installed woocommerce. But the javascripts that are normally added to the footer are not being brought in:
the only plugins i've got running are woocommerce and advanced custom
fields
my theme has…

MikeeeG
- 331
- 1
- 5
- 21
1
vote
2 answers
How to modify table cart WooCommerce?
I wonna modify cart-item-data to inline such as:
color : white
size : M
I have code below.

Hasan Lebaesa
- 11
- 2
1
vote
0 answers
Woocommerce variable product price discount
I have implemented You Saved x%(discount percentage) in simple product detail pages using the following code :
add_filter( 'woocommerce_sale_price_html', 'woocommerce_custom_sales_price', 10, 2 );
function woocommerce_custom_sales_price( $price,…

Sujeesh S
- 196
- 1
- 1
- 12
1
vote
2 answers
Subscription must start before current day, where can I set the time
I have Woo-commerce installed
I have Woo-commerce subscriptions installed
I have Woo-commerce stripe checkout installed.
I go through the checkout procedure and and I get the error "Subscription start date must be before the current day"
I have…

JohnnyQ
- 484
- 10
- 23
1
vote
1 answer
WooCommerce: Display ONLY discounted product in list
From this question
WooCommerce: Display ONLY on-sale products in Shop I tried to display product those are discounted. But every time it's displaying all products those are on_sale .
I also tried _sale_price meta key. But can't understand how can I…

Lemon Kazi
- 3,308
- 2
- 37
- 67
1
vote
2 answers
disable postcode validation in WooCommerce checkout page
Does anybody know how to disable the Postcode validation on the checkout page in WooCommerce?
I want to input 'text content' in "billing_postcode" field, but the shop says it's an invalid postcode.
Does anyone know how I can disable Postcode…

Mostafa
- 197
- 3
- 18
1
vote
1 answer
How to delete a WooCommerce coupon programmatically when a product bundle is deleted?
I have a custom post type Bundles, to create woocommerce product bundles. With each Bundle, there is also an option to create "Discount Coupons" which applies to that Product Bundle.
Now I want to delete any associated coupon to a Product Bundle…

Arslan Ramay
- 1,042
- 9
- 15
1
vote
1 answer
Woocommerce getting custom field values in cart and checkout
I am trying to get the custom field value of a WooCommerce product to display on different pages of the shop system. I succeeded to do so for the single product page, but the same code doesn't work for the cart.
For the single product I used this…

bjh81
- 11
- 3