ulihake
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] unable to change Product columns per pageHello michalshalev.
Sorry for the delay. Could you please deactivate all other WooCommerce related plugins and enable only the Swiss Knife, test and report back.
Thanks.
uh
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] can't save field detailsHello peteratomic.
As this is related to the Rich Guy I would prefer that you use the contact form on http://www.takebarcelona.com/contact
I tested with Chrome on a Mac and I cannot confirm this. Could you please report if you see some javascript errors inside the error console of your browser? If not you should try to deactivate all WooCommerce related plugins and enable afterwards only the Swiss Knifes.
If the problem persists please contact using the contact form.
Regards.
uhHello peteratomic.
Thanks for contacting. Could it be that you use template overrides for WooCommerce? Please have a look in your theme directory. If there’s a WooCommerce folder inside the most probable cause is that you’re using outdated templates. If you update the template overrides your coupon links should work again.
Your other problem may be due to a setting misconception of WooCommerce itself. Could you please check your “Shipping destination” settings…
If you default to shipping address you will see the shipping address with the checkbox activated, if you default to billing address the shipping address part will be hidden on checkout page load.
Regards.
uhHello FGD.
There’s a thread on this. Please don’t deactivate the country field. This is vital in the context of WooCommerce and the behavior has changed with WooCommerce 2.2+. You can avoid display of the country data if you only have one country using css. Please have a look at the region thread below.
I will provide an update for this soon.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Remove Quantity Selector Per ProductRight now not, but I will see what I can do. The feature will make it into the next or the following update.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] unable to change Product columns per pageHello michalshaelev.
If it works on one site and it does not work on the other the most probable cause is that you make use of WooCommerce template overrides. You can check this by looking into your themes folder. If there’s a woocommerce folder inside your theme’s folder you should try to update these files.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Change Add to Cart Text Per ProductThe Rich Guy adds a lot of possibilities but it does not add a more advanced handling for labels on a per product basis. I will keep this in mind as a feature request.
Regards.
uhI close this for now as there’s no reply from your side. Feel free to contact again if you are sure that the problem is related with my plugin.
Regards.
uhAnother hint: if you use my plugin, to deactivate the email validator you have to disable the option “Add billing email validator:” in the “Checkout Settings” section of my plugin.
Hello sagar.atalatti.
Thx for contacting. Your email validator is not generated by my plugin, at least not in an un-altered version. Your email validator field identifies itself as “billing_email-2” whereas an email validator field generated by my plugin would reflect “billing_email_validator” for the name attribute. Please check if you have other plugins enabled which generate email validators. If this is not the case and you’re using only my plugin, please use an unaltered version. Otherwise I cannot offer support.
Thanks.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] woocommerce 2.2.0 conflictHello ProteusRo.
Sorry to hear that, but in what way this is related to my plugin? Moreover, you should open a new thread if you report on a new problem.
You have to contact with the support of your theme to fix this as your problem is related with your theme. That’s all what I can do for you.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Change all 'cart' labels in WoocommerceYou should also enable debug mode if you haven’t already to see if there’s something wrong with the changes you tried to implement.
As I said good luck. I cannot do much more for you. I’m working hard on other stuff and I can offer support for problems directly related with my plugin but it’s impossible to offer support for particular sites.
Sorry.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Change all 'cart' labels in WoocommerceYou need all of the functions I indicated. From what I see there’s only one file, the mini-cart.php file, which is a template that is not accessible this way but I guess that you changed this file already.
You definitely have to use this as well:
add_filter( 'wc_add_to_cart_params', 'jscarttorfq', 10, 1 ); function jscarttorfq( $localized ) { $localized['i18n_view_cart'] = __( 'View RFQ', 'woocommerce' ); return $localized; }You may try to load this a bit later into the execution queue, substituting 10 by 100 or even PHP_INT_MAX
Another recommendation, deativation of all other WooCommerce related plugins, other plugins might undo your changes and you have to test this.
As a ultimate solution you can try to fix this with javascript. If all this fails you should definitely try to find some professional help to solve this. Within this thread I offered more than I should.
Regards and good luck.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Add quantity input after each variationHi dasteralo2.
No, not exactly like this. What you want is to add two or more “preconfigured” product variations to the cart at the same time. Out of the box this is not available with WooCommerce. Customers will have to add the two variations in two steps, they cannot do it in one step.
I’ve seen another plugin some time ago, which offers what you are looking for but unfortunately I did not bookmark the page. Right now this is not available with the Poor Guys Swiss Knife.
The Rich Guy will include very soon some enhancements, e.g. priceable options which will allow you to configure something like this easily. I will leave a message here as soon as this functionality is available.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Free downloads to logged in users onlyHello francoisetati.
No, that’s not available. Sorry.
Regards.
uh