+40.98
Rating
5.10
Power

prestashop

Установка, Настройка, ОбновлениеОграничение прав доступа (1)
Post #869
30 May 2017, 11:04 | Ограничение прав доступа
Стандартные настройки PrestaShop позволяют ограничить права на редактирование / удаление товара «целиком», а мне нужно, чтобы определенные профили сотрудников могли изменять товары, но не могли «трогать» определенные поля, например:
Артикул.
{if $employee->id == 4}readonly{/if}

Пример для поля артикул:
Откройте файл /адм.дир./themes/default/template/controllers/products/informations.tpl
И замените:
<input type="text" id="reference" name="reference" value="{$product->reference|htmlentitiesUTF8}" />

На:
<input type="text" id="reference" name="reference" value="{$product->reference|htmlentitiesUTF8}" {if $employee->id == 1}readonly{/if} />

Также можно создать отдельную группу и обрабатывать используя подобный код (пример созданного профиля с ID#5):
{if $employee->id_profile == 5}readonly{/if}
Дизайн, шаблоныBookshop - Responsive Prestashop Theme (1)
Post #743
13 September 2016, 20:32 | Bookshop - Responsive Prestashop Theme
Шаблон для PrestaShop
Bookshop Prestashop Theme is highly customizable — both for content creators and managers and developers. Theme is especially designed as a eCommerce solution for online book shops and suitable for any kind of store. It has a fully responsive width adjusts automatically to any screen size or resolution. Bookshop was built with the best Prestashop Framework with many module ajax help your website load data faster and nicest. Bookshop comes with lots of built in functionality which includes powerful admin panel will help you manage your site better, customize easier. Bookshop is really a great Prestashop theme for you to understand and use!
Купить — bit.ly/2cBYjae
Дизайн, шаблоныGalardo - Responsive Fashion Prestashop Theme (1)
Post #742
11 September 2016, 00:00 | Galardo - Responsive Fashion Prestashop Theme
Шаблон для PrestaShop
Galardo theme in minimalist style was designed for any kind of shop like fashion, shoes,bag, accessories or any other. It combines a compelling look with a great functionality and smooth navigation that ensure a first rate buying experience to the customers. It is fully responsive, it looks stunning on all types of screens and devices.

In terms of visual customization, Galardo has 4 pre-designed layouts. You can install them in a manner of moments, and they allow you to start work immediately. Galardo Responsive Prestashop theme is a special theme. First of all, Slideshow with large images and smooth transition are used on top of the website to present the most important parts in the most fashionable way. With Category Main Slider module, you can upload image thumbnail for each category. Moreover, Daily deals module are displayed sale products come with countdown timer on homepage. Next is Pos Image Slider module which is a perfect choice for your portfolio banner. The footer of this theme, Social networking block has been readily integrated as well. In addition, Right to Left (RTL) writing is also supported, for languages such as Japanese or Hebrew. Your foreign readers will certainly appreciate this feature. Try Galardo Prestashop theme today!
Купить — bit.ly/2c9pefw
Дизайн, шаблоныAvalon - Wholesale Store Responsive Prestashop Theme (1)
Post #741
7 September 2016, 13:42 | Avalon - Wholesale Store Responsive Prestashop Theme
Шаблон для PrestaShop
Avalon is a clean yet functional PrestaShop template that can be used to fit a number of purposes. It runs on a fully responsive, cross-browser compatible framework. Thanks to the grid-based content structure, you can organize various types of data on one page. Image hover effect is added to let the users examine your store’s items in details, without the necessity to leave for a separate page. The theme is quick to scan and easy to follow. A sticky Mega Menu provides the users with quick access to all of your site’s pages. Ajax search is also included. With its help, the users can find the desired items by typing in a keyword. A list of suggested products will be shown as one writes the search request. The store’s items feature quick view functionality. Product badges are also provided for better decision-making. The template is fully editable. You can manage its color scheme in a click, thanks to Theme Color Switcher tool. On top of that, it includes multiple homepage variations and custom page templates. Sliced PSD and detailed documentation are added to the pack.

Купить — bit.ly/2cnUbJy
Дизайн, шаблоныPts Season Multi-purposes Prestashop Theme (1)
Post #698
5 May 2016, 06:40 | Pts Season Multi-purposes Prestashop Theme
Pts Season Multi-purposes Prestashop Theme
Pts Season is powerful Multi-purposes Prestashop theme, it can be used for any E-Shop thanks to the unlimited designs with 10 premade unique demos for different business market. The beautiful, clean, minium design concept will help represent your products in smartest ways. The product list is well structured and easy to navigate, the Product detail is designed to show off product information intuitively. The multi-purposes theme is fully responsive based on Bootstrap 3 grid system. Built with the outstanding Prestashop Framework, supports Prestashop Drag and Drop Page Builder and integrates 50+ Prestashop widgets, the theme saves you tons of time to build pages/layout, content.

Pts Season is easy to customize with intuitive theme control panel that includes all necessary built-in options and tools: megamenu builder, layout management, theme setting, compression, etc. The Live theme editor allows user to customize theme real time based on predefined parameters. Pts Season is built with latest web technologies, includes the No hacking core prestashop codes to power and secure your store.

Купить — bit.ly/1Y9MGpm
Дизайн, шаблоныMediaCenter - Electronics Store Prestashop Theme (3)
Post #697
4 May 2016, 17:44 | MediaCenter - Electronics Store Prestashop Theme
MediaCenter - Electronics Store Prestashop Theme
MediaCenter is an advanced Prestashop theme fully customizable and suitable for e-commerce websites of any purpose. The template is characterized by universality, attractiveness and easy customization. With the gradients, unlimited colors and GoogleWebFonts you can create your dream shop in few minutes. In addition, we have created for you 5 basic color version that you can further edit. The template is not only visually appealing, but also uses the newest trends in coding with the use of html5, css3 and bootstrap 3.

MediaCenter is a clean, modern, user friendly, responsive and highly customizable PrstashoTheme, built for especially for your Prestashop electronics store.

We have put in lots of love and effort into building this theme and we sincerely hope you will enjoy using this theme as much as we enjoyed while developing it.

Купить — bit.ly/1ZcF99u
Last edit admin - 05 May 2016, 06:39
Общий форумСкидка за регистрацию (3)
Post #458
22 May 2015, 13:17 | Скидка за регистрацию
Откройте файл /controllers/front/AuthController.php и после:
if ($customer->add())
{

добавьте:
$cart_rule = new CartRule();
foreach(Language::getLanguages() as $language)
    $cart_rule->name[$language['id_lang']] = 'Бонусная скидка';
$cart_rule->id_customer = (int)$customer->id;
$cart_rule->date_from = date('Y-m-d');
$cart_rule->date_to = date('Y-m-d', strtotime('+14 day'));
$cart_rule->quantity = 1;
$cart_rule->quantity_per_user = 1;
$cart_rule->priority = 1;
$cart_rule->partial_use = 1;
$cart_rule->reduction_amount = 100;
$cart_rule->reduction_currency = (int)Configuration::get('PS_CURRENCY_DEFAULT');
$cart_rule->add();

100 — сумма скидки.
Общий форумКак в PrestaShop 1.6 удалить из title названиние магазина (2)
Post #397
14 February 2015, 15:45 | Как в PrestaShop 1.6 удалить из title названиние магазина
Итак открываем текстовым редактором Notepad++ файл «meta.php», находящийся в папке classes в корне вашего сайта, нажимаем сочетание клавиш «ctrl+H» и в поле найти вводим:
.' - '.Configuration::get('PS_SHOP_NAME')

Поле «заменить все» оставляем пустым и нажимаем заменить все. После этого в title пропадет "- название"
Так же удаляется название из title и в версиях 1.5 и 1.4 PrestaShop с единственной разницей, что тоже самое нужно проделать с файлом «tools.php» находяшимся в той же папке.
Общий форумМодуль отзывов Prestashop 1.5-1.6 (5)
Post #389
3 February 2015, 11:00 | Модуль отзывов Prestashop 1.5-1.6
Модуль отзывов Prestashop 1.5-1.6 в категории и в карточке товара, кому интересно, пишите





Общий форумИзменить № счета сбукв на цифры (1)
Post #356
10 December 2014, 01:10 | Изменить № счета сбукв на цифры
Нужно изменить в классе Order метод generateReference().
/**
 * Gennerate a unique reference for orders generated with the same cart id
 * This references, is usefull for check payment
 *
 * <ls user="return" /> String
 */
public static function generateReference()
{
	return strtoupper(Tools::passwdGen(9, 'NUMERIC'));
}
Общий форумШаблоны для PrestaShop 1.6 (3)
Post #351
7 December 2014, 01:54 | Шаблоны для PrestaShop 1.6
AUTUMN — RESPONSIVE PRESTASHOP 1.6 THEME WITH BLOG

Fluid Design Custom made css grid system Based on default theme Zero core modifications Retina product image support Groupon style countdowns for product discounts Ability to change the entire color scheme of the theme including buttons and icons with one option Google Fonts option
Демо Купить
Last edit admin - 07 December 2014, 01:57
Общий форумРандомность товаров в модуле homefeatured (1)
Post #350
7 December 2014, 01:38 | Рандомность товаров в модуле homefeatured
открываем файл:
module/homefeatured/homefeatured.php
ищем:
public function hookDisplayHome($params)
{
if (!$this->isCached('homefeatured.tpl', $this->getCacheId()))
{
$this->_cacheProducts();
$this->smarty->assign(
array(
'products' => HomeFeatured::$cache_products,
'add_prod_display' => Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'),
'homeSize' => Image::getSize(ImageType::getFormatedName('home')),
)
);
}


return $this->display(__FILE__, 'homefeatured.tpl', $this->getCacheId());
}

заменяем следующим кодом:
public function hookDisplayHome($params){
$category = new Category(Context::getContext()->shop->getCategory(), (int)Context::getContext()->language->id);
$nb = (int)(Configuration::get('HOME_FEATURED_NBR'));
/*$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 10));*/
$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 10), 'date_add', 'DESC', false, true, true, $nb);

shuffle($products);
$this->smarty->assign(array(
'products' => $products,
'add_prod_display' => Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'),
'homeSize' => Image::getSize('home_default'),
));
return $this->display(__FILE__, 'homefeatured.tpl');
}

Готово. Теперь при обновлении страницы в блоке рекомендуемых товаров они будет рандомно меняться.
Last edit admin - 07 December 2014, 01:39
Общий форумВывод цены товара в блоке просмотренных товаров (5)
Post #349
7 December 2014, 01:16 | Вывод цены товара в блоке просмотренных товаров
Открываем файл modules/blockviewed/blockviewed.php
ищем:
SELECT MAX(image_shop.id_image) id_image, p.id_product, il.legend, product_shop.active, pl.name, pl.description_short,

заменяем:
SELECT MAX(image_shop.id_image) id_image, p.id_product, p.price, il.legend, product_shop.active, pl.name, p.price, pl.description_short,

ищем:
$obj->category_rewrite = $productsImagesArray[$productViewed]['category_rewrite'];

после кода выше добавляем:
$obj->price = $productsImagesArray[$productViewed]['price'];

в нужное место шаблона выводим цену следующим кодом:
<p> {convertPrice price=$viewedProduct->price}</p>


Результат:
Last edit admin - 07 December 2014, 01:18
Общий форумВопрос программисту (41)
Post #346
26 November 2014, 01:33 | Вопрос программисту
Для получения хорошего ответа рекомендуется задавать вопрос как можно точнее.
Общий форумКраткое описание производителя. (1)
Post #336
15 November 2014, 02:02 | Краткое описание производителя.
Выводим краткое описание производителя не на страницу где все производителя, а на страницу уже с конкретным производителем к которому было написано это описание в админке.
/themes/ваш-шаблон/manufacturer.tpl
{$manufacturer->short_description}

{$manufacturer->description}
Общий форумPrestashop 1.6 страница с отзывами (3)
Post #325
5 November 2014, 20:41 | Prestashop 1.6 страница с отзывами
Создать файл list.php в директории /modules/productcomments/. В файл добавить:
<?php

require_once(dirname(__FILE__).'/../../config/config.inc.php');
require_once(dirname(__FILE__).'/../../header.php');
include_once(dirname(__FILE__).'/productcomments.php');


$context = Context::getContext();
$comments = new ProductComments();

require_once(dirname(__FILE__).'/ProductComment.php');
$context->smarty->assign('comments', ProductComment::getAll());
echo $context->smarty->display(dirname(__FILE__).'/comments.tpl');
require(dirname(__FILE__).'/../../footer.php');

Создать файл comments.tpl в директории /modules/productcomments/. В файл добавить:
<div>
{if $comments}
{foreach from=$comments item=comment}
    <div class="comment clearfix">
        <div class="comment_author">
            <div class="comment_author_infos">
                <strong>{$comment.customer_name|escape:'html':'UTF-8'}</strong>
                <em>{dateFormat date=$comment.date_add|escape:'html':'UTF-8' full=0}</em>
            </div>
        </div>
        <div class="comment_details">
            <h4 class="title_block">{$comment.name}</h4>
            <p>{$comment.content|escape:'html':'UTF-8'|nl2br}</p>
        </div>
    </div>
{/foreach}
{/if}    
</div>
Last edit admin - 05 November 2014, 20:42
Общий форумКол-во товаров в корзине (1)
Post #280
22 September 2014, 23:49 | Кол-во товаров в корзине
Два способа:
1) Панель управления > Товары > Выбрать товар > вкладка «Количество» > установить минимальное кол-во.
Если к товару добавлены комбинации установить минимальное кол-во можно в вкладке «Комбинации».
2) Если необходимо глобально для всех товаров установить минимальное кол-во:
/classes/Cart.php
заменить:
if (!empty($id_product_attribute))
            $minimal_quantity = (int)Attribute::getAttributeMinimalQty($id_product_attribute);
        else
            $minimal_quantity = (int)$product->minimal_quantity;

на:
$minimal_quantity = 4;
Общий форумЗакрыть товар на сайте (1)
Post #268
22 August 2014, 13:18 | Закрыть товар на сайте
1.Товар есть. Он будет присутствовать при выдаче по запросам(Фильтры и поиск на сайте) и будет раздражать
2.у меня количество 0 уже занято! Использую эту фишку, как товар «под заказ».

Если включен модуль фильтрации:
Открыть /modules/blocklayered/blocklayered.php
перед:
AND p.id_product IN ('.implode(',', $product_id_list).')

добавить:
AND stock.quantity > 0

иначе открыть файл /classes/Category.php и после:
AND cp.`id_category` = '.(int)$this->id

добавить:
.' AND stock.quantity > 0'

Поиск:
открыть /classes/poisk.html и после:
WHERE p.`id_product` '.$product_pool.'

добавить:
AND stock.quantity > 0

и ниже:
$sql = 'SELECT COUNT(*)
                FROM '._DB_PREFIX_.'product p
                '.Shop::addSqlAssociation('product', 'p').'
                INNER JOIN `'._DB_PREFIX_.'product_lang` pl ON (
                    p.`id_product` = pl.`id_product`
                    AND pl.`id_lang` = '.(int)$id_lang.Shop::addSqlRestrictionOnLang('pl').'
                )
                LEFT JOIN `'._DB_PREFIX_.'manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer`
                WHERE p.`id_product` '.$product_pool;

заменить на:
$sql = 'SELECT COUNT(*)
                FROM '._DB_PREFIX_.'product p
                '.Shop::addSqlAssociation('product', 'p').'
                INNER JOIN `'._DB_PREFIX_.'product_lang` pl ON (
                    p.`id_product` = pl.`id_product`
                    AND pl.`id_lang` = '.(int)$id_lang.Shop::addSqlRestrictionOnLang('pl').'
                )
LEFT JOIN `'._DB_PREFIX_.'manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `'._DB_PREFIX_.'product_attribute` pa    ON (p.`id_product` = pa.`id_product`)
'.Shop::addSqlAssociation('product_attribute', 'pa', false, 'product_attribute_shop.`default_on` = 1').'
'.Product::sqlStock('p', 'product_attribute_shop', false, $context->shop).'
                WHERE p.`id_product` '.$product_pool.'
AND stock.quantity > 0';
Общий форумПоле "закупочная цена" в админке (1)
Post #267
22 August 2014, 13:13 | Поле "закупочная цена" в админке
Откройте /controllers/admin/AdminProductsController.php и до:
$this->fields_list['price'] = array(
            'title' => $this->l('Base price'),
            'type' => 'price',
            'align' => 'text-right',
            'filter_key' => 'a!price'
        );

добавьте:
$this->fields_list['wholesale_price'] = array(
    'title' => $this->l('Wholesale price'),
    'type' => 'price',
    'align' => 'text-right',
    'filter_key' => 'a!wholesale_price'
);
Общий форумМодуль callback (15)
Post #213
22 June 2014, 22:30 | Модуль callback
Модуль заказа обратного звонка на prestashop 1.6
Общий форумМодуль подгрузка товаров при скроллинге (7)
Post #212
22 June 2014, 22:28 | Модуль подгрузка товаров при скроллинге
Установка:


В дефолтной теме нужно только добавить списку товаров в product-list.tpl id=«product_list»
было:
<ul{if isset($id) && $id} id="{$id}"{/if} class="product_list grid row{if isset($class) && $class} {$class}{/if}">

стало:
<ul id="product_list" class="product_list grid row{if isset($class) && $class} {$class}{/if}">
Общий форумМодуль minicslider v4 (1)
Post #211
22 June 2014, 22:20 | Модуль minicslider v4
Хороший модуль для реализации слайдера!
minic slider
Last edit admin - 22 June 2014, 22:22
Общий форумКак удалить все брошенные корзины (1)
Post #124
17 April 2014, 11:37 | Как удалить все брошенные корзины
Открываем файл:
AdminCartControllers.php
Находится тут:
Controllers->Admin->AdminCartsController.php
На 38 строке, добавить:
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
Last edit admin - 17 April 2014, 11:42
Общий форумПоле description_short (Русский (Russian)) слишком длинное (1)
Post #121
9 April 2014, 12:26 | Поле description_short (Русский (Russian)) слишком длинное
admin/tabs/AdminProducts.php

находим код
if (Tools::strlen(strip_tags($value)) > 400)    $this->_errors[] = $this->l('the field').' <b>'.call_user_func(array($className, 'displayFieldName'), 'description_short').' ('.$language['name'].')</b> '.$this->l('is too long').' : 400 '.$this->l('chars max').' ('.$this->l('count now').' '.Tools::strlen(strip_tags($value)).')';

и заменяем его на
if (Tools::strlen(strip_tags($value)) > 500)    $this->_errors[] = $this->l('the field').' <b>'.call_user_func(array($className, 'displayFieldName'), 'description_short').' ('.$language['name'].')</b> '.$this->l('is too long').' : 500 '.$this->l('chars max').' ('.$this->l('count now').' '.Tools::strlen(strip_tags($value)).')';


далее открываем
classes/Product.php
находим код
foreach ($this->description_short as $k => $value)    if (Tools::strlen(strip_tags($value)) > 400)    {        if ($die) die (Tools::displayError().' ('.get_class($this).'->description: length > 400 for language '.$k.')');            return $errorReturn ? get_class($this).'->'.Tools::displayError('description: length > 400 for language').' '.$k : false;    }    return parent::validateFieldsLang($die, $errorReturn);

и заменяем его на
foreach ($this->description_short as $k => $value)    if (Tools::strlen(strip_tags($value)) > 500)    {        if ($die) die (Tools::displayError().' ('.get_class($this).'->description: length > 500 for language '.$k.')');            return $errorReturn ? get_class($this).'->'.Tools::displayError('description: length > 500 for language').' '.$k : false;    }    return parent::validateFieldsLang($die, $errorReturn);
Общий форумУпрощение заказа PrestaShop 1.5 (1)
Post #107
22 March 2014, 01:12 | Упрощение заказа PrestaShop 1.5
Если Вам нужно упростить процесс оформления, пишите тут!
Стоимость услуги 50$.

Пример тут
Общий форумМодуль Product List Attributes (6)
Post #102
12 March 2014, 00:40 | Модуль Product List Attributes
Общий форумЕсли Вас кинули (4)
Post #86
30 December 2013, 04:49 | Если Вас кинули
Если Вас кинул разработчик или клиент пишите сюда, указывайте как можно больше контактов героев!
Last edit admin - 30 December 2013, 04:50
Общий форумЕсли в переводах видите max_input_vars (1)
Post #85
29 December 2013, 13:07 | Если в переводах видите max_input_vars
в корне Вашего хостинга ищем
.htaccess

и в любое место добавляем
php_value max_input_vars 5000

помогает не всегда
Общий форумМодуль Product Labels Advanced PS 1.5 (1)
Post #82
23 December 2013, 04:42 | Модуль Product Labels Advanced PS 1.5
Модуль Product Labels Advanced PS 1.5
Общий форумШаблоны PrestaShop (1)
Post #73
16 December 2013, 16:04 | Шаблоны PrestaShop
  • Шаблоны 99$
  • Разработка лого от 60$
  • Разработка баннеров от 20$
  • Перекраска шаблона в другой цвет от 30$
Заказать можно через контакты или написать admin
Общий форумМодуль ContentPack 9 in 1 - 1.2.6 (3)
Post #72
16 December 2013, 15:26 | Модуль ContentPack 9 in 1 - 1.2.6
Модуль ContentPack 9 in 1 — 1.2.6
Общий форумМодуль Home Featured Categories (1)
Post #71
16 December 2013, 03:41 | Модуль Home Featured Categories
Модуль Home Featured Categories
Общий форумМодуль Quantity Box and Attributes in Product Lists (3)
Post #70
16 December 2013, 03:39 | Модуль Quantity Box and Attributes in Product Lists
Модуль Quantity Box and Attributes in Product Lists
Общий форумМодуль для закрепления любой информации внизу сайта (1)
Post #69
16 December 2013, 03:37 | Модуль для закрепления любой информации внизу сайта
Модуль для закрепления любой информации внизу сайта
Общий форумМодуль Duplicate URL Redirect (1)
Post #68
16 December 2013, 03:36 | Модуль Duplicate URL Redirect
Модуль Duplicate URL Redirect
Общий форумГрафика для сайта (1)
Post #67
13 December 2013, 18:05 | Графика для сайта
Любая графика для сайта.
Общий форумМодуль v1.2.1-contentpack (9 in 1 (1)
Post #59
10 December 2013, 16:31 | Модуль v1.2.1-contentpack (9 in 1
Модуль v1.2.1-contentpack (9 in 1)
Общий форумМодуль Skrill Moneybookers (1)
Post #58
10 December 2013, 02:44 | Модуль Skrill Moneybookers
Модуль Skrill Moneybookers
Общий форумМодуль PayPal PRO (5)
Post #57
9 December 2013, 20:00 | Модуль PayPal PRO
Модуль PayPal PRO
Общий форумМодуль Force currency (1)
Post #56
9 December 2013, 19:24 | Модуль Force currency
Модуль Force currency
Общий форумМодуль Seogenerator (1)
Post #55
9 December 2013, 19:22 | Модуль Seogenerator
Модуль Seogenerator
Общий форумМодуль Clean Url 0.5 (3)
Post #54
9 December 2013, 19:21 | Модуль Clean Url 0.5
Модуль Clean Url 0.5
Общий форумМодуль Flexible Menu 1.2 (1)
Post #51
3 December 2013, 02:38 | Модуль Flexible Menu 1.2
Prestashop Flex Menu Demo:
Общий форумМодуль перехода с oscommerce на prestashop (1)
Post #50
3 December 2013, 02:37 | Модуль перехода с oscommerce на prestashop
Модуль перехода с oscommerce на prestashop
Общий форумКак учитывать Buyme в Яндекс.метрике (1)
Post #36
28 November 2013, 19:17 | Как учитывать Buyme в Яндекс.метрике
Когда-то мы уже искали решение для того, как учитывать заказы, сделанные через Buyme в Яндекс.метрике. В чём была проблема: метрика может отслеживать цель и самый простой путь — указать адрес страницы, которая является подтверждением заказа.

Например, урл такой страницы в вашем интернет-магазине содержит «confirmation=success», тогда покупка 100% произошла в том случае, если покупатель оказался на этой странице. В случае с Buyme отдельная страница не открывается, поэтому отслеживать такую конверсию подобным путём можно немного по-другому.
Инструкция для Buyme
Чтобы при удачной покупке загружалась страница с кодом метрики, надо сделать следующее:
  1. Зайти в Метрику, открыть редактирование созданного ранее сайта и в закладке «Цели» добавить новую. Выбрать «событие», в «идентификатор цели» указать «buyme» без кавычек:

  1. 2. В файле /buyme/js/buyme.js (в более старых версиях в файле core.js) найти строку:
if (data.result == "ok") {

И после неё вставить строку:
yaCounterXXXXXX.reachGoal('buyme');

… где ХХХХХХ номер вашего счетчика.
  1. 3. Очистить кэш.
Общий форумКнига по PrestaShop (1)
Post #34
26 November 2013, 17:49 | Книга по PrestaShop
Всем привет! Кто хочет знать максимум о движке PrestaShop покупайте книгу.
Книга по PrestaSHop
Книга по PrestaShop
Книга стоит 500руб.
Купить можно на сайте моего знакомого.
Last edit admin - 26 November 2013, 17:55
Общий форумМодуль Multiple Features (1)
Post #33
25 November 2013, 19:04 | Модуль Multiple Features
Модуль дает возможность использовать несколько значений свойств
Общий форумМодуль модального окна при заходе на сайт (1)
Post #32
25 November 2013, 19:01 | Модуль модального окна при заходе на сайт

Модуль добавляет окно при заходе на сайт
Общий форумМодуль рекламные банеры (1)
Post #30
25 November 2013, 15:09 | Модуль рекламные банеры
Очень хороший модуль для отображения скидок под некие праздники.


Скачать
Общий форумStore Manager for PrestaShop v2.2.3.286 (5)
Общий форумМодуль Advanced Search 4 (7)
Post #10
16 October 2013, 02:13 | Модуль Advanced Search 4
Модуль Advanced Search 4 для PrestaShop
Last edit admin - 16 October 2013, 02:13
Общий форумБлок контактов (1)
Post #8
15 October 2013, 23:29 | Блок контактов
Блок контактов для PrestaShop
Last edit admin - 15 October 2013, 23:29
Общий форумЦена со скидкой и без (1)
Post #7
15 October 2013, 09:23 | Цена со скидкой и без
Время от времени возникает вопрос как вывести на страницу товара цену со скидкой и без, и чтоб старая цена была зачеркнутой
Далее нам нужно открыть файл на вашем ftp сервере:
/themes/ваша-тема/product-list.tpl

И добавить:
{if $product.specific_prices}
    <span class="old_price_display">{convertPrice price=$product.price_without_reduction}</span> 
{/if}
Общий форумРедактор шаблонов писем (2)
Post #5
14 October 2013, 17:40 | Редактор шаблонов писем
Чтоб долго не искать все в панели управления, можно установить модуль и сделать все правки какие нужны
Last edit admin - 14 October 2013, 17:40
Общий форумМодуль новостей PrestaShop 1.5 (15)
Post #4
10 October 2013, 02:02 | Модуль новостей PrestaShop 1.5
Модуль новостей для PrestaSHop 1.5
Last edit admin - 10 October 2013, 02:02
Общий форумОтзывы об исполнителях (91)
Post #3
8 October 2013, 14:48 | Отзывы об исполнителях
Отзывы о разработчиках можно оставлять в данной теме
Last edit admin - 11 October 2013, 18:47
Общий форумУниверсальный шаблон (1)
Post #2
7 October 2013, 22:57 | Универсальный шаблон
Шаблон подойдет практически для создания любого интернет магазина, цвета шаблона серый и зеленый.
Универсальный шаблон
Last edit admin - 07 October 2013, 22:57
Общий форумТемы для уроков (7)
Post #1
6 October 2013, 17:09 | Темы для уроков
Привет всем! Прошу писать темы для видео уроков! Есть в планах создать серию уроков как создать свой первый интернет магазин. Как Вам такая идея?
Last edit admin - 06 October 2013, 17:09