|
|
|
|
From: Guest Date: April 09 2008, 07:24
|
Hi There, is it possible to have a drop down selection box so customers can select the size of photo they wish to purchase?
Regards
Hylton |
|
|
|
From: Encaps Date: April 09 2008, 08:57
|
Hello Hylton,
unfortunately this feature is not implemented with EncapsGallery. |
|
|
|
From: Guest Date: April 08 2008, 17:41
|
| Can I customize to fit into my template? |
|
|
|
From: Encaps Date: April 09 2008, 08:56
|
| Of course, you can. Why not? |
|
|
|
From: Guest Date: April 08 2008, 10:20
|
Hello,
Thank you again for your excellent product. It is wonderful!
My question concerns the default splash page and the category displayed. When you open my album, though the drop-down menu claims it is a specific category, what is seen is a random assortment of photos from each individual category.
How do you configure the system so it opens a specific category and only images from that specific category?
Thanks in advance
Bret |
|
|
|
From: Encaps Date: April 08 2008, 10:48
|
| Hello Bret, thank you for the feedback. For open specific category you may build a link like "catalog.php?cat=1" |
|
|
|
From: Guest Date: April 07 2008, 16:39
|
Hi again :)
In the catalog_categs.php page, how can I include a thumbnail for each of the categories?
include("html/".$config["path"]."/catalog_categs.html");
Thanks
Tony |
|
|
|
From: Encaps Date: April 07 2008, 16:59
|
| You may upload a thumbnail for a category from admin/catalog_categs.php |
|
|
|
From: Guest Date: April 07 2008, 09:16
|
Hi,
I bought + installed your gallery, and got a friend to test my shop cart.
I got an email notification from paypal to say the money transferred, but the transaction does not show up in the shopcart admin panel.
What can be wrong?
I need to fix this urgently so I can get the shop open.
Thanks
Tony |
|
|
|
From: Encaps Date: April 07 2008, 09:26
|
Make sure the IPN url is configured properly
|
|
|
|
From: Guest Date: April 07 2008, 13:22
|
That done it!
Thanks
Tony |
|
|
|
From: Guest Date: April 07 2008, 07:00
|
hi, I have been trying to purchase your product but i am unable to purchase through your shopping process. I can send money via paypal as your checkout doesnt work
please advise
thanks |
|
|
|
From: Encaps Date: April 07 2008, 09:05
|
I'm sorry to hear checkout doesn't work - don't have an idea what may be wrong. Could you please crarify?
You may pay via PayPal - follow the "Buy" link from the website navigation, select "paypal" from "Payment option" dropdown. |
|
|
|
From: Guest Date: April 05 2008, 16:56
|
Hi,
I installed your demo gallery to test it before I buy: www.racing.irishphotography.co.uk
I cannot see the shop cart setup options, and it does not show in the Admin or the front end.
How do I enable this so I can test it?
Thanks
Tony |
|
|
|
From: Guest Date: April 05 2008, 17:02
|
Doh!
I found the tick box now...
|
|
|
|
From: Encaps Date: April 07 2008, 08:48
|
| Right, you should activate "Shopcart" checkbox from the admin panel. |
|
|
|
From: Guest Date: April 05 2008, 05:35
|
Watermark
Hi
I've done a search on this but the search results take me to a page without the answer on it in the forum. How do I enable the watermark feature?
I'm finding Encaps very easy to work with.
The other thing I am working on doing though is to the change the shopping cart options. The pictures are available in different format options so different prices. I'm working at putting in a chained select - or is there an easier way?
Thank you. |
|
|
|
From: Encaps Date: April 07 2008, 08:47
|
Hello,
1) Watermark:
for apply watermark you may modify the file "catalog_custom.html" - replace the following line:
<IMG src="./rwx_gallery/<?php echo $html["item"]["filename_normal"]?>"
with new one:
<IMG src="core/catalog_watermark.php?file=../rwx_gallery/<?php echo $html["item"]["filename_normal"]?>"
This relates to templates "simple_sc", "acd", "expo", "light".
To apply watermark for "raym" template, you should modify file "html/raym/catalog.html", line #68:
document.getElementById("photo_img_id").src = 'core/gallery_watermark.php?file=.'+_path_filename_normal;
2) Shopcart options:
Unfortunately this feature is not implemented |
|
|
|
From: Guest Date: April 02 2008, 07:41
|
Hello,
Does the database have to be mysql? Can it be PG SQL or MS SQL?
Please let me know.
Thank you. |
|
|
|
From: Encaps Date: April 02 2008, 09:20
|
| Yes, only MySQL is supported at the moment. |
|
|
|
From: Guest Date: April 01 2008, 20:34
|
Hello:
I'm hitting a maximum file size on uploading photos that are approx. 5MB. What is the maximum file size that can be uploaded and is there a way to increase this? I think this may be a php default limit if my memory serves me.
Thank you |
|
|
|
From: Guest Date: April 01 2008, 20:39
|
Sorry...found the answer in the HowTo section...
Thank you |
|
|
|
From: Guest Date: April 07 2008, 08:54
|
Q: How do i limit the size of the image because users upload and it take so long for people to view so i need it to resize it or something please help
A: take a look into "admin_foto_add.html" template:
the following string contains maximum allowed file size to upload (3MB):
<input type="hidden" name="MAX_FILE_SIZE" value="3000000">
You can change this value.
OK...cannot find admin_foto_add.html. Where is it? |
|
|
|
From: Encaps Date: April 07 2008, 09:32
|
| Oh, that is old tenplate. Currently "admin_foto_add.html" is included into "admin/catalog.html" |
|
|