jorpdesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Website not showing updates after clearing cacheI later realized that there was separate cache from GoDaddy. After clearing it, the issue was resolved.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Disable tax calculations on coupon discounts@riaanknoetze any luck now?
Forum: Plugins
In reply to: [WooCommerce] Disable tax calculations on coupon discountsWorks fine here. Can you reload please?
Sorry about that.
Forum: Plugins
In reply to: [WooCommerce] Disable tax calculations on coupon discountsOkay.
The website is angellpetco.com
You can add this product to cart https://www.angellpetco.com/product/100-pure-scottish-salmon-oil/ (Add 4 quantities so total is above 45) then apply the coupon code 5off.
Instead of deducting 5 pounds, the coupon deducts 6 pounds (VAT is 20% so 5 * 1.2 = 6)
Forum: Plugins
In reply to: [WooCommerce] Disable tax calculations on coupon discountsSo applying the coupon code is meant to remove 5 pounds when the order total is above 45 pounds.
However atm, the code removes more than 5 pounds as tax is added to the 5 pounds.
Is there a way we can communicate privately so I send you the website link/coupon code and you see for yourself?
Forum: Plugins
In reply to: [WooCommerce] Tax being added to discountsJust wanna see if you got this?
Solved it @razyrx
File was using incorrect query.
Thanks for your help, your support is as amazing as the plugin itself.
So instead of customizing woocommerce templates with hooks, the previous developer created a woocommerce.php file and made the customization there. The file is placed in the theme folder.
Unfortunately the filters aren’t working properly with this method. I disabled the woocommerce.php file and the filters work fine so I want to confirm if there are any restrictions when you use a woocommerce.php file
Thanks for the reply. What happens if there is no product match? Will the record automatically be created as a new variable product?
Forum: Plugins
In reply to: [Sell Digital Downloads] How do I set up IPN?Hey, still no word from the client.
I think that’s the main issue anyway so gonna close this now.
Forum: Plugins
In reply to: [WooCommerce] $product->get_total_sales() not correctHi, any update?
Forum: Plugins
In reply to: [WooCommerce] $product->get_total_sales() not correctHi,
Here is a screenshot from the WooCommerce Reports page for a particular product: https://prnt.sc/te6z5j
Here is a screenshot showing the sales number for the same product (added via hook): https://prnt.sc/te6yj6
Code used:
global $product;
$units_sold = $product->get_total_sales();
echo ‘<p>’ . sprintf( __( ‘Units Sold: %s’, ‘woocommerce’ ), $units_sold ) . ‘</p>’;Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Page 2 of products not loadingWas caused by a stupid redirect on thee site. Been solved now, thanks!
Forum: Plugins
In reply to: [Sequential Order Numbers for WooCommerce] Imported OrdersHi,
That will be all, thanks! You’ve been very helpful.
Forum: Plugins
In reply to: [Sequential Order Numbers for WooCommerce] Imported OrdersYes I should purchase the premium version if you can confirm this will work.
How do I assign order numbers 501 – 899 to the imported orders? Do you use a custom field for the order number value?
- This reply was modified 4 years, 6 months ago by jorpdesigns.