|
|
|
|
From: Guest Date: April 28 2008, 17:52
|
| Can a gateway like "authorized.net" be added to your shopping cart? |
|
|
|
From: Encaps Date: April 29 2008, 03:47
|
| Unfortunately no |
|
|
|
From: Guest Date: April 27 2008, 14:28
|
| I'm a buyer, and Im trying to set up my thumbnails from different sources. can i set up the thumbnail image to be accessed from both an outside url http://***..... or the rwx_gallery internally, either or? I have some thumbnails hosted from another domain and some thumbnails are hosted locally. thanks. |
|
|
|
From: Encaps Date: April 29 2008, 03:47
|
| Unfortunately no |
|
|
|
From: Guest Date: April 26 2008, 14:33
|
Hi admin,
I am buyer LJ Jun.
Now meet some problem for the photo gallery,
I need some coding changes for the ID ascending and descending problem.Hope admin can made a little favor for me.
When i upload my latest photo. it show at the behind page.
can i made it show at the front?
coz it made alot of trouble for user.
they need to click and view the last page to find out the lastest updated images/photo.
From Buyer,
LJ Jun
|
|
|
|
From: Encaps Date: April 29 2008, 02:36
|
You may change sql-query from /core/catalog.class.php,
line #134:
from
$query .= " ) AND is_visible='on' ORDER BY position, title";
to
$query .= " ) AND is_visible='on' ORDER BY id DESC, title"; |
|
|
|
From: Guest Date: April 29 2008, 02:57
|
Thx for your reply admin,
I hope next version can add in function "time" .
and sort by time.
I think it more flexible for user to sort by function time to check for the latest pieces. =)
Regards,
LJ JUN |
|
|
|
From: Guest Date: April 26 2008, 10:16
|
Hi,
how can I create category/image navigator (with links)?
Example from demo:
Catalogue » Electronics » Digital Cameras
but there is no links for Catalouge, Electronics and Digital Cameras...
Thanks!
Bojan |
|
|
|
From: Guest Date: April 24 2008, 23:23
|
| hi admin, I want to create a "news" page, how to write code that automatic display like "totla catalog", "upload time", that day "every catalog upload numbers", "every catalog", had upload. I have 3 "totla catalog" |
|
|
|
From: Guest Date: April 24 2008, 16:03
|
| if I have the thumbnail generator "off" will it cause a problem or conflict to display different thumbnail sizes varying from category to category. so if I had thumbnails for category "1" that are 150x150, would that be a problem if I had thumbnails for category "2" which were 120x160? would it display them both, as is, without alteration as long as the thumbnail table html is at least 160x160? thanks. |
|
|
|
From: Encaps Date: April 24 2008, 16:48
|
There is free demo available for download.
You may try it out and estimate will it be ok for you or not. |
|
|
|
From: Guest Date: April 24 2008, 11:44
|
| Great Product. I installed everything from your demo. It works fine but couldnt display the shopping cartalso are there multiple third party shopping cart suppliers that supports your product |
|
|
|
From: Encaps Date: April 24 2008, 12:57
|
Hello, thanks.
Regarding the shopping cart - you may check if it's turned off in your config admin/catalog_cfg.php
Regarding the "multiple third party shopping cart suppliers" - sorry, it's not clear :(
|
|
|
|
From: Guest Date: April 21 2008, 23:49
|
| i want to set it up so i can have a thumbnail link take you to a new window with a new url outside of the domain, instead of having it link to the original large image. can that be done? |
|
|
|
From: Encaps Date: April 22 2008, 09:31
|
For this purpose you may just edit the html/_skin_/catalog.html template:
change the "href" parameter of thumbnails "<a>" anchor from
href="catalog.php?action=show_custom&id=<?php echo $item["id"]?>&cat=<?php echo $item['cat']?>"
to
href="<?php echo $item["description"]?>" target=_blank
So, in the "description" field you may put the url of a different website |
|
|
|
From: Guest Date: April 20 2008, 05:16
|
Fantastic software - I want to buy code but I really do need the ability to select different size photos from a drop down - It's easy enough to insert the html/php form and I have added a size catagory/field in the mysql table "shopcart" but dont know how to intigrate it all. Is there any possibility this can be done? I am happy to pay double the buy price if you can help me with this??
Thanks. |
|
|
|
From: Encaps Date: April 21 2008, 02:01
|
| Hello, thank you. This feature will be implemented with next EncapsGallery release. |
|
|
|
From: Guest Date: April 17 2008, 19:28
|
| Is it possible to put a link in an image description? |
|
|
|
From: Encaps Date: April 18 2008, 02:13
|
Yes, it's possible, but there is javascript restriction for the "raym" template - it's powered by javascript - comma and double quote are html special chars, so you may skip special characters, sample:
<a href=http://***.com>asdf.com</a>
For the other templates you may put links inside the description field as usual:
<a href="http://asdf.com">asdf.com</a> |
|
|