◄Настройка модулей► Magento

Статус
В этой теме нельзя размещать новые ответы.

Violent

V-Power! (7 Years with Nulled! <3)
Регистрация
17 Окт 2012
Сообщения
375
Реакции
296
Тему создано специально для помощи в установке/настройке модулей, расширений или хаков для CMS Magento.

Прежде чем написать в этой или любой-другой теме, ОБЯЗАТЕЛЬНО прочите правила раздела: Для просмотра ссылки Войди или Зарегистрируйся (незнание правил, не освобождает от ответственности и наказания!)

Если вопрос не касается настройки или каких-либо манипуляций с модулями как родных, так и сторонних, то тогда вам нужно заглянуть в одну из этих тем:

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся

Свою проблему/просьбу описывайте как можно подробней и по возможности обязательно нужно давать примеры страниц (код, скриншоты или ссылки на сайт под спойлер или хайд) или сам модуль/расширение!

P.S. Если проблема не решается в 3-4 сообщения, это не проблема, это кривые руки!
:att:
P.P.S. Прежде чем задать вопрос обновите кэш, индексы и отключите компиляцию, а лучше при настройке/доработке отключите всё что только можно! Иначе, глупые вопросы попросту будут удаляться.
 
Последнее редактирование:
в мускуле запустить команду
для конкретной базы : SET foreign_key_checks = 0;
после завершения манипуляций
для конкретной базы : SET foreign_key_checks = 1;

глобально :
SET GLOBAL foreign_key_checks=0;
SET GLOBAL foreign_key_checks=1;

а что SET foreign_key_checks = 0 даст?
насколько я помню там в core_config или аналогичной таблице ищешь запись с названием модуля и ее удаляешь?
 
  • Нравится
Реакции: Sahh
У меня еще есть 1 затык с этим экспортом и яндекс маркетом.
1) В названиях некоторых товаров есть & ( тильда). В результате при выгрузке идет ошибка парсинга XML. Менять в магазине названия на без & не очень хочется - не сеошно. Потому наверное реальным решением будет автозамена & при выгрузке.

Посмотрите вкладку "Additional" (в режиме редактирования фида). Там в самом низу есть Content Filter, который как раз позволяет Regex. Думаю, что с помощью регулярного выражения можно избавиться от тильды.Screen Shot 2017-08-03 at 17.37.23.png
 
Magestore One Step Checkout 3.7.0
86390

Version 3.7.0 (released on Aug 4, 2017)


    • Fix error if enter wrong email address when checkout
    • Fix issue when remove items in mini-cart box
    • Fix error Authorize.net Direct Post isn't shown in order review
    • Fix error can not remove coupon code
    • Fix conflict with ICheck JS in Magento Enterprise
    • Fix error do not update shipping fee after applied coupon code
    • Fix error do not active Place Order button after corrected the credit card form
    • Fix error showing bundled items in order review box
    • Fix error showing default address information in checkout page
    • Fix error updating shipping information after changed item qty
    • Fix style error of 3-column layout
    • Fix style error when enable gift wrap in checkout page
    • Fix error do not apply default shipping method
    • Fix error email validation
    • Add guide to configure google address suggestion
    • Allow to restrict access to One-Step-Checkout page by ip-address
    • Integrate with Amazon Pay
    • Integrate with Iways PayPal Plus
    • Integrate with Store Credit Magento Enterprise


[visitor][/visitor], Не делитесь в другом месте!
[visitor][/visitor], Don't share elsewhere!
Thanks a lot for the: Magestore One Step Checkout 3.7.0

That version contains: Add guide to configure google address suggestion

Do you have additional manual/instruction for it? Google address suggestion not working for me ;(
 
Последнее редактирование модератором:
Thanks a lot for the: Magestore One Step Checkout 3.7.0

That version contains: Add guide to configure google address suggestion

Do you have additional manual/instruction for it? Google address suggestion not working for me ;(
Для просмотра ссылки Войди или Зарегистрируйся
Click "Get a key". Copy & paste generates key to magento
Для просмотра ссылки Войди или Зарегистрируйся
 
Последнее редактирование:
Для просмотра ссылки Войди или Зарегистрируйся
Click "Get a key". Copy & paste generates key to magento
Для просмотра ссылки Войди или Зарегистрируйся

It's still not working, I have a API key installed but it's not working. Eg. If I am from London, then the address is not showing even from UK... :( Is that working for you? Even demo in Magestore not working properly... There is a list with addresses but there isn't even close address to me.
 
У меня Вопрос к тем кто пользуется Amasty SEO Toolkit
Во вкладке SEO Reviews если включить Redirect `Single Review Page` to `Product Page` и перейти на ревью по адресу
Код:
http://mysupershop.com/review/product/view/id/53/
то должен произойти редирект на страницу продукта, а в реальности происходит редиректит на 404 страницу.
Это происходит потому что к адресу добавляется что то вроде /reviews/product-53.html
и получается
Код:
http://mysupershop.com/category/product.html/reviews/product-53.html
Корни растут из файла /app/code/local/Amasty/SeoReviews/Helper/Data.php
в самом конце на 141 строке код
PHP:
return $url . '/reviews/' . $alias . $suffix;
У меня вопрос зачем так?
на мой взгляд должно быть так
PHP:
return $url;
Этот код делает редирект правильно но возможно я что то не понимаю и есть какой то сакральный смысл в оригинальном варианте?

У меня еще есть 1 затык с этим экспортом и яндекс маркетом.
1) В названиях некоторых товаров есть & ( тильда). В результате при выгрузке идет ошибка парсинга XML.
Так вот собственно сам вопрос, как теперь настроить автозамену в динамическом поле custom:dynamic_name?
Опоздал с ответом но лучше поздно ;)
ваш подход в корне не верен вам нужно использовать <![CDATA[{name}]]> можно конечно использовать замену & на &amp; но это более геморройно чем заключить всё содержащее запрещённые в XML символы в <![CDATA[Здесь & можно ~ писать всё]]>
 
Последнее редактирование:
Amasty - FullPageCache 1.8.0
Для просмотра ссылки Войди или Зарегистрируйся
С этим модулем что то не так. Он рушит страницу продукта если на сайте установлен Amasty Google Rich Snippets
Это происходит потому что в этом модуле присутствует файл icons.phtml с helper 'amconf' который конфликтует с helper 'amconf' Google Rich Snippets
Код:
<!—log—>
ERR (3): Warning: include(Mage/Amconf/Block/Catalog/Product/Price.php): failed to open stream: No such file or directory  in /var/www/vhosts/mysite.ru/lib/Varien/Autoload.php on line 94
<!—end log—>
Ещё структура папок отличается от обычной у amasty
 
Добрый день, помогите с настройкой Varnish/Turpentine, пожалуйста. Что-то у меня не так.

Стоит Turpentine из Magento Connect и Varnish 5.1.3

Код:
# Varnish environment configuration description. This was derived from
# the old style sysconfig/defaults settings

# Set this to 1 to make systemd reload try to switch VCL without restart.
RELOAD_VCL=1

# Set WARMUP_TIME to force a delay in reload-vcl between vcl.load and vcl.use
# This is useful when backend probe definitions need some time before declaring
# configured backends healthy, to avoid routing traffic to a non-healthy backend.
#WARMUP_TIME=0

# Main configuration file. You probably want to change it.
VARNISH_VCL_CONF=/etc/varnish/default.vcl

# Default address and port to bind to. Blank address means all IPv4
# and IPv6 interfaces, otherwise specify a host name, an IPv4 dotted
# quad, or an IPv6 address in brackets.
# VARNISH_LISTEN_ADDRESS=192.168.1.5
VARNISH_LISTEN_PORT=80

# Admin interface listen address and port
VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1
VARNISH_ADMIN_LISTEN_PORT=6082

# Shared secret file for admin interface
VARNISH_SECRET_FILE=/etc/varnish/secret

# Backend storage specification, see Storage Types in the varnishd(5)
# man page for details.
VARNISH_STORAGE="malloc,256M"

# User and group for the varnishd worker processes
VARNISH_USER=varnish
VARNISH_GROUP=varnish

# Other options, see the man page varnishd(1)
DAEMON_OPTS="-p thread_pool_min=5 -p thread_pool_max=500 -p thread_pool_timeout=300 -p feature=+esi_disable_xml_check -p cli_buffer=16384"

Код:
vcl 4.0;
backend default { .host = "91.231.86.147"; .port = "8181";}
include "/etc/varnish/backends.vcl";
sub vcl_recv { include "/etc/varnish/sites.vcl";}

Код:
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      21024/varnishd      
tcp        0      0 127.0.0.1:6082          0.0.0.0:*               LISTEN      21024/varnishd      
tcp6       0      0 :::80                   :::*                    LISTEN      21024/varnishd      

tcp6       0      0 :::8181                 :::*                    LISTEN      21021/httpd        
tcp6       0      0 :::443                  :::*                    LISTEN      21021/httpd

Настройки Turpentine:

varnish1.png

varnish2.png
При сохранении настроек ругается на

Код:
Error determining Varnish version: Got unexpected response code from Varnish: 500
Failed to apply the VCL to 127.0.0.1:6082: Failed to load configurator
Error determining Varnish version: Got unexpected response code from Varnish: 500
Failed to load configurator
 
Working varnish nexcess turpentine configuration

/ etc / varnish / secret key

System - Configuration - Varnish Option
find "secret key"
replace "secret key\n"

/etc/varnish/default.vcl

#
# This is an example VCL file for Varnish.
#
# It does not do anything by default, delegating control to the
# builtin VCL. The builtin VCL is called when there is no explicit
# return statement.
#
# See the VCL chapters in the Users Guide at Для просмотра ссылки Войди или Зарегистрируйся
# and Для просмотра ссылки Войди или Зарегистрируйся for more examples.

# Marker to tell the VCL compiler that this VCL has been adapted to the
# new 4.0 format.
vcl 4.0;

# Default backend definition. Set this to point to your content server.
backend default {
.host = "127.0.0.1";
.port = "8080";
}

sub vcl_recv {
# Happens before we check if we have this in cache already.
#
# Typically you clean up the request here, removing cookies, you do not need,
# rewriting the request, etc.
}

sub vcl_backend_response {
# Happens after we have read the response headers from the backend.
#
# Here you clean the response headers, removing silly Set-Cookie headers
# and other mistakes your backend does.
}

sub vcl_deliver {
# Happens when we have all the pieces we need, and are about to send the
# response to the client.
#
# You can do accounting or modifying the final object here.
}

/etc/varnish/varnish.params


# Varnish environment configuration description. This was derived from
# the old style sysconfig / defaults settings

# Set this to 1 to make systemd reload try to switch VCL without restart.
RELOAD_VCL = 1

# Main configuration file. You probably want to change it.
VARNISH_VCL_CONF = / etc / varnish / default.vcl

# Default address and port to bind to. Blank address means all IPv4
# and IPv6 interfaces, otherwise specify a host name, an IPv4 dotted
# quad, or an IPv6 address in brackets.
VARNISH_LISTEN_ADDRESS = 127.0.0.1
VARNISH_LISTEN_PORT = 8081

# Admin interface listen address and port
VARNISH_ADMIN_LISTEN_ADDRESS = 127.0.0.1
VARNISH_ADMIN_LISTEN_PORT = 6082

# Shared secret file for admin interface
VARNISH_SECRET_FILE = / etc / varnish / secret

# Backend storage specification, see Storage Types in the varnishd (5)
# man page for details.
VARNISH_STORAGE = "malloc, 1G"

# User and group for the varnishd worker processes
VARNISH_USER = varnish
VARNISH_GROUP = varnish

# Other options, see the man page varnishd (1)
DAEMON_OPTS = "- p thread_pool_min = 200 \
-p thread_pool_max = 4000 \
-p thread_pool_add_delay = 2 \
-p cli_timeout = 25 \
-p cli_buffer = 26384 \
-p syslog_cli_traffic = off \
-p feature = + esi_disable_xml_check, + esi_ignore_other_elements \
-p vcc_allow_inline_c = on \
-p timeout_linger = 100 "
-p feature = + esi_ignore_other_elements


service varnish restart
systemctl status varnish.service
 
Последнее редактирование:
Попробовал Mirasvit Sphinx Search и если ввести в поиск слово которого нет вываливается с 503 ошибкой на странице результатов поиска
в лог ничего не пишет, поэтому не могу понять в чём проблема
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху