|
|
|
|
From: Guest Date: January 16 2010, 07:06
|
Hi
How do I empty the shopping cart, its been spammed somehow with bogus orders!!
Regards Keith Sizer |
|
|
|
From: Encaps Date: January 19 2010, 10:02
|
Hello Keith,
for now you can empty out shopcart only from phpMyAdmin. I'm working on the "delete" feature, will let you know |
|
|
|
From: Guest Date: January 12 2010, 12:53
|
Is there a way to change the banner with each category?
Thanks
Khajag |
|
|
|
From: Encaps Date: January 12 2010, 16:22
|
| Sorry, what banner would you like to change? |
|
|
|
From: Guest Date: January 12 2010, 18:00
|
Thanks for the reply. I was talking about the main banner (Refresh template). Anyway, I made it, now I can apply a new banner for each category.
Thanks much |
|
|
|
From: Guest Date: January 08 2010, 16:42
|
Is there a way to offer multiple print sizes at different prices?
I.E 7x5, 8x6 10x8 etc
Thank you. |
|
|
|
From: Encaps Date: January 09 2010, 02:05
|
| Unfortunately no |
|
|
|
From: Guest Date: January 07 2010, 20:47
|
Hi,
I downloaded this sciprt with the templates and the default script works great but when I uploaded the templates the catalog.php file is missing in each one, where can I find this file? It is required.
Morris |
|
|
|
From: Encaps Date: January 08 2010, 02:45
|
You are right - there is no catalog.php in the templates;
when you need to apply different template, you just extract relevant
template directory contents |
|
|
|
From: Guest Date: January 05 2010, 11:19
|
Is it possible to change either the size and or the font in the Captcha code
David |
|
|
|
From: Encaps Date: January 05 2010, 11:29
|
Unfortunately there is no simple way to just change (without customization) the font in the captcha code - there is generic simple font used
|
|
|
|
From: Guest Date: January 05 2010, 12:17
|
Ok Thanks - can live with the font OK but would have really liked to make it slightly larger.
Thanks anyway |
|
|
|
From: Guest Date: January 04 2010, 02:15
|
During or after a batch FTP upload, is there any way to set the item price to a default, rather than add it in to each item manually once the images are uploaded? My client is going to be uploading alot of images at one time that will all have the same sale price, was hoping he could set that for them in one go.
Thanks for any help or advice... |
|
|
|
From: Encaps Date: January 04 2010, 11:12
|
Simple quick way is to add a line #39 into admin/catalog_tools.php:
$fields["price"] = 10;
Let me know |
|
|
|
From: Guest Date: January 19 2010, 17:47
|
| Thanks heaps worked a treat. |
|
|
|
From: Guest Date: January 03 2010, 15:56
|
Can I remove the shopping cart function?
What files do I need to modify?
Thanks |
|
|
|
From: Encaps Date: January 04 2010, 11:06
|
a) If you'd like to hide the shopping cart features, you could just to set $config['shopcart_is_enabled'] = '';
from config.ini.php
b) if you'd like to remove all shopping cart related functions from the code, you need to
1) delete the files
/core/shopcart.class.php
shopcart.php
shopcart_ipn.php
shopcart_preview.html
admin/shopcart.php
2) remove the reference from catalog_head.html:
<?php if($config["shopcart_is_enabled"]==1){?>
...
<?php } ?>
Let me know |
|
|
|
From: Guest Date: December 28 2009, 16:43
|
Hi,
I would like to have 2 prices for each photo, e.g. 4x6=$5 and 8x10=$10, how do I implement that?
Thanks in advance,
John |
|
|
|
From: Encaps Date: December 29 2009, 16:31
|
| Hello John, customization required. |
|
|
|
From: Guest Date: December 22 2009, 13:16
|
Hi I have installed the demo http://***.************.**/index.php
works great big question can I use the shopping cart via my other site ***.************.** can someone upload their own image to the cart kinda short circuiting my current system wjich is not very user friendly
|
|
|
|
From: Encaps Date: December 22 2009, 15:17
|
Hello Keith, unfortunately I can't reach you using the e-mail address you provided.
|
|
|
|
From: Guest Date: December 20 2009, 05:44
|
Hello,
ik have the Dhtml template.
How to change the column rows for the thumbnails? i can't find it in the code :(
it doens't stand in the catalog_items.html
thnx |
|
|
|
From: Encaps Date: December 20 2009, 10:24
|
Check Dhtml/catalog_items.html, the lines #120-137
|
|
|