Patrick Rauland
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Enhance functions on form-edit-account.phpHey there,
It sounds like you want users to be able to upload an avatar on their my account page? We did just completely redo the My Account page.
We don’t use a user’s avatar anywhere in WooCommerce (except product reviews) so we don’t have a space to upload one.
You could add additional fields but this would be quite a bit of work. Have you thought about using Gravatar’s instead?
This way you wouldn’t have to manage anything. The user can update their gravatar on the gravatar website anytime they wanted. And anyone who already has a gravatar doesn’t have to add one at all.
I hope that helps! 🙂
Forum: Plugins
In reply to: [WooCommerce] Can't empty shopping cartHey Edwin,
I checked this on your site and you’re correct it doesn’t empty. It’s likely something that’s blocking Ajax requests.
If you try removing the product with a refresh it works. This is what I tried:
https://www.beleef-smaak.nl/cart/?remove_item=439d77a509e5a130429582db315fd59b&_wpnonce=e9584c3bd5
That exact url won’t work for you unless you have the same item in the cart and update the nonce. The point is that the manual refresh works just the Ajax request doesn’t.
Do you have a plugin that might block ajax requests? A security plugin perhaps? Can you disable that and give it a test?
Forum: Plugins
In reply to: [WooCommerce] Variable products helpHey Edwin,
You can do this. You’ll have to create variations for all of the possible options. Then when a user picks the first dimension (ex. 30 cm fan) they won’t be able to select options that don’t fit that particular variation.
See the video here to create variations: https://docs.woothemes.com/document/variable-product/
We’ve had several reports about this issue and dug into it a bit. Only some of the reports could be reproduced on our own test sites. Many times they couldn’t be reproduced (meaning it’s like a hosting issue and not something we can easily pin down or fix).
We did find one issue that could be related.
Our extension uses this URL: https://js.braintreegateway.com/v2/braintree.js which apparently still in 2.15.5. Latest version of JS SDK v2 is 2.24.1 where the URL is https://js.braintreegateway.com/js/braintree-2.24.1.min.js.
We fixed this with v1.2.2. Please update to the this version (just released).
I hope that helps! 🙂
Forum: Plugins
In reply to: [WooCommerce] Error message edit being ignoredThat sounds like a weird FTP / permissions / hosting issue. I would try temporarily setting permissions to
777and then reuploading the files. Then changing your file permissions back to what they were before.It’s not a good practice to keep your permissions set to 777 so don’t leave them that way.
If that doesn’t work I’d reach out to your host as some setting is definitely messed up.
Hey there,
I assume you have a different credit card processor you want to use? And you only want to use PayPal for people paying with their PayPal balance?
This should be possible. You’ll want to look into the PayPal Account Optional setting in your PayPal account. People will have to login to their account to pay. See more here:
http://stackoverflow.com/questions/20006052/hide-remove-pay-with-a-debit-or-credit-cardForum: Plugins
In reply to: [WooCommerce] Error message edit being ignoredHey Tamarindo,
I don’t recommend making changes to the WooCommerce plugin itself. You wont be able to update the plugin without having to redo all of your changes. 🙁
There’s a handy plugin called Say What? that lets’s you translate any string in any plugin. I recommend installing it and following the instructions so you can translate that error message.
Doing it this way you can keep all of your plugins up to date with your site being secure. 🙂
Hey there,
Now that you have a premium product you can submit at private ticket through the WooThemes Support System. If you could do that and include (temporary) admin credentials so we can see all of your settings we should be able to get to the bottom of this. 🙂
Forum: Plugins
In reply to: [WooCommerce] image helpHey there,
The CSS you have to write will depend on your theme. One of the best things about CSS is that the styles cascade down – meaning that you don’t have to redeclare styles.
For example the
displayproperty should already be handled by your theme. You should only have to edit theheight&max-width. I wouldn’t redeclare it in your custom css that you’re adding.There could also be a container around the image that’s wrapping it – or trying to wrap it and if there are two elements next to each other and one is too big it could make the next element drop down to a new line. I suspect something like this is happening with your theme.
Have you heard of the Chrome Element Inspector? You can you use this to fiddle with CSS live in the browser which is much easier to see an immediate effect. I recommend starting here and seeing exactly which rules to what.
I hope that helps! 🙂
Forum: Plugins
In reply to: [WooCommerce] Add Image Name in Product GalleryHey there,
Yes you could customize the product page to display a title underneath each picture in the gallery.
I would look into the
woocommerce_single_product_image_thumbnail_htmlhook located inwoocommerce/templates/single-product/product-thumbnails.php. You should be able to use that hook to also display the title.If you aren’t a developer I’d recommend finding one for this project. It will be a small project (maybe just 30 minutes) so it should be affordable.
For any sort of small custom project I always recommend Codeable. They’re great at small tasks where the objective is clear. They’re fast and affordable. I interviewed their CEO here:
http://speakinginbytes.com/2014/09/codeable-wordpress-tasks/I hope that helps! 🙂
Forum: Plugins
In reply to: [WooCommerce] Add to cart button / shortcode not displaying propelyHey there,
You shouldn’t have to manually use a shortcode to get an add to cart button to appear on the product page.
Please make sure your product is in stock & it has a price set. Once you have those set the add to cart button should automatically appear.
Here’s some more documentation about setting up your products: https://docs.woothemes.com/document/managing-products/
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Licence Free ?Hey there,
Yes you can now use this product without a license. Huzzah! 🙂
Hey touchscreendoc,
I’m sure you could write some custom functionality to prevent the cards saving functionality from working on your site but still store the card in Stripe (actually Stripe may always store CCs to be reused) – but can I ask why?
Keep in mind none of our extensions save credit card numbers. We save tokens that only your Stripe account can use. So even if someone stole your data they couldn’t get the CC numbers or use your token.
If you’d like to know more about credit card tokens and how they work I wrote up a post about it: http://speakinginbytes.com/2014/02/credit-card-tokenization/
Forum: Plugins
In reply to: [Autoptimize] Don't Include WooCommerce Checkout ScriptsHey Frank,
I’m trying to say that we would have to update our ~100 gateways and the developers for the 700 other plugins on .org would also have to update. It’s problematic to make others develop around your plugin.
Is there someway to prevent it from working on specific pages? If so, we could update your plugin in one place and it could prevent issues on all of the affected plugins.
Does that make sense?
There are some conditional tags in WooCommerce which you could use to see if you’re on the checkout page. Ex.
is_cart()is_checkout()
Forum: Plugins
In reply to: [Autoptimize] Don't Include WooCommerce Checkout ScriptsHey Frank,
There’s close to 100 official payment gateways plus 700+ plugins tagged
paymentin the WordPress.org repo. Is there anyway to do this in such a way that we don’t have to write 700 pull requests? Is it possible to disable your plugin on the checkout page and let the user download all of the scripts individually?