WP Sunshine
Forum Replies Created
-
That is how it is set up. The Dashboard is not meant to give you all your data, just a quick glimpse of recent stuff happening. There currently is not a way to change this without editing the core plugin which is not recommended. You can always go to the Orders tab to see all your orders.
Use more explicit CSS like:
<p style="font-weight: bold; font-size: 12px;">Whatever</p>
There are some CSS rules at the root of the invoice template which override basic things like
<strong>
or<i>
- This reply was modified 2 years, 8 months ago by WP Sunshine. Reason: formatting
This is located in Sunshine > Tools
I looked at the Discount Codes plugin. Is it not possible to link the discount code to a user?
No, currently discount codes cannot be assigned to a specific user. If you want to give a user a specific discount, another option is to assign that user credits.The way I see it, it’s not possible to put different watermarks on downloadable items. I would like to protect the image from hard copy with a large watermark and also offer low resolution images with a small watermark for free download.
Sunshine applies the same watermark to all images. It does not have the option to custom watermark each image individually.1. If I only offer images for download, is it possible that not every image is watermarked?
You can enable/disable the watermark before uploading images to a gallery.
2. Here in Germany we have different taxes, private customers have to pay the 19%, but customers from the press, publishers, etc. only pay 7% tax. Is there a way to take this into account when invoicing.
No, Sunshine does not have a way to charge different types of customers different tax rates.
3. There is an option to sort galleries alphabetically, I would like to reverse the alphabetical order. Z-A
This could be done via a small custom code snippet
OK great, that’s what matters.
Actually hit print and see what it looks like then
Yes! You can do anything there.
Sunshine 2.9.9 has been released with this as part of it.
Thanks for providing that info. I have gone ahead and added some hooks to the invoice template that will allow you to add custom content to it.
These following hooks will be available:
sunshine_invoice_after_logo
sunshine_invoice_after_meta
sunshine_invoice_after_items
sunshine_invoice_after_totalsYou could add custom code like the following:
add_action( 'sunshine_invoice_after_meta', function() { echo 'Whatever you want here'; });
This will be available in the next update release, 2.9.9. I am not yet sure when I will get that out though but hopefully soon.
Got the file, thanks! It will be part of the next update release.
Unfortunately the FR .po file is not accessible for me.
#sunshine-checkout-step-contact fieldset div:nth-child(4) { display: none; }
You may need to change that 4 number depending on which other checkout fields you have made visible – just play with it if it doesn’t work on the first try.
No, not at this time. What do you want to add?
When Guest Checkout is enabled, it makes the password optional. If a user does not enter a password, then no user account is generated.
#2, what you described is the Order Status description for Pending. In Orders > Order Statuses, you can edit those descriptions.
#3, you can send over the updated FR .po file or can you give me the proper word to replace and I will do so on my end. I am working on getting all the translations moved over to the default www.remarpro.com so you could do so with your www.remarpro.com account as the current Transifex area doesn’t seem to be working anymore.