http://www.yourdomain.com/comments/renamed admin/ then go to Setting and click ReCaptcha then click Get your API keys here. And just signup with a existing gmail accounts or you can create new gmail account and complete signup you will get your key as shown in the picture below.

API keys

API Keys Re Captcha

Copy Public Key and paste it to your admin box . Then copy Private Key and paste it to your admin box. After that select your desire Theme and Language then click Update button. Now go to your product page and check the page look like the picture bellow.

API keys Recaptcha

API keys Recaptcha Final view

How to use your customize PayPal button?

PayPal button Customization:

PayPal button ! you can change the default one first login to your paypal account then click the “Merchant Services” Now  click “Buy Now” button.

paypal button

Now click Customize text or appearance(optional) here and you will see a button named “Use your own button image”

paypal button

Now upload your created/customized button (.png) to your domain image file and copy the url including http:// and paste the url in the box bellow Use your own button image”. Now you change the other required informations and hit saved button and you will get the html code now you copy this code and paste it anywhere you want to put show your button.

How to Edit saved button?

Also you can use custom image by following the above tutorial how to use new customize button?

 

 

Add links to the NavMain Menu in Zen Cart?

Add Links:

Add links to the Home Nav Main menu is set to the Zen Cart store front. There are occasions when you may wish to alter this behavior. For example, if your online store is in a sub directory of your main website, you might be looking to set Home to link to your main website and an additional link Store to lead to Zen Cart online store.

add links

Before do the following please backup your website first.

This is achieved by modifying the tpl_header.php file.

1. Open the tpl_header.php file located in the /includes/templates/template_default/common/ directory.

2. Find this section of code:

<div id=”navMain”>

<ul class=”back”>

<li><?php echo ‘<a href=”‘ . HTTP_SERVER . DIR_WS_CATALOG . ‘”>’; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

4. To change the existing Home link to read Store, update the section of code as follows:

<div id=”navMain”>

<ul class=”back”>

<li><?php echo ‘<a href=”‘ . HTTP_SERVER . DIR_WS_CATALOG . ‘”>’; ?>Store</a></li>

6. Replace Store (or your choice) with whatever you wish your online store link to be.

7. To add an additional link to your main website Home, update the section of code as follows:

<div id=”navMain”>

<ul class=”back”>

<li><a href=”http://www.yourdomain.com/”>Home</a></li>

<li><?php echo ‘<a href=”‘ . HTTP_SERVER . DIR_WS_CATALOG . ‘”>’; ?>Store</a></li>

9. Replace http://www.yourdomain.com with your main website address and replace Home with the link name you would like to use.

10. Save the modified tpl_header.php file to your override folder. This will be /includes/templates/CUSTOM/common/ where CUSTOM represents the name of your current template folder.

While editing the tpl_header.php file please be careful. It is all about php if any mistake occurred whole website will be mess.

Privacy Policy