|
|
|
|
From: Guest Date: July 23 2008, 10:28
|
Hi,
I'd like to know if I can use the cart, but just have it email me and the user once they confirm the sale. I don't need Paypal (can't have a seller account in South Africa), just want to use bank transfers. Can I use the cart without PayPal? |
|
|
|
From: Encaps Date: July 23 2008, 11:19
|
Sure, config option: Pay on delivery -
No paygateway integration,
just receive e-mail notification about selected items |
|
|
|
From: Guest Date: July 23 2008, 11:26
|
Thanks.
I appreciate your quick reply!! |
|
|
|
From: Guest Date: July 23 2008, 05:34
|
Has anyone managed to get the images to open in a lightbox? I have a client who wants the images to be click-able but open in a light box rather than a new page. Hoping you can help.
Thanks |
|
|
|
From: Encaps Date: July 23 2008, 09:17
|
| What is lighbox? |
|
|
|
From: Guest Date: July 23 2008, 12:37
|
| lightbox is a really good javascript, can be found here http://***.*********.com/dynamicindex4/lightbox2/index.htm |
|
|
|
From: Encaps Date: July 23 2008, 13:21
|
Thank you for the link, unfortunately, we didn't try it yet. I quess you may "...Simply download Lightbox V2.03a, and refer to the index file inside for installation instructions..."
And you will need to modify EncapsGallery html template for "Step 2 - Create your "thumbnail" image links" |
|
|
|
From: Guest Date: July 22 2008, 14:12
|
Hi Andrew,
I tried list box search whatever you said its not coming when we enter cat='.$this->postget['cat'].' into this function::::::_get_items_search ::::: Its not coming
waiting for response??? |
|
|
|
From: Encaps Date: July 22 2008, 16:24
|
| Do zip and send me your gallery files (except rwx_gallery), or open ftp for me |
|
|
|
From: Guest Date: December 15 2008, 00:01
|
excuse..i have buy the gallery it' incredible.
where exactly must I put the code of the cat?
it is here : "$sql = "SELECT g.* FROM $this->table AS g LEFT JOIN ".$this->config["db_prefix"]."gallery_category AS gc ON g.cat=gc.id WHERE cat='.$this->postget['cat'].' AND (g.comment REGEXP '$keywords') AND gc.is_visible='on' ORDER BY filename_normal LIMIT $offset,$limit";"
??
|
|
|
|
From: Guest Date: July 21 2008, 14:22
|
Well Thanks for your efforts
Ok andrew I will try to be clear now:
See I have to search two categories i .e., Bride & Groom photos.
I want a menu list of:
1. Bride
2. Groom
When We select the menu option bride then bride photos should display and when we select groom then groom photos. So this kind of search I need.
We have textbox search in our gallery we need to type But I need list box.
If not possible just give me hints or suggestions to do this atleast.
If you dont understand then please please tell me.
Bye bye!!!! |
|
|
|
From: Encaps Date: July 21 2008, 16:00
|
So you may do the following:
1) construct categories listbox in a way you want, assign category parameter name to "cat"
2) put listbox inside the search form (between tags <form> </form>)
3) modify sql-query from search function _get_items_search(), file /core/catalog.class.php, add cat='.$this->postget['cat'].' after "WHERE" clause |
|
|
|
From: Guest Date: July 21 2008, 10:12
|
| Can I link up your product to work with an existing database which already has images in it? |
|
|
|
From: Encaps Date: July 21 2008, 11:13
|
| Actually, I don't know anything about your existing database. |
|
|
|
From: Guest Date: July 19 2008, 08:32
|
Hello Andrew,
Well you didn't answer my question. I have purchased your software but I am stuck now please can you tell me how can we Edit search box:
We have search box right - but I want it should be in list menu not the textbox :
1. Electronics
2. Media etc.
then Go button
it should search only what I have selected from menu.
I hope you understand and you will really help me it will be helpful to others also.
Thanks in advance. bye!!!! |
|
|
|
From: Encaps Date: July 21 2008, 11:14
|
| Sorry, not clear enough...could you please show the demo? |
|
|
|
From: Guest Date: July 18 2008, 17:16
|
pre sell questions
hello
i want to sell pictures can i do this with your gallery?
1. after someone buy via paypal it will be redirected to full size or not watermarket image?
2. also i need to add something like fetch module to show random or last added images in my other websites
thank you very much for your asnswer in advance |
|
|
|
From: Encaps Date: July 18 2008, 18:01
|
Hello,
1) after someone buy via paypal it will not be redirected to full size image - you will just receive notification via e-mail
2) to show random or last added images you will need to modify php code |
|
|
|
From: Guest Date: July 17 2008, 14:48
|
Hi Andrew,
Well I am stuck now please can you tell me how can we Edit search box:
We have search box right - but I want it should be in list menu not the textbox :
1. Electronics
2. Media etc.
then Go
it should search only what I have selected from menu.
I hope you understand and you will really help me it will be helpful to others also.
waiting bye!!!! |
|
|
|
From: Guest Date: July 16 2008, 13:47
|
Hello,
I've been working with the demo for several days now and i purchased the source code today. This software is excellent..........very nice work!!
I'm real close to finalizing my gallery layout and theme and i have a couple of questions.
1) how can i change the watermark font color?
2) will you be adding the option to use a .jpg file as a watermark in the near future?
Thanks again for a great product! |
|
|
|
From: Encaps Date: July 16 2008, 15:52
|
Thank you for the feedback!
To change watermark font color you may edit the /core/watermark.php, line #26:
$color = imagecolorallocate($image, 200, 200, 200);
Unfortunately we did not schedule .jpg watermark yet |
|
|
|
From: Guest Date: July 14 2008, 14:01
|
hello Andrew,
Thanks !!!!. Can you please please tell me How can I add one field in table eg_gallery:
We have:
1. Title
2. Comment
3. Description
4. File
5. thumb
6. Rank
7. Category
and I need to add one more field i;e, PRODUCT
Please please tell me where the changes is to be done I know PHP and Mysql.
I hope you will help me.Waiting for your help!!! |
|
|
|
From: Encaps Date: July 15 2008, 09:09
|
You should add one more field into the database table eg_gallery, modify php core /core/catalog.class.php, and html templates /html/_skin_/catalog.html,/html/_skin_/catalog_custom.html,
/admin/html/catalog.html,/admin/html/catalog_custom.html |
|
|