isikom
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Sample] WooCommerce Sample Reduces Product InventoryI’m working to solve this issue.
Well, I found a simple trick to allow sample product to be excluded from inventory managing.
But it not work if the product is not available.
If product is not available also adding sample on cart is not available, but if the real product is in stock is possible add a sample without decreasing stock availability.
I hope to be able publish a new version of sample plugin as soon as possible.
MicheleHi Aleksandar,
I tried WooCommerce Sample Plugin 0.8 in a wordpress installation with:
Wordpress 4.6.1
Icegram 1.9.22
WooCommerce 2.6.4I have no issue, could you try to upgrade Icegram to version 1.9.22 and try again?
However, have you a particular configuration of Icegram? I’m only installed and activate it, I didn’t set anything concerning that plugin.
MicheleForum: Plugins
In reply to: [WooCommerce Sample] WooCommerce Sample Reduces Product InventoryReally I didn’t check this plugin with the inventory option active.
I think this enhancement is not really difficult, difficult is found free time to do that.
I added this issue, I’ll hope to fix it in a week or two.Hi, thank you for your report.
I don’t know Icegram plugin, to fix you issue I need to install it in my development installation and analyze the reason why items are duplicate on cart.
I can’t do that before one week, I’ll try to solve your issue as soon as possible.Forum: Plugins
In reply to: [WooCommerce Sample] Duplicate on Check Outthis is a duplicated support request
Forum: Plugins
In reply to: [WooCommerce Sample] Duplicate on Check Outin order to reproduce this issue could you tell me which version of WordPress and WooCommerce have you installed?
And maybe the list of other WooCommerce active plugins.Forum: Plugins
In reply to: [WooCommerce Sample] Moving "add sample to cart" buttonyou need to add something like this:
add_action('woocommerce_after_add_to_cart_button', array('WooCommerce_Sample', 'product_sample_button'));
remove_action seems not works but you could hide the default button via CSS
Forum: Plugins
In reply to: [WooCommerce Sample] Clicking add sample to cart again breaks sitethis issue is fixed with release 0.8 that I have published
Forum: Plugins
In reply to: [WooCommerce Sample] Free ShippingThe plugin works as you need.
For having free shipping available only for a sample product you need to activate “free shipping” methods and set it available only for coupon.
So the customers that buy a regular product don’t have the Free Shipping available, but if they add a sample on cart (and product is setted for a free ship on Sample tab) they’ll found Free Shipping available on checkout.Forum: Plugins
In reply to: [WooCommerce Sample] Changing the text "add sample to cart"This plugin is localized.
You find a .pot file under language folder, you need to create a german language file starting from .pot file.
If you made a german .po file send it to me and I’ll add it to the plugin.
If you are not confident with poedit and file translation may I could help you to make it.Forum: Plugins
In reply to: [WooCommerce Sample] Enter amount before adding to cartI don’t understand your request, please could you clarify your change request?
Forum: Plugins
In reply to: [WooCommerce Sample] Different sample prices on variable productsSorry for the delay of my response.
Maybe your proposal it’s a good feature for this plugin, but in this moment I can’t update the plugin for handling variable products.
If you want you could try to publish a solution on github repository and I’ll add it in next release.I add your change request as enhancement on Github repository of this plugin.
https://github.com/isikom/woocommerce-sample/issues/6maybe something changes on WooCommerce Min/Max (some hooks maybe).
if you could send to me the latest version of WooCommerce Min/Max I’ll try to fix this issue.Forum: Plugins
In reply to: [WooCommerce Sample] Add Sample not workinghow have you set option in sample tab?