|
|
|
|
From: Guest Date: February 05 2009, 10:07
|
I am trying to set up an ecommerce site using php. I have a mysql database set up on my host server. I want to add photos from a database to my php pages in dreamweaver and use an 'Add to Cart' button to link to Mal's ecommerce. As you can tell I am a beginner!
Would I be able to link your database software to my dreamweaver page? Any help would be appreciated.
Thank you.
Nicola |
|
|
|
From: Encaps Date: February 07 2009, 02:06
|
| There is free full-functional demo available to download, so you may test it out |
|
|
|
From: Guest Date: February 03 2009, 10:14
|
| Hi, how i can change skin? |
|
|
|
From: Encaps Date: February 03 2009, 12:08
|
| Just copy html templates from /html/skin_***/ directory into /html |
|
|
|
From: Guest Date: February 02 2009, 19:17
|
Hello,
I just purchased the source code to allow me to change the image order. The code seems to have changed quite a bit (the catalog.class.php file isnt with the package).
Can you send me a copy of an old version of the catalog.class.php file?
Thanks |
|
|
|
From: Encaps Date: February 03 2009, 02:07
|
Thank you for your purchase!
The old file catalog.class.php is emailed to you. Let me know if you have other questions. |
|
|
|
From: Guest Date: February 02 2009, 06:08
|
Hi Andrew,
Love your script!! I am using the "expo" template. Is it possible to make the following and if so, how do I do this?
1. After "category" one can choose different (sub)categories from a drop down menu. I would like to remove the number that is mentioned behind the (sub)categories.
2. When you choose a category, I would like to show just one picture (or just a button) of the different subcategories. After clicking on the picture of the subcategory, one goes to all of the pictures of this subcategory.
I hope I have explained it clear enough. Could you give me a hint how to do the above. I am a absolute beginner in php, just making my first php website....
Thanks in advance
Lonneke |
|
|
|
From: Encaps Date: February 02 2009, 11:49
|
Thank you for the feedback.
1) you could remove the following:
" (".$_category['subtotal'].")"
from html/catalog_categs_select.html, line #8
2) for change subcategories behaviour you aslo need to play with html/catalog_categs_select.html |
|
|
|
From: Guest Date: January 23 2009, 12:33
|
Hello! I have purchased the gallery script a while ago and so far I didn't have any problems with it! Really love it!
There is just one little detail that I need help with: I am using the raym-skin ( version 2.0.6 ) and in the title-field, I would like to put links to "next" and "previous" images, like in the shopcart-skin for example.
How can I add such links?
|
|
|
|
From: Encaps Date: January 23 2009, 16:01
|
Thank yor for your feedback :)
If you purchased previous version less than 1 year ago, please provide us with your e-mail or purchase id# so we will send you the url for the latest release.
For apply "back" and "next" liks for raym template you need to customize javascripts (unfortunately it's not possible to copy those links from other templates)
If you are not familiar with javascript or/and need some help, you can submit your request at "Paid Services" section. |
|
|
|
From: Guest Date: January 23 2009, 16:46
|
It's less than one year ago, I'll send my email adress together with this message, thankyou!
And I will give javascript another try, if I'm having too much trouble you'll hear from me ; ) |
|
|
|
From: Guest Date: January 23 2009, 17:43
|
| Or alternatively...would it be possible to change the shopcart-skin, so that the thumbnails appear in the sidebar, and the full image on the right? Like in the raym-skin? |
|
|
|
From: Encaps Date: January 24 2009, 17:56
|
| Yes, it's possible - you need to combine html layout from "raym" skin, and php logic from "shopcart" skin |
|
|
|
From: Guest Date: January 25 2009, 21:17
|
Oh! The new release is VERY comfortable to use, I was able to solve my little problem.
Thank you for the update and the quick replies, I'm a very happy customer : )
|
|
|
|
From: Guest Date: January 23 2009, 00:45
|
Hi
How to revome this link from gallery (encaps image gallery php script).
Thanks
|
|
|
|
From: Encaps Date: January 23 2009, 02:56
|
| Only by purchasing php source code |
|
|
|
From: Guest Date: January 22 2009, 08:03
|
| Hi Just purchased licence having installed free download . Note version 2.3.11 whereas paid download is version 2.3.10? Also how do I remove copyrite link to you now I have a paid version, without having to reinstall everything. Do I just replace a few files etc? |
|
|
|
From: Guest Date: January 22 2009, 09:14
|
| Found reference to my question June 200 "remove the copyright you need to overwrite the /core/ dir contents" tried this and it does not seem to do anything. Indeed the size of all the files in that folder were all the same size? |
|
|
|
From: Encaps Date: January 22 2009, 11:50
|
| We've sent you the latest package and update instructions |
|
|
|
From: Guest Date: January 25 2009, 15:28
|
| Many thanks have got it sorted now. Cheers |
|
|
|
From: Guest Date: January 21 2009, 01:56
|
| I need help. I use encapsgallery-2.0.6, linux server in my rwx_gallery folder, i have been upload more than 8000 images, but when i use scan the folder, it takes 504 Gateway Time-out. And I have been tell the server admin to change the nginx to 3m, php.ini to 60s, but still 504 mistake. i don't know how I can to do, if i need upload more images |
|
|
|
From: Encaps Date: January 21 2009, 02:10
|
Hello,
you can try latest encaps-2.3.10 - the upload dir is separated from rwx dir
|
|
|
|
From: Guest Date: January 21 2009, 03:07
|
| I test this one in the localhost, and find this also has the problem. for the thumbs, can that put in the same as the upload /ftp_upload/(folder)/thumbs/ , not all put in the rwx. and the image link can be like "/?cat=(*)id=(*)" |
|
|
|
From: Encaps Date: January 21 2009, 15:47
|
Ok, so:
1) issue with uploading 8000 files and more:
you may try to upload less files per a time, let's say 1000 or 100 files (experimental, depends from your webserver)
2) thumbs in upload dir: unfortunately no, new "thumbs" directory will be recognized as new category. Customization required for admin/catalog_tools.php
3) the link can not be like "/?cat=(*)id=(*)"
the links can be like "/catalog_categX.html" or "/catalog_idY.html" but you'l need to apply mod_rewrite for your Apache webserver and customize all frontend links from encaps html templates. |
|
|
|
From: Guest Date: January 21 2009, 21:38
|
1) Can you concretion tell me how to change, my idea is the new version can read the folder that i upload, why not when save the thumbs, auto create a new folder, then put in it.
2) Also the links are the same. can you write the code like the wordpress blog that can chooes the permalinks
3) How can I use the old template to the new version? should I change something?
4) I think "ftp_upload" folder change to the root will be more suitable
5) Admin plan can add the "View Index" and set the "_blank"
6) Password need be hide |
|
|
|
From: Guest Date: January 21 2009, 22:04
|
Oh, My thinking is wrong.
I just add more images, find this new version still the same as 2.0.6, when upload the images, that will copy to the "rwx" folder and make the thumb in the same folder! this will be take more images in the same folder! 2.0.6 just upload the images in rwx_gallery, thumbs will be create in rwx_gallery/thumbs, if i upload 8000 images, just 8000, but new version will put 16000 images |
|
|
|
From: Guest Date: January 19 2009, 06:08
|
Hi admin,
I bought encaps last year .
how i upgrade to the new latest version which is Encaps-2.3.10.zip.
|
|
|
|
From: Encaps Date: January 21 2009, 02:10
|
| The url is sent by e-mail |
|
|
|
From: Guest Date: January 13 2009, 09:31
|
| There is a problem with the addition of pictures of the Opera and IE |
|
|
|
From: Encaps Date: January 13 2009, 11:16
|
| Oh, many thanks for the bug report. I will send you fixed package. |
|
|
|
From: Encaps Date: January 13 2009, 18:26
|
| The issue is fixed, thanks! |
|
|