sunshinephotocart
Forum Replies Created
-
I will have to look into this further as I honestly have never tested this kind of set up.
Currently, all translations are based on the site settings, not individual users. What you are asking for is not possible in Sunshine. If not all the strings are translated into Czech (which at this point Czech is not fully translated), it will fall back to the default English version.
You can participate in the translation at the Transifex website: https://www.transifex.com/wp-translations/sunshine-photo-cart/
That is defined in the Sunshine Orders > Order Statuses > New. Order Statuses can be customized so that language is inserted into the database at the time of installation.
Sunshine relies on community help for translations. You can see all translations here: https://www.transifex.com/wp-translations/sunshine-photo-cart/
The Czech translation is only about 20% complete at this point. You are welcome to contribute and I offer a free Pro subscription to anyone that maintains a translation.
1 – Not sure what you mean, if you disable specific fields at Checkout the label and the field are removed. If only Digital Download products are in the user’s cart, all Shipping fields are automatically removed leaving only billing fields.
2 – It sounds like you are referring to using the Lightbox add-on in combination with the digital downloads add-on. The lightbox does ask the user to either type in a quantity or hit the + sign and then add to cart. This is to keep the UI consistent for each product that is listed in the lightbox window. It can actually be more confusing when some products have different UI than others right next to it in the same list – that might make it appear broken for some people. I chose this UI for that reason.
3 – You can enable guest checkout which makes creating an account optional. If you don’t want the fields, they can be hidden with some CSS. Creating an account, especially when purchasing downloads, makes it possible for them to easily access their purchase history and their download links.
4 – Sunshine is built to try to blend into your site’s theme. The fields are basic on purpose to blend in and in my opinion not much different from what WooCommerce checkout looks like.
Yes, you need to create products. Here is the Setup Guide: https://www.sunshinephotocart.com/docs/setup-guide/
Also, if you have enabled any of the Proofing options either in the global settings or for individual galleries, that disables all products as well.
These are presell questions which are not permitted on the forums – admins may remove this thread.
You can sell only downloads. If only digital download products are in cart, no shipping fields are shown at checkout. Billing fields will still be present as those are needed regardless of products being purchased.
Products marked as digital download do not allow quantities to be changed and are set to 1.
Guess Checkout means users do not have to create an account and makes the password field optional at checkout.
Here is how to add it to the Main Menu: https://gist.github.com/sunshinephotocart/012b9ddc454b0fbed8ca
Add it to the Action Menu (next to Share Gallery and Packages): https://gist.github.com/sunshinephotocart/0b5f0042c810b6e1872056d73b77e96b
No, there is only one Favorites page that is used by every person. When Sunshine is installed it creates a Favorites page for you and assigns it as a child page under the main Client Galleries page – that is the recommended setup.
These are all possible with Sunshine. Go go Sunshine > Settings > Pages and make sure you have a page selected for Favorites. If not, create the page and then assign it here.
With that set, there should be a Favorites page accessible to your clients either via the Sunshine Main Menu or you can add it to any menu yourself.
Do you have more information or a way to show this “bad actor” claim? I’d like to know more so it could be addressed. If you find bugs in open source software, you can always send messages to developers like myself letting them know about it – that’s how open source and WordPress works, it’s community driven software.
If you purchased a license for Pro or an add-on, at checkout it clearly states an annual renewal. You agreed to terms which clearly state an annual renewal. You are sent an email a week before the renewal reminding you about it. Not sure what more could be done to tell you that a subscription is being set up and you will be billed until cancelled and give you every opportunity to take action as you see fit. This is quite common for WordPress premium plugins these days.
Contact for support tickets does require an active license. There is also a general contact form on the website (https://www.sunshinephotocart.com/contact) and also these very forums you are posting on for free support (and getting a response in a matter of minutes).
I will take a look at what else is being left behind. Do you have any specific fields you are seeing?
Do you think the entire plugin is 1-star plugin because of this one element? To me this seems more like a support request that is easily rectified. I have already gone in and added the line of coded needed to remove all user metadata related to Sunshine.
Here is the MySQL line you can use on your database since you have already removed Sunshine:
DELETE FROM wp_usermeta WHERE meta_key LIKE ‘sunshine_%’
(Change ‘wp_usermeta’ to use your table prefix as needed)- This reply was modified 3 years, 7 months ago by sunshinephotocart. Reason: I already made the change in the code, updated message to indicate that
- This reply was modified 3 years, 7 months ago by sunshinephotocart.
I don’t see any way how you could have had Sunshine as the main page until now, that should never have worked.
You do seem to have a custom home page that then links to Sunshine galleries. So this isn’t something you appear to be doing anyway. I was able to access galleries when you set it to use /home but it appears you have already changed this as that is now gone.
Sunshine’s main page cannot be the home page of your site (you should be seeing an error notice about this in your admin when you do so). See this Doc article: https://www.sunshinephotocart.com/docs/sunshine-cannot-be-your-front-page/