photo album software
  PHP Gallery     Live Demo     Free Download     Support Forum     How To     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
Ask a question...
 

From: Guest   Date: September 09 2008, 12:33
We are new users and want to sell prints as well as digital photos and have sold a photograph (print) to a client. PayPal assigned an item number to it which we don't recognise. What should we be doing when we upload pictures to our gallery to make sure that our ref no and PayPal numbers coincide?
      
From: Encaps   Date: September 09 2008, 15:37
Sorry, what item? What number PayPal assigned? Could you please clarify?
            
From: Guest   Date: September 10 2008, 12:41
we recieve dconfirmation form
PayPal of an order for a photograph and they assigned an item number 154 to
the transaction

We couldn't relate 154 to our numbering system and couldn't determine which
photograph she is ordering.
                  
From: Encaps   Date: September 10 2008, 23:06
Please make sure IPN (Instant Payment Notification) url is properly configured.
Now you may check your item #154 in this way: encapsgallery/admin/catalog.php?action=show_custom&id=154

From: Guest   Date: September 09 2008, 06:52
Do you have to be a paying member to get support?
      
From: Encaps   Date: September 09 2008, 15:09
Sorry what?
            
From: Guest   Date: September 09 2008, 22:14
Please see the post from Aug. 20, 2008, also since that time I have tried creating a new catagory and moving it there to try and delete the whole thing. Yet same results.

Thank you.

From: Guest   Date: September 08 2008, 15:03
Hi. I have purchased the code and have a quick question. I want to add fields to the database and display them using a line such as the following:

<?php echo htmlentities($item['new_stuff'])?>

Other than the catalog.html file for the particular skin I am using, what other files do I need to edit to allow the application to access this new database field?

I don't need any information about the database changes, only what php changes are required.

Thanks,

Chuck
      
From: Encaps   Date: September 08 2008, 16:34
Thank you for your purchase.
For add new fields, you need to change the following files: html/_skin_/catalog.html,html/_skin_/catalog_custom.html,
admin/html/catalog.html,admin/html/catalog_custom.html,/core/catalog.class.php
            
From: Guest   Date: September 08 2008, 17:10
Thanks! Already started working through it, but this is helpful. Appreciate it. Great product. Simple and well built.

Are there security concerns with having the dir where the images are strored be set to 777? Is there a way to lock this down?
                  
From: Encaps   Date: September 09 2008, 11:46
Thank you for the feedback.
You are right, it's better to not make a dir world-writable, but in this case you will not be able to upload images;
It's possible to upload files only from back-end;
EncapsGallery doesn't allow to upload executable scripts, only images;

From: Guest   Date: September 01 2008, 10:18
Hello,

I have the registered copy of this software and i need to know what file is the paypal buy button located in?

I'm using Linklok Paypal for digital downloading of my products and i have to add some code to the button for an auto return to a download page i created after paypal payment confirmation. Below are the Linklok instructions and the code i need to add.

Linklok will display a predefined download page after a transaction
if linklokipnret.php is set as the return page on a Paypal Buy button
like this:-
<input type="hidden" name="return" value="http://***.yoursite.com/linklokipnret.php">
<input type="hidden" name="rm" value="2">
Instead of the predefined page you can create a custom template
in html format that will be used instead. Within this template you
can use the same variable placeholders as described for the email
template to personalise the page and display product download
links etc. You should ensure that any links to other pages or
graphics within this page are absolute URL’s or relative to the
location where you installed linklokipn.php.

Thanks for your time and thanks for an awesome script!!!

      
From: Guest   Date: September 01 2008, 10:47
I basicly just need to know where to insert the code in the buy button.
            
From: Encaps   Date: September 01 2008, 11:18
The "buy" button is located in the shopcart.php
                  
From: Guest   Date: September 01 2008, 12:02
Can you tell me where i need to insert the two lines of code in the shopcart.php so it works correctly?

Thanks for your time...........much appreciated!!
                        
From: Encaps   Date: September 01 2008, 12:25
I guess after the line #50 from shopcart.php:
<input type="hidden" name="notify_url" value="<?php echo $config["sc_ipn_url"]?>">

From: Guest   Date: September 01 2008, 00:51
i'am running encaps gallery on www.*********.co.cc/imagegallery/

but i'am not able to install the gallery.......

please have a look at this every time i give my username and password the error msg displayed is:

Unable to connect the database host *****.****.net with username ********* and password *********
Access denied for user '********'@'***.***.***.**' (using password: YES)


what should i do?
      
From: Encaps   Date: September 01 2008, 06:52
Please make sure the database exists, and you use valid username and password

From: Guest   Date: August 30 2008, 06:25
i am running your software at http://***.******.***/encapsgallery/

and on th ebottom of the page there is a symbol set as follows



can you please explane whjat this this is and how i remove it from the age

i cannot find it in th ecode but not sure which page i am lookin g at

thanks

      
From: Encaps   Date: August 30 2008, 11:53
Could you please show me your catalog_foot.html?
            
From: Encaps   Date: August 30 2008, 13:15
The symbol you noticed is hardcoded into catalog_foot.html - so you need to edit/remove the symbol from catalog_foot.html

From: Guest   Date: August 26 2008, 11:58
I have just bought the gallery and want to remove the copyright. How do I do that without effecting the customization to the demo verison I have started with.
      
From: Encaps   Date: August 26 2008, 12:27
So you may overwrite core/catalog.class.php

From: Guest   Date: August 23 2008, 14:04
Hi,

I'm rather enjoying breezy, easiness of setting up a site with encaps.

I wondered whether I can use a Google checkout as opposed to the PayPal one?
      
From: Encaps   Date: August 26 2008, 08:49
If you need to change shopcart behaviour, you could edit shopcart.php, shopcart_ipn.php, core/shopcart.class.php

From: Guest   Date: August 22 2008, 13:01
is it possible to have th enotification email being sent to one email address and the payment going into a differant email adress in pay pal?
      
From: Encaps   Date: August 23 2008, 03:27
If you are familiar with php, you may run function Misc::send_mail($_from_name,$_from_email,$_to,$_subject,$_message)
at the bottom of the shopcart_ipn.php.

From: Guest   Date: August 21 2008, 14:50
I have been looking for documention on your support & how to pages on setting up paypal and have not found what I am looking for yet. I have bought and installed your software and want to run a transaction through my Paypal merchant account. If I put my merchant email address in the config.ini.php file but when I test the shopping card proceed to pay process, I see that email address. If I am testing as if I am a customer buying an item, I should enter my customer payment and/or Paypal information. That is how it works on my other ecom apps that I developed. Can you let me know where I can find the documentation on the Paypal process or send me the details on how to do it? I prefer to use your program features and not try to program my own logic to handle this. Thanks.
      
From: Encaps   Date: August 21 2008, 15:02
For send a transaction to your PayPal account you need to do the following:
1) go to admin/catalog_cfg.php
2) turn on "Shopcart: active" checkbox
3) enter your "Business e-mail" - paypal e-mail
4) turn on "PayPal" radio button
5) fullfill "Instant Payment Notification (IPN) URL" - http://***.php


Encaps © 2005-2010 PHP Gallery | Live Demo | Free Download | Support Forum | How To | Contact
?>