New Post: detailrows.template add Product ref product name
Make sure you also modify the table head.Note also that the current default templates already include the model ref...
View ArticleNew Post: Rebates on single Products
Hi Rob,for what reason ever...now it works like a charm. Thank's for the hint anyhow!
View ArticleNew Post: Rebates on single Products
Hi eagle,This might be to do with the scheduler and caching.If I remember right, the scheduler runs once a day to re calculate the promotion products.What to do is to create a temp sale product then...
View ArticleNew Post: Expiration date?
Helo:Is there any way to use an expiration date por products or categories?I mean, if I want to offer a product till a specific date and I want the product to auto-disapear after that date.Thank's in...
View ArticleNew Post: Expiration date?
HI Oscar,No, but that's a good idea. Dave might consider that for the store rewrite.Regards Rob
View ArticleNew Post: One Day Deal Functionality
Has anyone developed an add-on to enable one day deals like those run by Groupon etc? Where there is a counter and certain products are made available during that period at a special rate, but only...
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
Enable debug mode in the back office settings and then look for an xml file in the portal root. The paths are interpreted from the structure of the xml in there. Regards Rob
View ArticleNew Post: detailrows.template add Product ref product name
Hi PhuocAre you saying that version 2.3.2 upgraded to 2.3.4 does not display the code, but 2.3.4 installed on a new site does display the code?I'll pass this to Dave and see if he has any ideas. Rob
View ArticleNew Post: detailrows.template add Product ref product name
Yes, thank you.Regards, Phuoc
View ArticleNew Post: Bulk product upload via CSV - Tutorial?
Hi guys,Just wondering if anyone was nice/bored enough to do up a quick step-by-step to uploading bulk products into a new NBStore?I have spent umpteen hours trying to work it out for myself - and Im...
View ArticleNew Post: Bulk product upload via CSV - Tutorial?
Hi Ky,Have you tried looking at the example importcsv files here : http://nbstore.codeplex.com/releases/view/34143Dave.
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
Thanks Rob for pointing me to the right direction Unfortunately it seems that I didnt already catch the problemI have found the path in the XML from the debug info ... it looks like...
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
Does this work in the product details template? It might be wise to confirm it works there. I seem to recall that the related items template behaves differently. And try it with just a few letters in...
View ArticleNew Post: detailrows.template add Product ref product name
That Product Description that is displayed in the order comes from the cart. When the cart is populated it takes the modelref with it and creates the description. If after the product/model details...
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
Yes, the custom fields are doing their job in the productlist.template and the productdetail.template but they are implemented like described...
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
Yes, you generally have to restart the app whenever it involves re-reading xml. However, if you run the store in debug mode during development, you can avoid this.Dave will have to comment on whether...
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
In debug mode you should not need to restart, it turns the caching off.However I've had a play around and I think I see the problem...in the XML the XMLData node is stored as encoded...
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
The "<" in the substring functions should be encoded (codeplex editors translated them)...they shoudl be & gt ; and & lt ;
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
Well, so I have to wait for Dave to have time to have a look at it .. thanks for all your afforts on this issueI Managed all other customizations by reading the documentation and guiding articles here,...
View ArticleNew Post: relatedproducts.xsl ... once again ... how to reference to custom...
Hi Gerald,I did have a look...did you see the comments/solution above?Dave.
View Article