Saturday, February 22, 2014

copy your local Orchard CMS site to your Hosting server

Yes you can copy your local Orchard CMS site to your Hosting server.
1. Open your Orchard CMS site in Webmatrix, go to the database tab and then click Migrate this will migrate your SQL Server Compact database to SQL Server express or Developer edition whatever you have.
2. Create a .bak file of that migrated database and upload it your hosting database server.
3. Inside your \App_Data\Sites\Default folder you will have to change the database connection string within the settings file.
4. Upload your Orchard CMS site folder to the server using ftp.
Your done. 

Thursday, February 13, 2014

set up paypal, credit card in nopcommerce


nopCommerce Tips: Configuring PayPal and nopCommerce - See more at: http://blog.arvixe.com/nopcommerce-tips-configuring-paypal-and-nopcommerce/#sthash.YrePiWMP.dpuf
PayPal is one of the most widely accepted methods of online payment in the world; it only makes sense that many e-commerce sites use it as a means of accepting payment from their customers. Today, we’ll go over how to integrate PayPal payment processing with your nopCommerce site.
PayPal Setup:
  1. Log into your PayPal account; under the “My Account” tab, select “Profile”>”My Selling Tools”.
  2. Under the section “My business setup”, you’ll see “Website preferences” – click “Update” on this line
  3. Turn “Auto-return” to “On”, and enter “http://{YourStoreURL}/PaypalPDTHandler.aspx” for “Return URL”
  4. Turn “Payment Data Transfer” to “On”
  5. All entries below this are optional, based upon your business requirements.
  6. Click “Save”
For nopCommerce:
log into your nopCommerce instance as an administrator, and navigate to the Administration area. Click on “Configuration”>”Payment Methods”: click on the “Configure” link next to the entry for “PayPal Standard”.
  1. Uncheck the box “Use Sandbox”
  2. Enter your PayPal account e-mail address for “Business E-Mail”
  3. Next you’ll enter your “Identity Token” you’ll obtain from your PayPal account into the field “PDT Identity Token”
  4. Leave “:” checked
  5. If you wish to charge an additional surcharge for PayPal transactions, add your surcharge to “:”
  6. Check both “:”, and “:”
  7. For “IPN Handler”, enter “http://{YourStoreURL}/Plugins/PaymentPayPalStandard/IPNHandler”
  8. Click “Save”.
- See more at: http://blog.arvixe.com/nopcommerce-tips-configuring-paypal-and-nopcommerce/#sthash.YrePiWMP.dpuf


http://www.nopcommerce.com/docs/76/how-to-code-my-own-payment-method.aspx



For Credit Card:

1) Go to Admin section > Configuration > Payment > Payment Methods 

2) Select "Manual Processing " > Click on "EDIT" against it

3) Mark the checkbox "Active:"

4) Save Changes

For Pay Pal:

I am assuming that you want to configure paypal express (Since you didn't mention)

1) Go to Admin section > Configuration > Payment > Payment Methods 

2) Select "PayPal Express" > Click on "EDIT" against it

3) Configure the settings

4) Mark the checkbox "Active:"

5) Save Changes




Please help about Credit Card payment.

Posted: 6 months agoQuote#102431
Hi everybody :

I'm a beginner with NOP, really amazing, no words.
My question :

If I want to include CreditCard payment with SSL, I understand i need to  :

1 - Buy SSL certificate(For example Verisign, GoDaddy...) and install, go to Config file and set to true the SSL option.
2 - Talk to my bank, but my question is Do they explain me how to do the rest of the process ??

Thanks in advance sirs !
This post/answer is useful
0
This post/answer is not useful
Posted: 5 months agoQuote#103854
Just to make sure. You are saying you want to support getting payments with a credit card correct. And you realize that it needs to be protected by using SSL.

Are you sure you don't want to just use Paypal. The user can pay with either their paypal account or with a Credit Card directly through paypal.

Now if you want to setup SSL and Banking with a credit card company, you need a gateway etc (to verify the credit card etc). I haven't tried any of this with nopCommerce as I am using Paypal only.

I do in fact have a godaddy shopping cart with a Merchant account (which allows credit card processing and in like 18 currencies). Now you will be paying a gateway fee etc (monthly) and depending on other things maybe transaction feeds (Godaddy does not charge them, but merchant gateways do in many cases, and so do credit cards).

I am sorry I couldn't specifically answer you, except I will so, I am certain your credit card processing company (whomever that is, your bank etc) will do their best to tell you how to connect, test etc in their sandbox etc.

Still Paypal, is way easier and its free to you.
This post/answer is useful
0
This post/answer is not useful
Posted: 5 months agoQuote#103870
(PayPal is not free for businesses - e.g. in the US  2.9% +0.30 per trans US, 3.9% + 0.3 international)

You need to have a Payment Processor (gateway).  For example, Authorize.NET (see how it works), or for example in Spain see plugin for Sermepa.   Payment processors should be able to work with your bank.
This post/answer is useful
1
This post/answer is not useful
www.noptools.com