"Request a quote" form for nopCommerce project

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
SilhouetteBS wrote:
Mike,
Have you been able to get the quote request to work with 1.8 yet? If so, could you please post the code for me?


Can anyone help? This would be a great thing to have!

Daniel
SAIBR.com
13 years ago
i need this too, please help ? I am using 1.8v
13 years ago
A Request Quote form for 1.80:
https://www.nopcommerce.com/boards/t/7412/request-quote-form-for-180.aspx

.
13 years ago
Please vote for this item here: http://nopcommerce.codeplex.com/workitem/10024
13 years ago
I tried installing it on nop 1.90 and now the site fails with:



Compiler Error Message: CS0103: The name 'BlogManager' does not exist in the current context

Source Error:
Line 13:             <li><a href="<%=Page.ResolveUrl("~/aboutus.aspx")%>">
Line 14:                 <%=GetLocaleResourceString("Content.AboutUs")%></a></li>
Line 15:             <% if (BlogManager.BlogEnabled)
Line 16:                { %>
Line 17:             <li><a href="<%= SEOHelper.GetBlogUrl()%>">




Happens, since I recompiled the entire solution, as mentioned in the readme.txt

I see in the old 1.80 there WAS a blogManager.cs, but that it's no longer in nopCommerce as of 1.90.

Any ideas?  I removed the new pages, deleted the resources from the local resources, but the error still occurs.  I can get into the admin section, but that's it.

thanks in advance.

David
13 years ago
This is a great idea - one we need on our sites.  It's "built in" with our current solution, and it's important for e-commerce sites.

I tried the above, and it took our site (still in dev fortunately) down, so I'd be interested in learning when it's available for 1.9, (or maybe even built in to a new release (hint hint)

thanks

David
13 years ago
Hi David,

I will work on Request Quote form for 1.9version and as soon as I am done I will post the solution.
13 years ago
David,

Here's the solution: https://www.nopcommerce.com/boards/t/7412/request-quote-form-for-180-and-190.aspx?p=2
13 years ago
Saibr,

The error is because either:

the new page was made, but you didn't rebuild the site in Visual Studio.  OR

You rebuilt the site, but didn't upload the NopCommerceStore.dll to the bin folder.

Just rebuild it, and upload the dll and you should be fine.

David
13 years ago
THANKS!

You're awesome - I will get busy testing it asap.

David

abcd_12345 wrote:
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.