|
|
|
|
From: Guest Date: March 11 2010, 05:23
|
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@linnaweekly.asian-developer.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at linnaweekly.com Port 80 |
|
|
|
From: Encaps Date: March 11 2010, 08:54
|
| How may I help? |
|
|
|
From: Guest Date: March 10 2010, 15:20
|
Greetings,
Great script!!
I'd like to remove some of the item parameters and force the following on the new item page:
thumbnail: auto
align: left
width: 600 (maintain aspect if possible)
category: /
enabled: check
Thanks in advance. |
|
|
|
From: Encaps Date: March 11 2010, 12:40
|
You could edit admin/html/catalog_item.html, replace html tags you listed with hidden fields, for example:
you could replace
<tr>...Thumbnail...</tr>
with
<input type="hidden" name="thumb_static" value="no">
Something like this |
|
|
|
From: Guest Date: March 10 2010, 12:31
|
Hi
We purchased your product a few days back.
How do we make the image open in a new window when we click on the thumbnail.
Thanks
Vaughn |
|
|
|
From: Encaps Date: March 11 2010, 08:51
|
You need to edit catalog_items.html, add the code
target="_blank"
into the img tag |
|
|
|
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? |
|
|