|
|
|
|
From: Guest Date: March 10 2010, 07:00
|
| If a catagory image is pressed that contains sub catagories in it. How can these sub catagory images be made to show in the next window? |
|
|
|
From: Encaps Date: March 10 2010, 08:46
|
| Sorry, what? |
|
|
|
From: Guest Date: March 09 2010, 19:30
|
| Is it possible to allow for anonymous guest upload? |
|
|
|
From: Guest Date: March 09 2010, 20:07
|
Oops, sorry found the thread regarding this..
|
|
|
|
From: Guest Date: March 08 2010, 14:10
|
http://***...........com/catalog.php?categ_id=6
Let take for the above url as example.... I have bought ur script. but unable to modify the following part.
I want to display each individual catagory section name on their thumbs page section... since all catagory is showing commonly and the highlighted section name is also showing along with all other catagory, i want to show only the highlighted section name only when that section is browsed by user... pls suggest me how to modify the script.
A. R. Roy
Order Number : ********** |
|
|
|
From: Encaps Date: March 09 2010, 08:44
|
Try this code:
<?= $html['category']['title']?> |
|
|
|
From: Guest Date: March 09 2010, 10:31
|
<?= $html['category']['title']?>
Dear Sir,
Thanking you for your reply. Kindly suggest where to put the above link.
with regards
Arup |
|
|
|
From: Encaps Date: March 10 2010, 08:47
|
| You could use this code from catalog_items.html |
|
|
|
From: Guest Date: March 07 2010, 06:17
|
I have a time zone issue. The time and dates stored in the encaps admin, in the shopcart customer list are out be around 7 hours. Can this be fixed in the code or would it be a hosting issue?
I'm from Australia.
My MS Windows is correctly time zoned too. |
|
|
|
From: Encaps Date: March 09 2010, 08:43
|
You could adjust time at the webserver, or replace the line #33 from admin/shopcart.php:
<?php echo date("Y-m-d H:i:s",strtotime($item["payment_date"])+60*7)?>
|
|
|
|
From: Guest Date: March 07 2010, 01:45
|
I downloaded encaps :
and the templates file:
Where do I copy the templates to : ?
How do I activate a different template : ?
Dont see settings in admin to change templates : ?
We like your product -
We are are testing - will buy, if good enough.
what are the useful benefits to buy the code ??
regards,
Stephane |
|
|
|
From: Encaps Date: March 07 2010, 02:29
|
Hello Stephane,
to "activate" a template, let's say "Acd", you just copy encaps_templates.zip/Acd/* into your installed encaps
After you purchase the source you will just remove bottom ad link
|
|
|
|
From: Guest Date: March 07 2010, 02:54
|
Hi Andrew,
Thanks - We just bought your product a few minutes ago.
Wish us luck.
Stephane. |
|
|
|
From: Guest Date: March 05 2010, 19:46
|
I want to list the item names in catalog_items.html in a drop down menu form. How can this be done?
Thanks |
|
|
|
From: Guest Date: March 06 2010, 02:12
|
Worked it out. Thanks
<form>
<select name="menu">
<?php foreach($html['items'] as $item){?>
<option value="shopcart.php?action=add&item_id=<?php echo $item['id']?>"><?php echo $item["title"]?>
<?php if($config["shopcart_is_enabled"]==1){?>
$<?php echo sprintf("%.2f",$item['price'])?></option>
<?php } ?>
</p>
<?php } ?>
</select>
<input type="button" onClick="location=this.form.menu.options[this.form.menu.selectedIndex].value;" value="Add to Cart">
</form> |
|
|
|
From: Guest Date: March 03 2010, 19:49
|
| hello i purchased this app i would like to know if is possible to integrate to my current website if so how can i do that? |
|
|
|
From: Guest Date: March 02 2010, 17:31
|
Hi
I have a problem with uploading some files, i have imported the files using the ftp function but some files didn't upload at all and some don't have a thumbnail. When i manually want to upload files and thumbs I get this error "Warning: File upload failed - please check rwx_gallery and rwx_gallery/thumbs permissions". Strange because most files did work. What am I doing wrong :) |
|
|
|
From: Encaps Date: March 02 2010, 18:03
|
What encaps version do you use?
Please provide me with detailed instructions how can I repeat the issue on your side
|
|
|
|
From: Guest Date: February 26 2010, 06:50
|
How can I put a remove button in the "shopcart_preview.html" page to remove purchase items?
Like in the same way its done in "shopcart.php"
|
|
|
|
From: Encaps Date: February 26 2010, 16:25
|
Try this:
a href="?action=recalc&del_<?php echo $item_cart['qty']?>">Del</a |
|
|
|
From: Guest Date: February 27 2010, 15:53
|
I'm not sure what is happening, but when I used that line it and tried to delete an item it didn't seem to work. This then helped me realize my "add to cart" doesn't seem to work correctly. When I press the "add to cart" it will add that item and show it added as qty 1 as it should. If I try to add the same item again to 'the cart' the qty for that item will stay at 1. It won't increase to 2, unless I manually type it in the 'shopcart.php' window qty column.
I know the issue isn't ‘a href="?action=recalc&del_<?php echo $item_cart['qty']?>">Del</a’ because my problem happens without without the code being altered.
Where could I look to correct the ‘add to cart’ issue?
Thanks
|
|
|
|
From: Encaps Date: March 01 2010, 09:53
|
It should not increase the quantity if you click "add to cart" multiple times
|
|
|
|
From: Guest Date: March 01 2010, 16:05
|
| Thanks. I thought I may have altered the code accidentally. |
|
|
|
From: Guest Date: February 23 2010, 12:07
|
| I purchased the source file two years ago, how to update? |
|
|
|
From: Encaps Date: February 23 2010, 13:24
|
| Please provide me (private e-mail) with your purchase id or date, you e-mail address |
|
|
|
From: Guest Date: February 23 2010, 14:59
|
| Which email ? |
|
|
|
From: Encaps Date: February 23 2010, 18:00
|
| www.encaps.net/contact.php |
|
|
|
From: Guest Date: February 23 2010, 22:24
|
| Thanks, I got the new version. |
|
|