FolkeW
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] What happend to V2.0.3?I think I downloaded it from withing wordpress. But now there is only 2.0.2. Yesterday I found the 2.0.3 version on Github. Looks like a branch.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared wishlist will not show when not logged inThanks enollo for your offer, but I have installed the update and it does exactly what I want. Thanks go also to the team of YITH.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared wishlist will not show when not logged inReally would like the idea that customers do not need to create an account for viewing wishlists.
I’ve had a look into the code, but I’m not that experienced with php to solve this problem. Anyone with any ideas?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared link gives 404 errorThe problem only occurs when you change the permalink settings from standard to something else. Am I right? If so, it’s a bug. I found out when setting up a second install to test some things.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared wishlist will not show when not logged inLink is wrong, sorry. right one is: http://www.playmoparts.nl/wishlist/?user_id=1
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared wishlist will not show when not logged inThink I found part of the answer here:
we already tought about this, but it does not make sense for now because the wishlist can be seen only but registered ( and logged in ) users
Question that stays is: can we change it, would it be so hard?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Email SharingHi shnalla,
I found a way to code it in, not perfect but it works for now.
I added an extra section to the get_share_links function in class.yith-wcwl-ui.php (at the end of the file), added an image to the plugin folder and made it work via the wishlist.css. Take a look at my wishlist: http://www.playmoparts.nl/wishlist/?user_id=1, it is in Dutch but you will get the picture. You still have to create an account to see the wishlist, woking on that also.
If you want to use my files makes sure you check for file locations, they are for my site, and keep in mide that the changes in the class.yith-wcwl-ui.php are not update proof!
The files: http://http://members.upc.nl/f.westerhof/Wishlist.zip
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared link gives 404 errorChanging the & to ? works fine. Please do it in the template folder to make it update proof.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared link gives 404 errorTrevor, you can change the & to ? in your share.php (line 15). Its in the template folder of the plugin.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared link gives 404 errorNice, that works!
Now I have to find out where to change it. I Will look into it later this evening.
Many thanks!Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Email SharingI’m desperately waiting for this feature to.
Forum: Plugins
In reply to: [Woocommerce CSV importer] sale_price don't show after import@realm9thfeb and Mads Phikamphon:
Set the sale_price and price the same, the it will show correctly, like this:
regular_price price sale_price
12 11 11Tip: Use an extra column in excel to calculate the values to import, like this:
=IF(C2<>0,C2,B2) and =IF(C2<>0,C2,””)
Where column A is the regular_price, column B is your normal price and column C is the sale price, you import only the column you calculated and A.