pimwick
Forum Replies Created
-
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Remove Price from Product NameGreat, glad to hear that did the trick!
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Remove Price from Product NameThe PW Gift Card product type is an extension of the Variable product type available in WooCommerce.
By default, WooCommerce will display the “Product Name – Variation Name” on the Cart and Checkout pages. They do provide a hook to alter this behavior.
Add this to your functions.php file or use a plugin such as Code Snippets to add it to your site:
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Changing email subjectTo change the subject line of the gift card email, follow these steps:
- Log into your WordPress admin area.
- Click on WooCommerce > Settings > Emails > PW Gift Card Email.
- Set the Subject accordingly.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] integrate with woocommerce couponThis is a feature that is available in the PW Gift Cards Pro version.
www.ads-software.com doesn’t allow supporting Pro plugins using their forums so I am marking this thread as resolved. If you have additional questions please contact us at our website: https://www.pimwick.com/contact-us/
Thanks for understanding!
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] style for elementor widget cart pageYou can override the template file for the Apply Coupon. We have instructions in our guide here:
Forum: Plugins
In reply to: [PW WooCommerce Bulk Edit] Illegal Mix of Collations ErrorThis error indicates the MySQL database has different collations specified for the tables.
Use a tool such as phpMyAdmin to view the collation setting for the tables and correct accordingly. Make sure you have a backup of your database before making any changes!
This is beyond the scope of what we can support however you should be able to contact your website host for assistance. The table collation should be the same for all of the tables in the database.
The PW Bulk Edit Pro version is integrated with MultiVendorX so that you can bulk edit the Vendor and Commission fields for each product.
www.ads-software.com doesn’t allow supporting Pro plugins using their forums so I am marking this thread as resolved. If you have additional questions please contact us at our website: https://www.pimwick.com/contact-us/
Thanks for understanding!
Forum: Reviews
In reply to: [PW WooCommerce Exclude Free Shipping] Easy peasyThanks!
This sounds like a possible conflict with a currency conversion plugin.
Deactivate all plugins except for WooCommerce and our plugin. If this solves the problem gradually activate your plugins one by one, until you spot the problematic plugin.
This looks to be related to the new WooCommerce Blocks based checkout. Try temporarily switching back to the standard checkout process to see if this resolves the error. We are working on a new release to support the WooCommerce Blocks based Cart and Checkout pages.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Gift card not used – customer charged full amountIt sounds like you may be using a payment gateway that isn’t compatible with the gift cards plugin. Can you send us a WooCommerce system report and we will see if there is something that we can do regarding the third party payment gateway. Log into your WordPress admin are and click on WooCommerce -> Status -> Get System Report.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] No se crea el gift cardIt sounds like the payment gateway plugin is skipping the normal flow for the order status. Try enabling this setting under Pimwick Plugins > PW Gift Cards > Settings > Send When Payment Received
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Cancellation of an orderI am marking this thread as resolved, let us know if you have any other questions.
If the Order Total is zero, WooCommerce will not collect payment information for the order since there is no amount to charge. You can confirm this by using a standard WooCommerce Coupon that provides 100% off the cart. No payment should be collected.
It sounds like this error is coming from another plugin. Deactivate all plugins except for WooCommerce and our plugin. If this solves the problem gradually activate your plugins one by one, until you spot the problematic plugin.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] negative net sales resultI was able to reproduce a negative amount on the sales report in our tests. It matched the tax amount exactly so it looks like that is the source of the issue. We will update this thread when we have more information and a fix.