|
|
|
|
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
|
|
|
|
From: Guest Date: August 20 2008, 01:19
|
Hi I have installed the script, and all seems to work well, except for this one little issuse. Please look at this link
http://***.com/encapsgallery/index.php?action=show_custom&id=65&cat=1 you will see under the image i have included some code for people to copy so they can post on their pages. However, I have changed my mind and it wont let me delete it or the image.
Is there another way?
Thank you,
Loretta |
|
|
|
From: Guest Date: August 27 2008, 12:05
|
| Can anyone help with this? |
|
|
|
From: Guest Date: August 19 2008, 13:38
|
| How do I implement a swf that reads a xml file. |
|
|
|
From: Encaps Date: August 19 2008, 16:30
|
Tutorial:
www.kirupa.com/developer/flashcs3/using_xml_as3_pg1.htm |
|
|
|
From: Guest Date: August 19 2008, 13:33
|
It won't work with the pop up function you told me yesterday :(
I tried to copy the hole code in the catalog.html but it didn't work so i split it into the catalog.html and the catalog_head.html in the root folder. Here's the code
catalog.html
<table class="tbl">
<tr><th colspan="3">
</th>
</tr>
<tr>
<td align="center">
<table>
<tr>
<<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no, scrollbars=no,resizable=yes,copyhistory=no,width=200,height=200,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
<a title="Zoom: <?php echo $item["title"]?>"
href="javascript:popupWindow('popup_image.php?id=<?php echo $item["id"]?>')" ><img src="./rwx_gallery/thumbs/<?php echo $item["filename_thumb"]?>" alt="<?php echo $item["title"]?>" align="right"></a>
popup_image.php:
<?php
include("catalog_head.php");
$html["item"] = $gallery->get_custom($_GET["id"]);
?>
</tr>
</table>
</td>
</tr>
</table>
catalog_head.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://***.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php echo $html["item"]["title"] ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT" >
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" content="no-cache">
<link href="html/<?php echo $config['path']?>/catalog.css" type="text/css" rel="stylesheet">
<script language="javascript"><!--
var i=0;
function resize() {
i=0;
// if (navigator.appName == 'Netscape') i=40;
if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+70-i);
self.focus();
}
//--></script>
</head>
<body bgcolor="#fca205" onload="resize();">
<img style="border:1px solid #7f9db9" src="rwx_gallery/".$html["item"]["filename_normal"] ?>" border="0" alt="<?php echo $html["item"]["title"] ?>" title="<?php echo $html["item"]["title"] ?>" ></body>
I hope you can see where I made a mistake. Thanks a lot again =) |
|
|
|
From: Guest Date: August 19 2008, 09:12
|
| How do I make just one watermark and not so many on top of the photo |
|
|
|
From: Encaps Date: August 19 2008, 09:25
|
| By customizing core/watermark.php |
|
|
|
From: Guest Date: August 17 2008, 16:03
|
Hi,
Are you available for some integration work? I have a page that needs help. You can see the page at http://***.com/test/galleries.html
The "Empire of the Sun" is the title of the category.
The 8 black sqaures are 50 x 50 thumbnails.
The blank area to the right is where the image should be and sized 400 x 400. The name of the image should be under the image.
The numbers 1-4 are category links.
Can you do this? How much? What do you need from me?
|
|
|
|
From: Encaps Date: August 18 2008, 08:36
|
| Sorry, very busy schedule |
|
|
|
From: Guest Date: August 16 2008, 07:24
|
I decided to open the full view in a new window so i put the target="_Blank". It is possible to open that window in a popup in the size of the picture?
Because I removed all the texts and the next|previous Page function.
If this is possible I got the perfect Image Gallery around the WWW =)
Thanks in advance again ;) |
|
|
|
From: Encaps Date: August 18 2008, 08:47
|
encapsgallery/html/shopcart/catalog.html:
<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=200,height=200,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
<a title="Zoom: <?php echo $item["title"]?>"
href="javascript:popupWindow('popup_image.php?id=<?php echo $item["id"]?>')" ><img src="./rwx_gallery/thumbs/<?php echo $item["filename_thumb"]?>" alt="<?php echo $item["title"]?>" align="right"></a>
popup_image.php:
<?php
include("catalog_head.php");
$html["item"] = $gallery->get_custom($_GET["id"]);
?>
<html >
<head>
<title><?php echo $html["item"]["title"] ?></title>
<script language="javascript"><!--
var i=0;
function resize() {
i=0;
// if (navigator.appName == 'Netscape') i=40;
if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+70-i);
self.focus();
}
//--></script>
</head>
<body onload="resize();">
<img style="border:1px solid #7f9db9" src="rwx_gallery/".$html["item"]["filename_normal"] ?>" border="0" alt="<?php echo $html["item"]["title"] ?>" title="<?php echo $html["item"]["title"] ?>" ></body>
</html> |
|
|
|
From: Guest Date: August 19 2008, 07:42
|
It won't work...
I tried to copy the hole code in the catalog.html but it didn't work so i split it into the catalog.html and the catalog_head.html in the root folder. Here's the code
catalog.html
<table class="tbl">
<tr><th colspan="3">
</th>
</tr>
<tr>
<td align="center">
<table>
<tr>
<<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=200,height=200,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
<a title="Zoom: <?php echo $item["title"]?>"
href="javascript:popupWindow('popup_image.php?id=<?php echo $item["id"]?>')" ><img src="./rwx_gallery/thumbs/<?php echo $item["filename_thumb"]?>" alt="<?php echo $item["title"]?>" align="right"></a>
popup_image.php:
<?php
include("catalog_head.php");
$html["item"] = $gallery->get_custom($_GET["id"]);
?>
</tr>
</table>
</td>
</tr>
</table>
catalog_head.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://***.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php echo $html["item"]["title"] ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT" >
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" content="no-cache">
<link href="html/<?php echo $config['path']?>/catalog.css" type="text/css" rel="stylesheet">
<script language="javascript"><!--
var i=0;
function resize() {
i=0;
// if (navigator.appName == 'Netscape') i=40;
if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+70-i);
self.focus();
}
//--></script>
</head>
<body bgcolor="#fca205" onload="resize();">
<img style="border:1px solid #7f9db9" src="rwx_gallery/".$html["item"]["filename_normal"] ?>" border="0" alt="<?php echo $html["item"]["title"] ?>" title="<?php echo $html["item"]["title"] ?>" ></body>
|
|
|
|
From: Guest Date: August 16 2008, 04:33
|
Hey anybody :)
I like this gallery script and it is exactly those kind I need =)
Now my question:
I use the standard shopcart layout and modiefied a bit.
Now I want to disable that you can click on the photos to get the full sized image. There should be only the thumbnails for the visitors.
I think it is easy to realize for expirienced users ;)
Thanks in advance =) |
|
|
|
From: Encaps Date: August 16 2008, 04:45
|
| encapsgallery/html/shopcart/catalog.html, line #30: remove html tags <a...> and </a> before and after the <img...> |
|
|