|
|
|
|
From: Guest Date: April 08 2009, 08:02
|
How to display thumbnails under the category name on the main gallery page?
Thank you in advance. |
|
|
|
From: Encaps Date: April 08 2009, 13:59
|
| Could you please show me the URL? |
|
|
|
From: Guest Date: April 08 2009, 14:41
|
Sure, here it is.
http://***.************com/gallery/index.php
thanks |
|
|
|
From: Encaps Date: April 08 2009, 14:52
|
Thank you for the URL.
What Encaps version do you use?
You could modify index.php to:
<?php include("catalog_categs.php")?>
So, categories landing page will be default, and there are categories thumbnails.
Let me know if you have any questions |
|
|
|
From: Guest Date: April 08 2009, 15:08
|
The version i have is - 2.3.15
I tried that, but there are no thumbnails, just the name and a vertical line. I you could look at it again, you will see what i'm talking about.
Thanks again. |
|
|
|
From: Encaps Date: April 08 2009, 15:16
|
What about admin/catalog_categs.php?
Did you assign a thumbnail to the "Main" category? |
|
|
|
From: Guest Date: April 08 2009, 15:29
|
how do i assign thumbnail to a category?
can this be a random image from the category itself? |
|
|
|
From: Encaps Date: April 08 2009, 15:49
|
Ok, go to admin/catalog_categs.php, click "Edit","Browse" and select a thumbnail you'd like to assign
It will not be a random image from the category itself - you will specify the thumbnail |
|
|
|
From: Guest Date: April 08 2009, 15:59
|
OK, that worked. Thanks
Is there a way to have a random image from the category itself to show up as a thumbnail? |
|
|
|
From: Encaps Date: April 08 2009, 16:23
|
Add the following code into catalog_categs.html, line #4:
<?php
$result = $catalog->items_gets_by_categ($categ["id"]);
$categ["img"]=$result["items"][rand(1,count($result)-1)]["file_thumb"];
?>
|
|
|
|
From: Guest Date: April 08 2009, 17:02
|
I did, but it's still not working.
Seems like it does not specify and image file.
Any ideas? |
|
|
|
From: Encaps Date: April 09 2009, 13:50
|
| Send me your catalog_categs.html |
|
|
|
From: Guest Date: April 06 2009, 13:50
|
In my catalog_head.php file in the header it is giving me this message:
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
I had my site up and working for several months using encaps gallery and then it just stopped working.
How do I fix this problem? |
|
|
|
From: Encaps Date: April 06 2009, 15:31
|
Could you please contact me with Instant Messenger?
I'm now sure I understood the issue.
I mean nothing wrong with that line - it's just direction for a browser to do not cache the page. Please contact me with IM. |
|
|
|
From: Guest Date: April 05 2009, 11:57
|
Where do it change the lauguage of the shoppingcart: countine shopping ect. ?
And the same for the overall index: Catagories ect? |
|
|
|
From: Encaps Date: April 05 2009, 12:15
|
| You could edit html templates |
|
|
|
From: Guest Date: April 03 2009, 02:47
|
hi,
I change the server and its started giving these error. How can it be fixed.?
"
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 7"
|
|
|
|
From: Encaps Date: April 03 2009, 10:41
|
I noticed there html output before session_start():
<form action="" method="get"></form><style type="text/css">
<!--
body {
background-color: #99CCFF;
}
-->
Please do not produce any output before session_start(), or move session_start() at the top.
|
|
|
|
From: Guest Date: March 27 2009, 14:54
|
Hi
Can you please advise how I configure encaps for selling downloadable desktop background images.
Do I have to send the images attached in an email after they have purchased or is there an easier way to do this?
Thanks in advance
Jade Ashcroft |
|
|
|
From: Encaps Date: March 27 2009, 15:04
|
| There is no way to just configure - additional customization required |
|
|
|
From: Guest Date: March 27 2009, 16:03
|
Thanks for your reply.
As I am doing this site myself, and I am no expert programmer, is there any documentation that you can point me to?
Thanks
Jade |
|
|
|
From: Encaps Date: March 27 2009, 16:32
|
| Some users say Encaps code is pretty simple to understand and documentaion is not needed. But if you are not experienced programmer, it would be easy for you to just manually attach the files after purchase, as you described. But imagine you business grows and you receive hundreds of purchases every day, so this solution will not be good - you need to automate this process somehow. There are some ready solutions to sale digital goods (e.g. eCommerce), but the main goal and advantage of Encaps software is extremely FLEXIBILITY, so I implemented only common general features you can extend by yourself, if you are programmer. If not, I think it will be better to find some ready solution that covers all your requirements, or hire experienced programmer, or improve your programming skills. |
|
|
|
From: Guest Date: March 25 2009, 10:25
|
| Is there a way of adding size options to a product? |
|
|
|
From: Encaps Date: March 27 2009, 15:02
|
| Only by implementing additional php functions |
|
|
|
From: Guest Date: March 24 2009, 06:38
|
hi,
is it possible to change the searchform so that it accepts "space"(between words) and "_" ?
thanks |
|
|
|
From: Encaps Date: March 24 2009, 13:24
|
Check /core/catalog.ctl.php,
function search($keywords_get)
$keywords_split = preg_split("/[s,]+/", $keywords_get); |
|
|
|
From: Guest Date: March 25 2009, 08:24
|
thanks, my php is not that good, have to change this
"/[s,]+/" to what that the whitespce and the _ will work ? |
|
|
|
From: Guest Date: March 31 2009, 03:56
|
| mayday, cant find the solution |
|
|
|
From: Encaps Date: March 31 2009, 11:55
|
Modify catalog.php: change the line #29
from
$_GET["search"] = preg_replace("/[^a-z0-9,]/i","",$_GET["search"]);
to
$_GET["search"] = preg_replace("/[^a-z0-9,_ ]/i","",$_GET["search"]); |
|
|
|
From: Guest Date: March 21 2009, 04:37
|
good morning sir,
can you help me to change the schopcard.php so that the email, that is send (to admin,customer), will not show the price and the total price ? i know it has to be somewhere here:
line 137
{
$i++;
$item_catalog = $catalog->items->get("WHERE id=".$item_cart['id']);
$message .= " <tr bgcolor='#EFEFEF'><td align='left'>".$item_catalog['title']."</td><td>$".$item_catalog['price']."</td><td>".$item_cart['qty']."</td><td>$".$item_cart['qty'] * $item_catalog['price']."</td></tr>";
}
thanks andrew for helpin me out ...
have a great weekend sir |
|
|
|
From: Encaps Date: March 22 2009, 10:23
|
You are right, just remove
$item_catalog['price']
and
$item_cart['qty'] * $item_catalog['price'] |
|
|
|
From: Guest Date: March 12 2009, 16:19
|
SQL Error: Create tables.
when installing the catalog, it returns a list of errors:
SQL error:[ CREATE TABLE `encaps_base_items` ( `id` int(11) NOT NULL auto_increment, `rank` int(11) default NULL, `is_visible` tinyint(4) default NULL, `title` varchar(255) default NULL, `description` text, `updated_at` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE = MYISAM ; ]You have an error in your SQL syntax near 'ENGINE = MYISAM ; ' at line 10
and so on. I've checked and reset my db users and passwords, but no luck. Thanks! |
|
|
|
From: Encaps Date: March 12 2009, 16:40
|
I guess your MySQL server may not support MYISAM tables(?). Please edit /admin/catalog_db_install.php and replace MYISAM with InnoDB.
Let me know. |
|
|
|
From: Guest Date: March 11 2009, 09:13
|
Can I email you directly so that no one else can get my information?
Can you provide me with your email? |
|
|
|
From: Encaps Date: March 11 2009, 13:18
|
| Yes, please, use contact page encaps.net/contact.php |
|
|