New Post: Customize Design....
There's a section called "Other Settings". It has fields such as "List CSSClass" and some other things that are all related to the table that contains the product list. Each cell of that table contains...
View ArticleNew Post: Structuing of NB store
where I can find the bellow div<div id="dnn_ctr552_ProductList_pnlProductList"> I want to give a design to the above div and also some other div.That's why I need the total structure of the NB...
View ArticleNew Post: Designing two different product list with Different style
I have two productlist module. I want to give two totally different style to them, How can I do that????
View ArticleNew Post: Structuing of NB store
Hi, That div is coming from the "productlist.ascx"...and generated by DNN, rememeber NB_Store runs within the DNN framework, whcih means you need to understand how that works if you want to customize...
View ArticleNew Post: Designing two different product list with Different style
Give them 2 different design templates to display product.
View ArticleNew Post: Structuing of NB store
in product list.ascx i found <div class="CategoryMessage"> </div> <div class="NBrightWrapperProdCatMenu"> another <div id="dnn_ctr552_ProductList_pnlProductList"> i can't...
View ArticleNew Post: Structuing of NB store
Hi, as Dave has said nbstore runs on the Dnn framework. What you want to change is in the framework of dnn (a step to far), what you need to do is to take a step back and look into the styling of...
View ArticleNew Post: Structuing of NB store
is it possible to design a productlist module in the module not in productlist.ascx?
View ArticleNew Post: Customize Design....
That code you've pasted in is generated by the module itself. It is not templated or in any was accessible through the module interface. If want to change that code then you need to alter the module...
View ArticleNew Post: Structuing of NB store
That last comment makes absolutely no sense at all. What exactly do you need to do that you are unable to do with the existing facilities in DNN and NB Store? Rob
View ArticleNew Post: Customize Design....
You're welcome to continue asking questions, but we aren't making any progress here. This is partly due to a language barrier and partly due to insufficient understanding of the DNN framework. I will...
View ArticleNew Post: Scalability
Hello Dave, I imported into NbStore an large ecommerce website (25000 products and 450 categories) and I'm having problems in these areas:I created six categories of discount, but the system can not...
View ArticleNew Post: Shipping Method
I'm struggling to get the shipping of the products sorted. Every time I add something to my cart I get the following message: This order requires special delivery. Please contact us at the email...
View ArticleNew Post: Top Rated Product
NB Store doesn't have product ratings, so you would need to instead either use a special non-visible category for that purpose, or use the featured product function. The idea would be to place a...
View ArticleNew Post: Shipping Method
Hi Mart, Try unchecking the "show shipping methods" option in the checkout module. Then hopefully it then should work. Then make your shipping options in the backoffice. Regards, Geoff
View ArticleNew Post: Product List Image
I have two product list module on a single page. how can I set two different dimension of images of the two product list.??
View ArticleNew Post: ProductList.ascx prop start tag
Hi there, I found an error in my log DesktopModules/NB_Store/ProductList.ascx Message: DotNetNuke.Services.Exceptions.ModuleLoadException: The 'prop' start tag on line 1 does not match the end tag of...
View Article