|
|
|
|
From: Guest Date: April 29 2008, 15:02
|
Hi! I purchased the code recently. It's been working great for me so far. However, I came up with some questions:
1. I am trying to change the code so that when a thumbnail is clicked, the image opens in a new window. I did what you suggested, changed target to "_blank" from "_self" in the "html/_your_skin_/gallery.html". However, when the page opens i see enlarged images for all of the thumbnails, along with the header... and other stuff.. I need to have just the enlarged image, and nothing else, with the size of that new window to be the size of the enlarged image.
2. How do I get rid of the page numbers? I changed the code to display all of the thumbnails on the same page, so I don't really need the page number on the top of the page.
Thank you very much,
Sasha
|
|
|
|
From: Encaps Date: April 29 2008, 15:51
|
Hello Sasha,
1) I will show you the demo
2) you may remove the line <?php include("pagination.html")?> from your "html/catalog.html" template |
|
|
|
From: Guest Date: April 28 2008, 17:59
|
| We are trying to work with Ecommerce with your codes. We would like to process credit cards using a gateway that directly deposits into our bank account. Is this possible? |
|
|
|
From: Encaps Date: April 29 2008, 03:48
|
| Unfortunately no |
|
|
|
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 |
|
|