I haven't gone through the entire thread, but I notice a problem in this last post above, I'll jump in briefly.
The default store templates do not show a Buy button in the initial store view when it is in the default grid layout.
There is however a problem with some DNN skins that causes a Buy button to be displayed in list view. Please edit your skin's ASCX files and remove all visible="false" attributes from all content panes to resolve this.
The templates will only display a Buy button in the list view if it has been changed to rows layout via the productlistrows.flag setting and only when the item has no models or options. When there are models or options, the Buy button is replaced with a View button leading to the details view.
So check your skin first and then see if that helps resolve the other issue/s.
Regards
Rob
The default store templates do not show a Buy button in the initial store view when it is in the default grid layout.
There is however a problem with some DNN skins that causes a Buy button to be displayed in list view. Please edit your skin's ASCX files and remove all visible="false" attributes from all content panes to resolve this.
The templates will only display a Buy button in the list view if it has been changed to rows layout via the productlistrows.flag setting and only when the item has no models or options. When there are models or options, the Buy button is replaced with a View button leading to the details view.
So check your skin first and then see if that helps resolve the other issue/s.
Regards
Rob