photo album software
  PHP Gallery     Android WwWatchdog     Support     How To     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
»Ask your question«
 

From: Guest   Date: March 21 2010, 07:42
Hi,

I've added and enabled a few extra fields to the shopping cart submit form that customers fill out before submitting their order. Like enter telephone number, etc. These line up with the categories that are already allocated to your php database.
It works well when a customer submits their order. The extra fields information is recorded on the server and is included in the auto email.
But I cant get the extra fields and information in them to display in the admin section (admin/shopcart.php). They appear to be set to display It seems to have all the right code in place. EG:<td><?php echo urldecode($item["payer_phone"])?></td>
Is there any other file I need to alter to get the extra field to display?

Thank, Wayne
      
From: Guest   Date: March 23 2010, 06:45
Worked it out. I accidentally put it after the Paypal condition, which stop it showing

From: Guest   Date: March 19 2010, 18:59
Good evening,
I am using your script for my business and think that it is really great. This is probably a simple fix, I would really appreciate your help on it. I am currently using the shopcart template and in the admin, I have the cart enabled. After a person puts items in the cart and then script sends the email to the customer and the website owner, how can I get the email to display the items thumbnails next to the item name. This is probably a simple fix, please get in contact with me as soon as possible, via email or skype (username kbailey1734). If this goes smoothly, I may have paying jobs to offer to you in the future, in regards to this script.
      
From: Guest   Date: March 21 2010, 07:20
Try this in the shopcart_preview.html
<img src="./rwx/<?php echo $item_catalog['file_thumb']?>" alt="<?php echo $item_catalog['title']?>">

Cheers, Wayne

From: Guest   Date: March 14 2010, 12:08
Hi i have tested the gallery its fantastic But i need some changes implemented in it. If you can make these changes then mail me, i will buy the source code and you can give me the modified source code with below changes implemented:

All the below changes for ACD Template:

* Instead of showing the thumbnails of items on default page it must show sub-categories of default category with random thumbnail from the respective sub-category

* I upload daily celeb image folders in ftp_upload and i assign them as sub categories to a particular category then the sub-categories must be displayed in descending order (Newest first)

* When a image thumbnail is clicked the image must open in new window.

* URLs look like http://***.com/catalog/categoryName/itemName.html instead of http://***.com/catalog.php?categ_id=1&id=2 ? (mod_rewrite)


Again one question after buying am i able to request any further changes if i need ?
      
From: Encaps   Date: March 14 2010, 16:25
thank your for your feedback
so I have a question:

> * Instead of showing the thumbnails of items on default page it must show
> sub-categories of default category with random thumbnail from the respective
> sub-category

could you please explain this topic? or contact me with MSN

From: Guest   Date: March 14 2010, 10:09
Hi Andrew !

tested your gallery for some days now. worked very well so far.
before i buy the source code, please let me know if theres a way to edit the code. i´m using the ACD-template.
is it possible to open just the image when clicking on a link (thumbnail) without all the html around ?
something like "...?id=1" opens "...imagesimage1.jpg" in a new window ?

thanks a lot for your great work

Mike

      
From: Encaps   Date: March 14 2010, 15:50
Hello Mike,
thank you for your feedback.
Yes you can edit the code - open catalog_items.html and replace the code
<a href="?id=<?=$item["id"]?>
to
<a href="rwx/<?=$item["file"]?>" target="_blank"
something like this

From: Guest   Date: March 14 2010, 06:37
Sometimes a main category shown in the catalog_categs.html file may contain sub-categories. If a sub-category is pressed then it opens up those items which is perfect. What I want to do if the main category is pressed that the contains sub-categories, then I'd like the sub-categories to be shown instead of all the sub-category items.

Hope this make more sense
      
From: Encaps   Date: March 14 2010, 08:22
I can implement the feature you described within 1 hour

From: Guest   Date: March 13 2010, 18:08
Hi there,
I just implement your captcha stuff (was easy to do and easier than the official one), but whatever I type in for the 3 symbols, I do not get any OK or error message, as if it was not working.
Any clue?
Thank you.
      
From: Encaps   Date: March 14 2010, 04:03
Please send me your code,so I will check

From: Guest   Date: March 13 2010, 08:52
Hi, I just purchased the software and think it's great. I want to use the ACD template, but I can't figure out how to make it display a single preview image of all of the subfolders. For example, I have a Main Gallery and then Gallery1, Gallery2, and Gallery3 beneath that. When the default page loads and takes me to the Main gallery, I only want to see a single thumbnail for each of the sub-galleries. Then, when I open a sub-gallery, all of the images for that gallery will be displayed. How can I get it to do that?
      
From: Encaps   Date: March 14 2010, 08:19
so you could modify
catalog_items.html to do not print out the items/pictures if
count($html["category"]["childs"])>0
for example:
if(count($html["category"]["childs"])==0)
foreach($html["items"] as $item)
{
.. regular logic...
}

and print out categories thumbnails from catalog_categs_select.html:

foreach($html["categ"]["childs"] as $subcateg)
{
?>&lt;a href="?categ_id=<?=$subcateg["id"]?>">&lt;img src="<?=$subcateg["img"]?>">&lt;/a>
}

From: Guest   Date: March 12 2010, 22:50
hi there,
have some one don multiple image/photos for single item with encaps?

like having different wive for the same photo.

i hope, i did made my self understood.
      
From: Encaps   Date: March 13 2010, 12:06
Unfortunately there is only one image per item

From: Guest   Date: March 12 2010, 20:47
hello i have a question.
i've got encaps and maybe you can help me? how could i add a checkbox of delivery?
i mean, if the checkbox is checked than the subtotal will automaticly raised by 10 dollars and
if the checkbox isn't checked than nothing happend.
hope you can help me :)
      
From: Encaps   Date: March 13 2010, 11:16
Hello,customization you described will take 1 hour, $14

From: Guest   Date: March 11 2010, 11:51
hello am currently using this script and i have a question i have the template Shopcart but when i upload an image and i view the item with the coment i added ex: http://***.encaps.net/software/encapsgallery/templates/Shopcart/catalog.php?id=73 it has the comment below the image where as in mine it comes in the image thumbnail instead. could someone please tell me how to make this possilbe the image comment to be in the Shopcart as is in here: http://***.encaps.net/software/encapsgallery/templates/Shopcart/catalog.php?id=73


Regards
JO
      
From: Encaps   Date: March 11 2010, 12:56
Sorry, I did not understand your question.
Please contact me with MSN or Skype


Encaps © 2005-2012 PHP Gallery | Android WwWatchdog | Support | How To | Contact
?>