|
|
|
|
From: Guest Date: February 22 2010, 06:35
|
I would like to mod_rewrite the urls for searchengine friendly urls.
at step #4 you tell to edit catalog.php
But it's encrypted, as I use the free version.
Can I get this change done without buying the source?
Maybe you could send ma a edited version of catalog.php with encryption, so I can just copy-paste ?
Thanks |
|
|
|
From: Guest Date: February 20 2010, 13:11
|
who to make Gatalog main pics bigger?
they are about 70x100
i would like 200x300 px |
|
|
|
From: Guest Date: February 21 2010, 09:36
|
| i used auto upload in admin panel, but its not exactly what i want.please let me know what to change to make thumbnail pic bigger |
|
|
|
From: Encaps Date: February 21 2010, 12:24
|
Please check config.ini.php:
$config['file_thumb_size'] = '100';
|
|
|
|
From: Guest Date: February 19 2010, 11:10
|
| Hello i have downloaded Encaps Shopcart and i want the button [Add to card] to be shown in gallery.how to do it? |
|
|
|
From: Encaps Date: February 19 2010, 14:41
|
| PLease check the param "shopcart_is_enabled" from config.ini.php |
|
|
|
From: Guest Date: February 15 2010, 03:31
|
How do I get images showing side by side like 1 2
3 4
5 6
in refresh catalog.php? |
|
|
|
From: Encaps Date: February 15 2010, 15:37
|
| You could use encaps_templates/shopcart/catalog_items.html as example |
|
|
|
From: Guest Date: February 13 2010, 08:15
|
Hi ya
About changing currency?
cant find these files!
Files: "html/_skin_/catalog.html", "html/_skin_/admin/catalog_custom.html"
Regards Keith Sizer |
|
|
|
From: Encaps Date: February 13 2010, 13:01
|
Hello Keith,
you could do global substitute of the following characters:
>$<
to different currency, for example to:
>€<
Let me know if you have any questions
|
|
|
|
From: Guest Date: February 12 2010, 20:05
|
BUY SOURCE
HEY GUYS BUY BUYING THE SOURCE MEANS THAT I WILL BE ABLE TO EDIT ALL THE SCRIPTS TO MY NEEDS?
CAUSE NOW ALL THE CODE IS ENCODED!
AMAZING SCRIPT! |
|
|
|
From: Encaps Date: February 13 2010, 04:54
|
| You are right - you will get native php script |
|
|
|
From: Guest Date: February 13 2010, 06:25
|
| price when down to!nice |
|
|
|
From: Guest Date: February 12 2010, 07:22
|
| I installed the gallery the other day and it is amazing... However, I have been working very late into the nights and as a result I'm losing pieces of what's left of my mind. I have forgotten the username and password I set up for my encaps gallery... where is it? haha... can I retrieve it or do I need to re-install the whole thing? |
|
|
|
From: Encaps Date: February 12 2010, 10:08
|
Hello,
thank you for your feedback.
You can check admin user name and password from config.ini.php |
|
|
|
From: Guest Date: February 09 2010, 05:24
|
| how to remove "encaps php gallery" to catalog.php?categ_id=3 pages? pls reply soonnnnnnn |
|
|
|
From: Encaps Date: February 10 2010, 12:22
|
| You can remove the link after you purchase the source file |
|
|
|
From: Guest Date: February 04 2010, 02:21
|
I want to know if there is a way to change the appearance of certain categories?
may i change the "dogs" category background and text to be different then "cats" category?
thank you |
|
|
|
From: Encaps Date: February 04 2010, 05:34
|
| Could you please show me some example? |
|
|
|
From: Encaps Date: February 04 2010, 18:08
|
So you could create different templates, let's say catalog_items_cats.html,catalog_items_dogs.html,
then in the catalog.php you set
if($html['categ']['title']=='cats')
include("catalog_items_cats.html");
else if($html['categ']['title']=='dogs')
include("catalog_items_dogs.html");
else include("catalog_items.html"); |
|
|
|
From: Guest Date: February 02 2010, 22:03
|
I am getting this error on my index page.
Warning: Invalid argument supplied for foreach() in /home/content/s/c/h/schochequipmen/html/equipment/catalog_head.html on line 32
and
Warning: Invalid argument supplied for foreach() in /home/content/s/c/h/schochequipmen/html/equipment/catalog_head.html on line 53
Everything worked fine on my test server which is windows, but the production server in linux. |
|
|
|
From: Encaps Date: February 03 2010, 10:25
|
Please show me the issue on your production server
What Encaps version do you use? |
|
|
|
From: Guest Date: February 03 2010, 12:14
|
v2.3.18.3 purchased the source.
Here is the URL
http://www.******.com/equipment/ |
|
|
|
From: Encaps Date: February 04 2010, 18:09
|
| Fixed common.ini.php |
|
|