Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreModified store installation free to downloadModified store installation free to download
Previous
 
Next
New Post
5/15/2007 3:48 PM
 

Thanks.. That was really helpful. I could change it in EmailPayment.ascx.. I have another question though.. I searched through all the files and couldn't find where to change the blue titles "Billing Address" and "Shipping Address" which are shown on the checkout page.. Any ideas on where to find and change those?

Thanks

 
New Post
5/15/2007 8:22 PM
 

I'm glad to help!

You can find the file DefaultAddressCheckout.ascx inside the folder ...\DesktopModules\WWStore\Providers\AddressProviders\DefaultAddressProvider. Open it with your favorite editor and search for this two blocks :

<legend>
 <dnn:label id="lblBillingAddressTitle" runat="server" controlname="lblBillingAddressTitle" cssclass="Address"></dnn:label>
</legend>

....

<legend>
 <dnn:label id="lblShippingAddressTitle" runat="server" controlname="lblShippingAddressTitle" cssclass="Address"></dnn:label>
</legend>

Add the code in red above, then add the desired style in your css style sheet (on portal or module) for the class "Address".

Gilles


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
5/16/2007 8:16 AM
 

Re: SSL Certificate

I've set our store up with Authorize.net and then purchased an SSL certificate from our web host which is up for sure. After several days of trying to set this up, my host is saying DNN doesnt work with SSL. Is this true because the problem is that when I try to buy something when not in test mode, I get an error message that says my site is not secured with SSL and authorize.net requires it.

  A critical error has occurred.
Page is not secured with SSL, you cannot use Authorize.Net without SSL.

My host responded... I could not find a place to add the SSL information in the shopping cart module – As far as we can tell it does not exist. I successfully substituted the http with https on the checkout page and I was able to successfully proceed to the checkout page without the Authorize.net error. This shows that we have installed the SSL successfully and it is working; however your shopping cart does not allow the link to change to https.
 
I've talked to Authorize.net doesnt know how to configure it. They say it has to be done within the shopping cart.Here's another response I got from my host about the issue:
 
"I've looked into this issue further and it appears the DotNetNuke does not support SSL:

http://www.dotnetnuke.com/Development/Roadmap/SSL/tabid/654/Default.aspx

Any portion of a DotNetNuke site can be viewed by manually adding "https" to the URL, however there is currently no way of telling which functionality requires SSL and which doesn't. There may be third party modules that can be configured to switch the URL to SSL when necessary, but it looks like the module you are using (WWStore) does not have any such functionality."

Any help would be much appreciated! Thank you!
 
New Post
5/16/2007 10:28 AM
 

Hi Joanie,

Do you have a direct acces to your database with a tool like Enterprise Manager ? If yes, try this procedure or ask your host for doing it:

  • Open your web site then login as Admin or Host
  • Go to the tab where the Account module is located
  • On the top left corner select "Settings" in the menu module

There is nothing to do in the settings, it's just for finding the module id ! Look in the address bar of your browser, you must have an url like this one :

http://YourDomain/WWStore/YourTabName/tabid/55/ctl/Module/ModuleId/375/Default.aspx

The first number in red is your TabID, the second is the ModuleID. Now, we must find the TabModuleId for this instance of the Account module, follow this step :

  • Open Enterprise Manager (or similar tool) and connect to your database
  • Search for the table dnn_TabModules and return all rows (the prefix dnn_ is optional when you install dnn!)
  • Click the SQL button on top and modify the SQL code like this : SELECT * FROM dnn_TabModules WHERE (TabID = 55) AND (ModuleID = 375)
  • Now in the first column you can find the TabModuleID for this instance, note it! Close this request window.
  • Search for the table dnn_TabModuleSettings and return all rows (same comment about dnn_)
  • Add a record in this table with the following values :
    • TabModuleID = the number your have find two steps above
    • SettingName = RequireSSL
    • SettingValue = True
  • Close Enterprise Manager
  • Retry an order inside your web site

Please, tell me if this correct the problem !

Gilles

 

joanie wrote

Re: SSL Certificate

I've set our store up with Authorize.net and then purchased an SSL certificate from our web host which is up for sure. After several days of trying to set this up, my host is saying DNN doesnt work with SSL. Is this true because the problem is that when I try to buy something when not in test mode, I get an error message that says my site is not secured with SSL and authorize.net requires it.

  A critical error has occurred.
Page is not secured with SSL, you cannot use Authorize.Net without SSL.

My host responded... I could not find a place to add the SSL information in the shopping cart module – As far as we can tell it does not exist. I successfully substituted the http with https on the checkout page and I was able to successfully proceed to the checkout page without the Authorize.net error. This shows that we have installed the SSL successfully and it is working; however your shopping cart does not allow the link to change to https.
 
I've talked to Authorize.net doesnt know how to configure it. They say it has to be done within the shopping cart.Here's another response I got from my host about the issue:
 
"I've looked into this issue further and it appears the DotNetNuke does not support SSL:

http://www.dotnetnuke.com/Development/Roadmap/SSL/tabid/654/Default.aspx

Any portion of a DotNetNuke site can be viewed by manually adding "https" to the URL, however there is currently no way of telling which functionality requires SSL and which doesn't. There may be third party modules that can be configured to switch the URL to SSL when necessary, but it looks like the module you are using (WWStore) does not have any such functionality."

Any help would be much appreciated! Thank you!


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
5/16/2007 10:58 AM
 

Thanks Giles for responding with such specific instructions.. Here's my url for my account page. I dont see an module ID do you?

http://locateservicesllc.com/SHOP/MyAccount/tabid/115/ctl/Tab/action/edit/Default.aspx

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreModified store installation free to downloadModified store installation free to download


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out