Bootstrap Templates Bundle

Sunday, October 20, 2013

How to Creating a PayPal Sandbox Test Account



The first thing you need to do is to login to the PayPal developer website: http://developer.paypal.com

Use your existing PayPal username and password to login. Once logged in you’ll arrive at the Dashboard. Navigate to Applications → Sandbox accounts

Now we’ll need to create 2 test accounts – 1 for the merchant (representing your shop’s PayPal account) and 1 for a buyer (representing a customer).

On your website: 
Select checkbox: Enable PayPal standard
Use the merchant test account email you created above for the PayPal & Receiver email
Select checkbox: Enable PayPal sandbox

Difference Between PayPal Express Checkout and Website Payments Standard?

If you use PayPal Express Checkout, when your customers check out, they will be directed to a page that requires them to log into their PayPal account or create a new one. Therefore, this is the best option if you anticipate that most of your customers either have a PayPal account or will sign up for an account on checkout.
It may also improve sales; according to PayPal’s website, the Express Checkout button "can increase sales by 14% on average*" and has "conversion rates [that] are 23% higher than standard checkout at some of today's largest online retailers.**"

If you use PayPal Website Payments Standard, when your customers check out, they will be directed to a page that allows them to log into their PayPal account or pay by credit card without having to sign up for a PayPal account. This is the best option if you anticipate that most of your customers will not want to sign up for a PayPal account.

Which is best for me?

PayPal Website Payments Standard allows users the choice of signing in or not signing in, and can be considered the default choice; PayPal Express Checkout can be more efficient for PayPal users and may facilitate sales.
It may depend on whether or not you also have a credit card processing option; if you do, you can use PayPal Express Checkout, since the customer will only need to use this option to pay with PayPal funds. If PayPal is your only payment method, you may want to use PayPal Website Payments Standard so that your customers have the option of using a credit card.

Why can't I use both options with Shopping Cart Creator?

If you try to enable both options in the Payment section of Shopping Cart Creator, you will get a warning message that says "Only one PayPal payment method can be used," which will then prompt you to disable one of these methods. Since one method requires that users sign in to PayPal and the other doesn't require users to sign in to PayPal, they contradict each other. Consequently, you can only use one method or the other.

Tuesday, October 1, 2013

How to make website content copy protected

Watermark Your Photos
Add watermark on your images. You can use this website http://picmarkr.com/ for adding watermark on images for your website.

Disable the Right Click Function: 
It is another way to protect your content to copy by right click.

Use this below code between <body> tag of your website 

<script language=JavaScript>
<!--
var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --> 
</script>

By using Tynt.com
Go to Tynt.com Create an account here. Click on get the code.This is a tool that automatically produces a backlink right to your site when an individual steals your web content. The back links give you the authority and page rank so you can get the top result in the search engines. This will create more web traffic to your site so you can get paid for the content you wrote.

Wokiee React eCommerce Template