Enable CAPTCHA on magento 1.9 - magento

How did I enable the CAPTCHA?
My Customer Configuration doesn't have a CAPTCHA option, the last configuration option is "Address Templates"
I am using the RWD Theme and i have already copied app/design/frontend/base/default/layout/captcha.xml to app/design/frontend/rwd/MY_THEME/layout/captcha.xml
Thanks

CAPTCHA is the perfect option to enable in frontend, backend or contact us to prevent any possible spam.
There are three sections in which we can enable captcha:
Frontend (checkout, login, register)
Backend (use for admin login page, prevent auto-logging)
contact form page (prevent auto submission/spam)
For a detailed information to enable CAPTCHA on all of these above mentioned fields, follow this tutorial: https://magentoexplorer.com/how-to-enable-captcha-in-magento

Related

Paypal Standard Payment Option not showing in admin

I want to integrated the paypal standard option to my store, but unfortunately it is not visible on the admin side, Only the Express Checkout is there,
Also checked in the Dropdown of other paypal payment methods but it is empty.
any Idea how to enable it?
Happy to be of any help!
PayPal standard is deprecated a long time ago and it has been removed in all Magento 2.x versions. You can choose the PayPal express checkout option as it is pre-built and easy to configure.
Also, it has got a shortcut button [Cart & Product page] which customers prefer to use.
Thanks.
If you wish to enable PayPal Standard by default on new sites, please add the following code snippet:
add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );
This is only working on woocommerce in wordpress because Only for new installs with WooCommerce 5.5 and above, PayPal Standard which is included in WooCommerce core will not be loaded by default. Use this in functions.php
For magento read the documentation in magento update by version. Actually for paypal security reasons these changes are applied most of the framworks

Magento1.7 native captcha for NON-Loggen-In users

I have used magento's native captcha for custom pages, as shown in this link. But it only displays if the user is not logged in. But i want to show magento's native captcha for logged in users also.
Is there any way to accomplish that ?
Have you try manually adding the captcha into your template? Not through the layout method?
echo $this->getLayout()->createBlock('captcha/captcha')
->setFormId('module_unique')
->setImgWidht(230)
->setImgHeight(50)
->toHtml();
As mentioned in that link, you will also need to load mage/captcha.js for it to work.

How to use magento's native captcha for product review page and contact us form

In magento 1.7.0.2, a default captcha is available as out-of-box for only some forms like login, registration, checkout as guest only. But I want to use the same captcha for product review form also.
I have seen an extension which adds captcha for product review page, But it looks different from native captcha. If there are different no.of captcha's in one site, it doesnt looks good. So only I would like to add the native captcha for product review page and contact us page
Install the Product Review Captcha:
http://www.magentocommerce.com/magento-connect/7741.html
If you want to use only one type of captcha, you can install the free Fontis Recaptcha.
http://www.magentocommerce.com/magento-connect/fontis-recaptcha.html
Digital Pianism has developped an extension that implements the native Magento captcha on product review forms if you still need it.
You can find it here for now: https://www.magentocommerce.com/magento-connect/catalog/product/view/id/30268/
If the link dies, just google it ;)

I want to add CAPTCHA on shoppingcart.asp as well one-page-checkout.asp page in Volusion, can anybody help me how to do this? Thanks

My client has ecommerce store on Volusion and he is getting so many fake orders and now I want to add CAPTCHA before user login on shoppincart.asp page or one-page-checkout.asp page (before place order button).
My client website is www.featherstore.com
I already contacted Volusion support and they don't have any specific answer about this problem and just suggesting to take their serivce or get this done by their partner.
You can use google captcha for this :
Google reCaptcha
It is easy to use... You can find out the code how to put it. You just have to get one Public Key & Private Key for specific domain.
It's under the design menu in the admin panel, Hover over design, then click on articles.
Once on articles change display mode to list, and find one-page-checkout.asp and shoppingcart.asp click edit and add your code.
For reference use see:
Volusion File Editor Support
One Page Checkout and Advanced Shopping Cart Functionality in Volusion

Frontend editing in Joomla doesn't work

I have made a site in Joomla 2.5, and can't edit my articles by using the frontend option "edit article".
This function is available when I am running the site in offline mode, but when I switch to online mode, it disappears.
When running the site in online mode, I login to the administrator, and then "view site"
Can some one please help me!
You need to log in on the frontend when your site is in online mode to be able to edit articles. It doesn't matter if you are logged already on the backend, it won't count.
You should either enable log in module on some page, or a menu item pointing to log in page on the frontend. After logging in there, you will be able to edit your articles.
If you don't want users to see your login page/module on the frontend, you can create a hidden menu item for it, for which only you would know the link and it won't be displayed
Just go to your website's /index.php?option=com_users
There you will be able to login to the frontend.

Resources