Questions tagged [woothemes]

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.

232 questions
2
votes
0 answers

Woo Commerce Custom Attribute/Field in Order Panel and E-mail

I would like to set up a custom attribute or field for my products that will show up in the order panel and new order e-mail for the admin. These would be fields such as the source and product cost and would not be visible to the shopper. I'm not…
TheUglyBug
  • 59
  • 8
2
votes
1 answer

show woocommerce messages in overlay div or tooltip without page refresh

I am trying to get rid of the redirect/reload when the user is adding a product or gets a info message in my woocommerce shop. I just want to show the "added to cart" message in a tooltip or overlay div and let them continue shopping without…
Bill Bronson
  • 530
  • 2
  • 9
  • 24
2
votes
1 answer

jQuery firing only on page refresh

Working on a slider for a site. Using the Flexslider provided by woo themes. I'm having trouble getting the slider to load and work properly. As of right now on initial page load the images in the slider are displayed in li order. I have to refresh…
Eric H
  • 147
  • 1
  • 1
  • 12
2
votes
1 answer

Woothemes Flexslider - one unique flexslider inside another flexslider - is it posible?

I am using the newest flexslider from Woothemes, and I am trying to init one flexslider inside another. Like this: function initFrontpageSliders() { $('#flexsliderFrontpage01').flexslider({ animation: "slide", animationLoop:…
Camilla
  • 21
  • 1
  • 5
2
votes
2 answers

Flexslider: Disable smoothHeight after initial load

I love the effect that the initial smoothHeight has when the page loads. I hate the way it slowly reacts to a page resizing after the initial load. I would love to keep the effect for the initial page load, and then fall back to the default resizing…
ben p
  • 21
  • 1
  • 4
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
0 answers

WooCommerce Package Rates (Looping 2 Times) Creates Multiplied Rate Costs

Using the filter, woocommerce_package_rates, it works at first, but upon loading the checkout page, it seems to load this filter multiple times. Example. If the cost of shipping is, $20. I need to multiply this by 2, which should be $40. But it…
Justin
  • 2,502
  • 7
  • 42
  • 77
1
vote
0 answers

How to open downloadable products in WooCommerce in new tab?

I'm trying to get the download links in the order summary and My Account section to open in a new tab. I just the filter call below to add target="blank", but the links still open in the same tab. Looking for some advice. add_filter(…
vendojo
  • 11
  • 1
1
vote
1 answer

WooCommerce - external/affiliate product title and Image on archive page to external link (New Tab)

I have added the following code to my function.php file in an attempt to have my external/affiliate product title and images on the product archive page link to the external link (opening in a new tab) - provided by Oleg Apanovich.…
Paull Dunn
  • 11
  • 3
1
vote
1 answer

Woocommerce product custom price is not accepted by woocommerce coupon

In our woocommerce shop , customer can enter the custom width and height of the product and product price calculated based on this details . For example if the initial price for a product is 50 . And customer add width =2, height=3 , then the price…
1
vote
0 answers

woocommerce adding loop banner after every 3rd row of product gallery

I have product gallery pages with rows of 2 products and a standard view of 16 products per page (8 rows). I want my product gallery pages to show a static block or banner under every third row. Like this: ROW 1 ROW 2 ROW 3 Banner/BLOCK ROW 4 ROW…
1
vote
1 answer

How can I get the number of products "on-sale" for a specific category?

I'm woocommerce 2.8, How can I count the products existing in the shop "on sale" for a specific category (ex: computers) ? I found a way to count all products : $count_posts = wp_count_posts( 'product' ); return $count_posts->publish; But how can I…
mrbangybang
  • 683
  • 1
  • 9
  • 22
1
vote
1 answer

Woothemes Canvas – Duplicate business page template whilst retaining slider functionality

Designer and CSS/HTML guy here. I'm using Woothemes Canvas and have experience customising themes in Wordpress (as well as CSS and HTML knowledge) however I am not php literate so am hitting a bit of a wall. I follow the best practices when it comes…
Dan204
  • 11
  • 1
1
vote
1 answer

WC_Subscription::update_dates( $dates, $timezone ) is no longer valid?

Seems as though the function WC_Subscription::update_dates( $dates, $timezone ) is no longer valid in the 3.0+ update, because the of the CRUD platform? How do I go about finding the right function to use, as this is what's on the website. I…
Justin
  • 2,502
  • 7
  • 42
  • 77
1
vote
1 answer

Woocommerce - external/affiliate product image to external link (buy URL)

(Warning: I'm not a programmer) Straight to the point. I have a product catalogue http://adidassuperstar.cz, and I want images (thumbnails) point to the affiliate link - the same link as the link of a buy button under the image. I googled…