Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

sergzeloni

Новичок
  
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

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

sergzeloni's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. А можно клиени принудительно зарегистрировать при оформлении заказа? и бросить на страницу акауни?
  2. Не мого сообразить как реализовать отображение заказа для незарегистрированого пользователя после оформления заказа. Думаю есть решение... ОС 2.3
    Усиновил на самогдельном шаблоне. Заказ упростил до минимума. Продаёт. Стоимость отбил за один заказ.
  3. уточнення в .htaccess вийшло ик(apache ) RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L] RewriteRule ^system/download/(.*) index.php?route=error/not_found [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
  4. Opencart 2.3.0.2 Авторизація Google йшла до еипу https://accounts.google.com/signin/oauth/oauthchooseaccount?scope=https%3A%2F%2Fwww.googleapis....успішно, обирався акаунт і зупинялась з помилкою https://mysite.com/gp_login?state=state_parameter..... 404 Found The resource requested could not be found on this server! Допомогли попереднет коменти про ЧПУ, знайшов рекомендації додав в .htaccess RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L] RewriteRule ^system/download/(.*) index.php?route=error/not_found [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] і користувач залогінився. Помытив что при повторнетй авторизації просто ввести логін і пароль не виходить потрібно снова використовувати кнопочку G+
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.