Pdshop Pro V8 Asp.net Customization

I have a small project. I am using an online store software called pdshop pro version 8 http://www.pdshop.com/ . It is written in asp.net and I have all the source code with the exception of access to the dll. I want to do some relatively simple modifications.

Here is what I want to do:
• Assign a style sheet property to the product images. Everything else in the software has a style, except images. This is not critical, but a nice to have.
• Be able to have up to five images per product, or better yet unlimited. Currently it only allows one, with a large and small version uploaded and in kept in the items table in the db. We can do something simple here such as make the all the images use the product id in the file name, or something along those lines so we do not have to mess with the admin area or the DB.
• Use the LightBox javascript code to view the multiple images.

I have attached the item.aspx file where these mods would be displayed. Here is a demo page so you can see how that page looks: http://demo5.pdshop.net/shop/item.aspx?itemid=19 .

Lastly, I will need to have a listing of all the changes and instructions on what was done and how to make the changes to the item.aspx page. This will be for future upgrades.

Leave a Reply

Your email address will not be published. Required fields are marked *