- This topic has 2 replies, 2 voices, and was last updated 12 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Some questions about Nextgen Gallery Integration
Some questions about Nextgen…..
1) I rezise the photos and watermarked with nextgen…. Then the estore will send the original file to the customer?
I mean wich original? The watermarked one? The resized one?
2) I have to backup original file @ nextgen so the estore will send the backup file?
Thanks for the respond.
P.S. I have read this here https://support.tipsandtricks-hq.com/forums/topic/probably-a-silly-question-about-downloads
Looks like i have to upload the original files in another folder……Or you have found a solution for this?
There are two different methods of integration. So depending on which one you are using, the answer will be slightly different.
I think if you read the following post it should answer your question:
Thanks admin….
That is the solution i was looking…
Open the “eStore_advanced_configs.php” file and search for the following line of code:
define(‘WP_ESTORE_ENABLE_ADVANCED_NGG_FILE_SERVE’, false);
Once you find it change it to the following:
define(‘WP_ESTORE_ENABLE_ADVANCED_NGG_FILE_SERVE’, true);
This will make it to where eStore will first look for the “.jpg_backup” version of the image at the time of download and serve that one to the customer if it finds it.