Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

infoduks

Newbie
  
  • Posts

    4
  • Joined

  • Last visited

Information

  • Gender
    Не определился

Recent Profile Visitors

981 profile views

infoduks's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Купил шаблон, и недавно заметил что нету "вход и регистрация", где нужно "включить" что б появилось? )
  2. Посмотрите пожалуйста код, пробую впихнуть в разные места, не срабатывает (( <?php class Url { private $url; private $ssl; private $rewrite = array(); public function __construct($url, $ssl = '') { $this->url = $url; $this->ssl = $ssl; } public function addRewrite($rewrite) { $this->rewrite[] = $rewrite; } public function link($route, $args = '', $connection = 'NONSSL') { if ($connection == 'NONSSL') { $url = $this->url; } else { $url = $this->ssl; } $url .= 'index.php?route=' . $route; if ($args) { $url .= str_replace('&', '&', '&' . ltrim($args, '&')); } foreach ($this->rewrite as $rewrite) { $url = $rewrite->rewrite($url); } return $url; } } ?>
  3. Установлен модуль "оформить заказа быстро" Вопрос как изменить ссылку в обычной корзине "оформление заказа" на данный модуль?. Что бы при нажатии был переход.... Ссылки: /index.php?route=checkout/checkout (стандартная ссылка оформления заказа) /index.php?route=checkout/checkout_quick (ссылка модуля) Где мне их изменить нужно? большое спасибо... перерыл уже пол инета, и даный форум, перепробовал варианты (файл cart.tpl пробовал редактировать...но я не спец, ничего не получилось)
  4. В вверху сайта имеются (Главная, О нас, Каталог, Доставка, Контакты и Корзина) Так вот как изменить "Доставка" на другое слово! В СТАТЬИ я уже заходил там переименовывается, но не то. веосия 1.5.4.1
×
×
  • 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.