New Post: hide related products price
Hi Andrea, In the product list and details templates you can check using the following: [TAG:TEST:<prop TestType="isinrole" TestValue="Dealer" Action="Hide" />] For the users you want to show the...
View ArticleNew Post: What about multiple tabs for produtc description?
There's already a secondary rich text tab built into the default templates as an example. Look for the BO setting: specificationstab.flag and read the help text there. REgards Rob
View ArticleNew Post: hide related products price
Note that all items in the default templates have classed assigned to them. It is often easier to just hide something via CSS rather than modify the templates. Put this in the stylesheetoverride.css...
View ArticleNew Post: hide related products price
Note also that Dealer prices are hidden from the public so you could possibly use the built in dealer role and dealer pricing to have prices only on certain products, but it all depends on what your...
View ArticleNew Post: Store with private pricing
There are many ways to do this sort of thing.. for example, you might wrap pricing sections in a role test. Another convenient method is to use the templateuser feature to create copies of the...
View ArticleNew Post: hide related products price
Thanks everyone for the answers. I hided the retail product price via css, and maybe i will use the "price zero" solution for certain product. Maybe i will just change the message displayed. That's...
View ArticleNew Post: ipn not working and order numbers start -0xxx
Hi, I am having an issue where when an order is received from Paypal the ipn does not update the order and the order number is either blank or start -0xxx. If i update the order to payment ok the order...
View ArticleNew Post: Search Store products from DNN search results
Guys this is still an issue and my clients are on the verge of stoning me. Please Please help - I am willing to pay for support on this to get it working. I have 10 sites and this doesnt work at all....
View ArticleNew Post: Import product via CSV issue
Hi, when i try to import a product via CSV, i got this kind of error: System.IndexOutOfRangeException: Index was outside the bounds of the array. at...
View ArticleNew Post: Search Store products from DNN search results
Not sure what's going on here but it could be that the DNN search no longer works... I recall the old db search is replaced with a spider in the paid releases.. have they made that standard in the free...
View ArticleNew Post: ipn not working and order numbers start -0xxx
I'm guessing, but I think this is due to the order number going too high for the code to deal with... objOInfo.OrderNumber = Format(PortalId, "00") & "-" & UsrID.ToString("0000#") & "-"...
View ArticleNew Post: ipn not working and order numbers start -0xxx
Thanks for your reply. More information we have found one this: The Order number issue actually seem to be with the UserID segment which being a guest user is set to -1. This makes the order number...
View ArticleNew Post: Search Store products from DNN search results
Hi Rob, They are mostly using the new dnn version please see:http://www.white-satin.co.uk/http://www.indivijewelistic.co.uk/ Is there a way of integrating the nb store search into the skin where the...
View ArticleNew Post: Search Store products from DNN search results
I'm not getting any response on either of those?
View ArticleNew Post: ipn not working and order numbers start -0xxx
Yes it looks like the 5 digit ordered from the DB table is pushing the whole order number out of sync, so I think it is a bug with the order number, but I not sure why it would stop your IPN from...
View ArticleNew Post: Search Store products from DNN search results
Hi Rob, Sorry my servers were down due to an issue at the hosting company this is now resolved. thanks
View ArticleNew Post: Search Store products from DNN search results
yep, there's no reason you can't remove or hide the search skin object, position the store search in the same place and then style it to look the same.... all just with CSS. The only thing you'll lose...
View ArticleNew Post: Remove Paypal Payment Method on Checkout
How can we remove Paypal Payment Method and only have 'Pay by Cheque or Deposit' displayed?
View ArticleNew Post: 40FINGERS Ideal Payment Gateway
Hi every one, I’m using NB Store web shop module with 40FINGERS Ideal Payment Gateway. Everything works perfectly except that no payment feedback going to the customer! Can someone explain to me what...
View ArticleNew Post: When it is time to release a new version?
When it is time to release a new version? version 3?
View Article