Zoee
Forum Replies Created
-
Is it possible to get some support with this please? We’ve checked everything advised and it’s still not working.
Our plan is to purchase the premium version but our client wanted to check it calculates the shipping correctly first.
Thanks!
Thanks, I’ve followed the video but its still not working. Turning debug mode on doesn’t seem to do much on the basket, but on the checkout I get a “FedEx Live Rates: Shipper postal code is required” message, but a postcode has been entered.
Forum: Plugins
In reply to: [WP Simple Booking Calendar] Booked by defaultThanks Roland, I’ve set you an email π
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Out of stock issueThanks James – emailing you now.
Yes the development site and live site are on the same hosting package with the same host π
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Out of stock issue@epixmedia Do you have any caching setup? That would be the first place to look.
What theme are you using and what other WooCommerce related plugins are you using?
Hi James, we don’t have any caching, the site is so small we haven’t bothered yet. It literally has a couple of pages and 1 product that goes up for sale every Tuesday.
The only other WooCommerce plugin installed is stripe!
Happy to give you access to the development site if it’s helpful? I’m keen to get it sorted before tomorrow evening. I can’t find any other plugins that do what our client needs…
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Out of stock issueHi Zoee,
I am not support or affiliated with the plugin, but I can try to help you. Which plugin / code are you using for the 10 minute wait?
Awaiting,
Eudes TenΓ³rioHi Eudes, I am using this plugin https://ww.wp.xz.cn/support/plugin/woocommerce-cart-stock-reducer/
- This reply was modified 6 years ago by Zoee.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Shortcode for all tabsThanks Freddie, appreciate the response π
Can I ask why the shortcode route isn’t recommended?
Thanks!!
Forum: Plugins
In reply to: [WooCommerce] Select woo doesn’t appear to fire ajax and get the priceWe’ve been testing with as little as one variation drop down box with 2/3 options in it!
It doesn’t seem to make a difference…
We’ll try the solution on the link you gave and I’ll post back π
Forum: Plugins
In reply to: [Zoho Campaigns] Forms page is blankIm afraid I posted this over a year ago and we came up with an alternative solution a very long time ago!
Forum: Plugins
In reply to: [Firelight Lightbox] JQuery errorThanks for that! have been more specific and thats sorted it π
Really appreciate the help!
- This reply was modified 9 years, 8 months ago by Zoee.
Forum: Plugins
In reply to: [Firelight Lightbox] JQuery errorHi Ravan, the error I posted above is the error from the developer console. The URL is uolcareers.co.uk and the video is full width with a play icon over it, so you can’t miss it (its about half way down).
I’ve set it to open in a new window so you can see the console error. Without that the error flashes up then the console reloads on the youtube page π
Thanks for your help!
Zoe
Forum: Plugins
In reply to: [WooCommerce] Complex discount requirementsHi Mike, I’m revisiting this and struggling to find what I need. My discount code works perfectly, but I need to display a message somewhere on the basket (above it, or ideally just above the “total” to indicate to the user that the discount has been applied.
What’s the best way to do this?
Thanks π
Forum: Plugins
In reply to: [Contact Form 7] Number field removing trailing 0's in decimalsAre you able to assist with this, I’m certain its the field generated by contact form 7 as our jQuery returns the correctly formatted number…
Forum: Plugins
In reply to: [WooCommerce] Getting the total cart heightnevermind – figured it out in the end by piecing bits together from different places π
$items = $woocommerce->cart->get_cart(); foreach($items as $item => $values) { //get the height $_product = $values['data']->post; $height = get_post_meta($values['product_id'] , '_height', true); //x by no of this item in basket $height = $values['quantity'] * $height; //add to variable $egf_height = $egf_height + $height; }Forum: Networking WordPress
In reply to: Taxonomy pages not loading after posttype code movedCan anyone help with this please?