Welcome Guest Search | Active Topics | Members | Log In | Register

v1.15 now released! AJAX image galleries & advanced search features Options
D2Admin
Posted: Tuesday, August 12, 2008 3:28:28 PM

Rank: Administration

Joined: 9/6/2007
Posts: 152
We are pleased to announce the release of v1.15 of D2 StoreFront for Retail and Source Code users. Changes in this version include:

- AJAX image galleries can now be created and associated with a product. This allows you to add multiple images to a product page and they will be displayed as a modal gallery popup.
- Search functionality rewritten to allow the customer to search using a range of parameters such as manufacturer,price,product rating and number of reviews.
- Layout of product description page changed to replace tabular layout with div's
- Big mail bug fixed where entering an invalid or inaccessible smtp server address could lead to repeated failed attempts to send the message until the browser was closed and fill the error log with failure messages.
- Several other bugfixes/performance enhancements.

For a demo of the new features:
Image Gallery: http://store.d2sitelock.com/StoreFront/Store_Prod7_D2-StoreFront-Full-Version.aspx (Bottom of screen)
Search: http://store.d2sitelock.com/StoreFront/AdvancedSearch.aspx

As before, the new features are only available to users of the Retail & Source versions, the free version is not updatable beyond v1.12. A new version of the free edition will however be released in the next few days to fix the mail bug mentioned above.

To update your copy visit your 'My Downloads' area within http://store.d2sitelock.com and re-download your purchase which will now be the latest version. Please be sure to read the update guide within http://www.d2-storefront.com/D2StoreFront-Documentation.htm on how to update your version.

Paul
afagcaoili
Posted: Friday, August 15, 2008 11:20:12 AM
Rank: Member

Joined: 4/28/2008
Posts: 17
Location: Brush, CO
Thanks Paul for the latest update. I like it!

Several things on the new release:

1. I think the first image on the thumbnail is still connected to the thumbnail image not the original image so when you click it, it gives you the smaller size of the picture.
2. On the list of products, the image is still not clickable but the special offers are. I mean the image can not be clicked to go to the details page. I know that this would be an easy fix for you. So is number 1.
3. This is more of a request. The thumbnail has their own group of image gallery. Is there any way you can point the thumbnail to load the image gallery instead of having their own image gallery group separate from the other image gallery? Or maybe even combined them so that when the thumbnail is clicked the other image gallery is also loaded?
4. When adding additional images, is it possible to have say 5 images loaded at the same time instead of loading 1 image at a time? Maybe add 4 more possible image upload and if they only need to load say 3 then it will only load the 3 selected. I think this will be easy for you to fix for your next release.

5. Another request, can you add a sorting list? Say sort the products on price, manufacturer, or categories. Primarily atleast on the price and manufacturer. I think this will be a good feature since say a customer is looking for products of a specific manufacturer and sort the price. Just maybe something you may want to add as your storefront feature.
6. On the categories menu. I do not think it shows up children for the subcategories. Say I have this tree for my menu: All->ProductA->Product1->Product_aa. For this example, everything show up to Product1 but the Product_aa which is under Product1 will no longer show up in the menu.
7. Another suggestion. For better SEO do you think you could generate a site map based on the categories and links maybe? Just suggesting.

Please do not get me wrong on these list, I like your product and I think that your product can certainly compete with those more expensive ecommerce solution out there.

Thanks a lot.

Arnold
afagcaoili
Posted: Friday, August 15, 2008 2:31:20 PM
Rank: Member

Joined: 4/28/2008
Posts: 17
Location: Brush, CO
Paul,

I think I found the problem on the first image being not using the original picture. I thing you are using the private function ReplaceThumbWithOriginal and replacing the StoreThumb with StoreOriginal but the first image is using ProductThumb not StoreThumb so that is why it can not change the filename. I just created another function to the conversion and use that on img1URL.

I am sure you already know this but just removing one from my initial list.

Thank you very much.

Arnold
D2Admin
Posted: Friday, August 15, 2008 4:13:22 PM

Rank: Administration

Joined: 9/6/2007
Posts: 152
afagcaoili wrote:
Paul,

I think I found the problem on the first image being not using the original picture. I thing you are using the private function ReplaceThumbWithOriginal and replacing the StoreThumb with StoreOriginal but the first image is using ProductThumb not StoreThumb so that is why it can not change the filename. I just created another function to the conversion and use that on img1URL.

I am sure you already know this but just removing one from my initial list.

Thank you very much.

Arnold


Hi Arnold, yes, an oversight on my part that one, its fixed on the dev copy but for some reason the change was not added to the release package. Will be sorted in the next version but as you say, its fairly simple to sort out if you know what you are doing.

Paul
D2Admin
Posted: Friday, August 15, 2008 4:56:17 PM

Rank: Administration

Joined: 9/6/2007
Posts: 152
afagcaoili wrote:
Thanks Paul for the latest update. I like it!

Several things on the new release:

1. I think the first image on the thumbnail is still connected to the thumbnail image not the original image so when you click it, it gives you the smaller size of the picture.
2. On the list of products, the image is still not clickable but the special offers are. I mean the image can not be clicked to go to the details page. I know that this would be an easy fix for you. So is number 1.
3. This is more of a request. The thumbnail has their own group of image gallery. Is there any way you can point the thumbnail to load the image gallery instead of having their own image gallery group separate from the other image gallery? Or maybe even combined them so that when the thumbnail is clicked the other image gallery is also loaded?
4. When adding additional images, is it possible to have say 5 images loaded at the same time instead of loading 1 image at a time? Maybe add 4 more possible image upload and if they only need to load say 3 then it will only load the 3 selected. I think this will be easy for you to fix for your next release.

5. Another request, can you add a sorting list? Say sort the products on price, manufacturer, or categories. Primarily atleast on the price and manufacturer. I think this will be a good feature since say a customer is looking for products of a specific manufacturer and sort the price. Just maybe something you may want to add as your storefront feature.
6. On the categories menu. I do not think it shows up children for the subcategories. Say I have this tree for my menu: All->ProductA->Product1->Product_aa. For this example, everything show up to Product1 but the Product_aa which is under Product1 will no longer show up in the menu.
7. Another suggestion. For better SEO do you think you could generate a site map based on the categories and links maybe? Just suggesting.

Please do not get me wrong on these list, I like your product and I think that your product can certainly compete with those more expensive ecommerce solution out there.

Thanks a lot.

Arnold


Thanks for the comments.....

1. See above, this should have been fixed but wasnt due to a cockup moving the changes Brick wall

2. Yes, had a problem with this, the current thumbnails are asp:Image controls that cannot be assigned a NavigateURL so to make the images within the Gridview clickable i'm going to have to change them to another control type. This is perfectly do-able but will need sorting in a few different locations so didnt make it into this change.

3. Not sure what you mean by this one, do you mean the group of 3 images at the top being seperate from the image gallery? This is because they are stored and generated in a different way and for most of the time i'm assuming that users will just use the 3 images (or i could be wrong, have to wait and see). You can link the 2 sets within the modal window by setting the rel="" value to be the same.

4. Yes, this feature will be added although if you want to bulk upload via FTP then just name all the images for a product in the format 'x[ProductID]gal_[imagefilename]' so for example if i wanted to add an image called widget.jpg to a product with ID 45 i'd name it x45gal_widget.jpg and then just upload it to the ProdImages dir where the app would pick it up.

5. Yes, will be added, currently some lists are sortable, some are not, everything that will benefit from sorting will be assigned it

6. It will only show the first 2 cat levels on the nav menu. Additional subcategories are shown as text links and if you select a cat it will currently only display products explicitely in that cat. Need to adjust the hierarchy a bit.

7. Yes, this is easy enough.

Paul
afagcaoili
Posted: Friday, August 15, 2008 6:34:30 PM
Rank: Member

Joined: 4/28/2008
Posts: 17
Location: Brush, CO
Great!

I know you can make it work!

Also, just another feature request in the future. I think for your product to be more attractive to web developers, it would be nice to be able to have some ways of changing the layout of the website not just skin. Say for example having the links on the top with horizontal layout. Or the Contact us, You Cart, My account on the top right be like a tab strip on the upper right above the logo. Just and example. In this way if some other customer wants to have another set of products to sell then atleast the layout kind of changes a little bit.

I think you will be able to sell some more of your product since then a single developer will have to buy a license for every customer. I know you have to basically change the master file but I think there were part in the base page script where you were able to dynamically set the masterpage but then the aspx files were set with a static masterpage so you have to change every single one in there.

Anyway, just something you may want to consider in the future.

Again, all I am trying is to make your product more attractive not complaining. :-)

Thanks.

Arnold
afagcaoili
Posted: Saturday, August 16, 2008 5:14:15 PM
Rank: Member

Joined: 4/28/2008
Posts: 17
Location: Brush, CO
One thing more Paul,

I may just have overlooked this one but is there any way you can rearrange the order of the categories just like what you do with the links? I want to add more categories and the one I want to add last should be the first in the categories.

Thanks.

Arnold
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

SoClean Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1 (NET v2.0) - 9/1/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.