Quote:
Originally Posted by Junkie
Can there be an optionin in the AdminCP to edit an item, rather than selecting to 'add product' to get to editable options?
When viewing categories there is a link to products in that category whereby you can edit a product.
Is there a way to change the thumbnail size so that small images don't look distorted?
|
Try changing the CSS in the ACP settings for the cart.
Quote:
Originally Posted by Junkie
What is the point of adding options? They display in a drop down menu for what reason?
|
Say you sell t-shirts: large, medium, small. The drop down lets someone choose the size of the shirt.
Quote:
Originally Posted by Junkie
Is there a way tocontrol the number tof products that show as popular products? And will there be a way to set the viewing order of products within categories?
|
Find the popular products query in the code and add a limit to the query. There is no display order for products like there is for categories, but an order by clause could be added to the view category query.
Quote:
Originally Posted by Junkie
How can the image itself link to the next page like when you click on the title of the image?
|
Look at the related template to find the HTML for the title link and wrap that link around the image tag.
Quote:
Originally Posted by Junkie
Per the README.txt,
Comments, suggestions, etcetera are welcome, but please note that further modifications are not being planned, as this is intended as the final release of the lite series.
So I assume there will be a paid version with some additional perks?
|
Not sure at this point if there will be a pro version. Time is more of a factor than anything at the moment.