Gerhard Potgieter
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Coupon email restriction not workingHi, this is something we fixed that will be going out in the 3.2.2 release. YOu can test it by applying the following path so long https://github.com/woocommerce/woocommerce/pull/17237/files
Forum: Plugins
In reply to: [WooCommerce] How to transfer to woocommerce product id in jquery?If you want to put everything in a js file you can use the selector
$('[name="add-to-cart"]').val()to retrieve the product id on a product page.Forum: Plugins
In reply to: [WooCommerce] HTTP 500 when adding product to cart after 3.2 updateYou mentioned you are running Bookings and Addons, did you test with those disabled? Like the others mentioned this has to be some code or a plugin that is using outdated calls. I’d try and disable all plugins except woocommerce and perhaps switch to a standard theme not in use like Storefront and then see if you still get the error.
Chances are that you are either running outdated extensions, which will need to be updated, or you might have some custom code running in your theme causing this.
I cannot reproduce the error with just WooCommerce and a standard theme like Twenty Seventeen or Storefront.
Forum: Plugins
In reply to: [WooCommerce] Facebook for Woocommerce – final hurdle issueYou will have to get in touch with Facebook regarding this seeing as it is their extensions which has the issue. You can log an issue here https://github.com/facebookincubator/facebook-for-woocommerce/issues
I see there are already a similar issue logged, just wait for a reply there.
Forum: Plugins
In reply to: [WooCommerce] Change post type product to something elseYou will have to unhook https://github.com/woocommerce/woocommerce/blob/master/includes/class-wc-post-types.php#L28 and then create a custom function based on register_post_types in that class with your new post_type.
That being said I am sure a lot of stuff will break within extensions as most extensions will do queries based on the product post type from what I have seen.
It is worth giving a try though and see if it will work, otherwise it might be better to update the current product posts to have a different post type in wp_posts if you are not using them.
Forum: Plugins
In reply to: [WooCommerce] 3.2.0 Image Import Not WorkingThis is most likely related to this https://github.com/woocommerce/woocommerce/issues/17088
Try using the full path to the image, or make sure there are no other images with similar names as described at the link above.
Forum: Plugins
In reply to: [WooCommerce] Products images too small in Product widgetI assume you are talking about the top rated products widget? You can add something like the following css to your theme’s style.css file.
.woocommerce ul.product_list_widget li img { width: 64px; }To make it even bigger just change the value 64 to a larger one that fits your needs.
- This reply was modified 8 years, 7 months ago by Gerhard Potgieter.
Forum: Plugins
In reply to: [WooCommerce] Shopping Cart icon not showing cart count badgeHi there, Divi customises WooCommerce quite a lot. I would suggest you get in contact your theme developers as they definitely seem to be overriding the cart icon in your theme.
If you switch to the default theme or Storefront you will see that the icon does show with the count of items in the cart.
Forum: Plugins
In reply to: [WooCommerce] After Update Tax is added to shipping automaticallyWhen you go to WooCommerce -> Settings -> Tax and look at your tax rates are the shipping checkbox checked next each rate? http://cld.wthms.co/h2dnW5 If that checkbox is checked it will apply taxes to shipping as well.
Hi there, what happens when you test with a default WordPress theme or Storefront? From the sound of things, it might be your theme. I’d give the default theme or storefront a test and then if that works check with your theme developers to make sure you have a copy that is compatible with WooCommerce 3.2
Forum: Themes and Templates
In reply to: [Customizr] FATAL ERROR:(Please activate your subscription.)@dnavratil Pretty sure it is just cached data on your side, clicking the check for updates button should clear the cache.
Forum: Themes and Templates
In reply to: [Customizr] FATAL ERROR:(Please activate your subscription.)Hi there, we pushed live some code on our server that might have caused this. Can I ask that you please test this and let me know if the issue is now resolved for you?
Sorry for the inconvenience caused.
Forum: Plugins
In reply to: [WooCommerce] Big issue with WooThemes helperHi there, we pushed live some code on our server that might have caused this. Can I ask that you please test this and let me know if the issue is now resolved for you?
Sorry for the inconvenience caused.
Forum: Plugins
In reply to: [WooCommerce] Big issue with WooThemes helperHi there, we pushed live some code on our server that might have caused this. Can I ask that you please test this and let me know if the issue is now resolved for you?
Sorry for the inconvenience caused.
Hi
You’ll have to log a support ticket on the original plugin, this is just a payment gateway for Camptix and does not handle the emailing of the tickets, that is all handled by Camptix.