◄Ищу Модули► Magento

Статус
В этой теме нельзя размещать новые ответы.
I use jquery and css to do this, and prevent the unwanted copy of my content.
For sure it is not the best ( and it can be easily avoided viewing the HTML code) but I've read that using different methods could hurt your web page ranking.
tis is how I do :
add this code in the page you want to protect ( ex. product page)

Код:
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script>
//// Disable right click
            jQuery(document).bind('contextmenu', function (e) {
              e.preventDefault();
             // alert('Right Click is not allowed');
            });
</script>

and then add this to your css file :

Код:
body {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

hope this helps.
 
Anyone has got latest Magestore Affiliate Plus Ultimate 4.3 and Amasty v2.0.7?

Thank you!
 
Anyone have...
Webkul Marketplace Per Country Per Product Shipping
Webkul Marketplace Advance Report
Webkul Marketplace Seller Groups
thanks you
 
Вопросик. А существуют ли на магенто какие нибудь дополнения к визуальному редактору типа предустановленых шорткодов? (аналоги: shortcodes ultimate - joomla, wppage - wordpress )
 
Anyone has Magestore Reward Points Plus - Ultimate v2.5 available?
 
Ищу нечто такой модуль, что бы сформировать каталог товаров с припиской цвета и вариантов размера вещей. В pdf или типа того ))
 
Последнее редактирование модератором:
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху