Jump to content

humbert

Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

humbert's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

1

Reputation

  1. Purpose: to show prices with tax for people from a certain country without logging and registering. Version PrestaShop 1.5.6. File: config.inc.php Search string $defaultCountry = new Country(Configuration::get('PS_COUNTRY_DEFAULT'), Configuration::get('PS_LANG_DEFAULT')); Replace to: $country_user=geoip_country_code_by_name($_SERVER['REMOTE_ADDR']); //Getting the country code by IP if($country_user=="IL") //country Israel { $defaultCountry = new Country(29, Configuration::get('PS_LANG_DEFAULT')); // 29 - Country number in the database PrestaShop } else { $defaultCountry = new Country(Configuration::get('PS_COUNTRY_DEFAULT'), Configuration::get('PS_LANG_DEFAULT')); }
  2. The situation is the following, there is PrestaShop 1.7.2.4 engine, there is a PayPal v4.4.2 module - from PrestaShop we can’t activate accepting payments via PayPal Click on the Activate button, go to PayPal, asks to create a business account or refuse, refuse, because there is already a business account, it is being transferred to a personal account and so on in a circle.
  3. Prestashop версии 1.7.2.4 https://addons.prestashop.com/ru/payment-card-wallet/1748-paypal.html - модуль PayPal Согласно этому научному труду пытаюсь подключить PayPal https://www.youtube.com/watch?v=dG8EduSIkAA&feature=player_embedded И не подключается. Не изменяется в PrestaShop кнопка Activate на Modify Отключал Sandbox, подключал заново - ходит по кругу и ничего не происходит.
  4. only the price and weight or you can and other characteristics of the goods? Example, deep or height, temperature
  5. Please help me translated the phrase "Our company." In the DB phrase translated In the admin panel, there is also a translation But there is no translation on the website The cache was reset
  6. Не пойму в чем причина, в одной рубрике поиск по характеристикам открыт, в другой нет ничего. http://17.fishingmania.club/en/14-trout - тут не работает http://17.fishingmania.club/en/12-line - тут пашет
  7. раньше был встроен fancybox и jquery Сейчас этого нет. Посоветуйте чем картинки показывать с листанием
  8. Теперь еще одна проблема - не видно все галереи товаров. При заходе на товар идет редирект на страницу дефолтной комбинации и показывается картинка только этой комбинации. Раньше, в Prestashop 1.6 показывалась полная галерея, в 1.7 зачем-то убрали это. Теперь чтобы посмотреть все цвета, надо поочередно выбирать цвета.
  9. Исправил themes/ваша_тема/templates/catalog/_partials/miniatures/product-listgrid.tpl Было Стало
  10. Дефолтный шаблон, добавил товары, добавил обложку товара, добавил атрибуты типа color, к каждому атрибуту назначил картинку товара нужного цвета Теперь в списке товаров вместо необходимой обложки показывается картинка первого атрибута.
  11. А тем, кто оказывает услуги по программированию здесь писать можно?
  12. ЧПУ страницы cms - info/{rewrite} Поэтому ЧПУ категории cms - info/category/{id}-{rewrite} - чтобы движок не запутался. Но он путается.
  13. Файл генерируется, но записей про cms нет
×
×
  • Create New...