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

spectre

Users
  • Posts

    6,039
  • Joined

  • Last visited

Everything posted by spectre

  1. добавьте каноникал после $page==2 но я бы посоветовал сначала ссылку почитать которая сверху этого когда
  2. На хостингере у вас каждые 20 минут такое будет
  3. // http://googlewebmastercentral.blogspot.com/2011/09/pagination-with-relnext-and-relprev.html if ($page == 1) { $this->document->addLink($this->url->link('product/category', 'path=' . $category_info['category_id'], true), 'canonical'); } elseif ($page == 2) { $this->document->addLink($this->url->link('product/category', 'path=' . $category_info['category_id'], true), 'prev'); } else { $this->document->addLink($this->url->link('product/category', 'path=' . $category_info['category_id'] . '&page='. ($page - 1), true), 'prev'); } if ($limit && ceil($product_total / $limit) > $page) { $this->document->addLink($this->url->link('product/category', 'path=' . $category_info['category_id'] . '&page='. ($page + 1), true), 'next'); }
  4. Ищете в catalog/controller/common/footer.php что-то такое $this->data['powered'] = sprintf($this->language->get('text_powered'), $this->config->get('config_name'), date('Y', time())); и меняете на что-то такое $this->data['powered'] = sprintf($this->language->get('text_powered'), $this->config->get('config_name'), '2014'); если двойка то просто $data
  5. берем копию тотала какого-то, делаем поле для ввода покупателем, берем его в этом тотале, выводим как тотал "произвольная сумма"
  6. Он берет это из order_product таблицы, а sku там нет Умно сделать sku - и чтобы оно попадало в order_product и брать оттуда или в запросе можете приджоинить таблицу product, только аккуратнее с кол-вом Или просто там где формируется массив сделать getProduct и взять оттуда sku
  7. Могла INSERT INTO `oc_url_alias` (`url_alias_id`, `query`, `keyword`) VALUES (601, 'account/voucher', 'vouchers'), (602, 'account/wishlist', 'wishlist'), (603, 'account/account', 'my-account'), (604, 'checkout/cart', 'cart'), (605, 'checkout/checkout', 'checkout'), (606, 'account/login', 'login'), (607, 'account/logout', 'logout'), (608, 'account/order', 'order-history'), (609, 'account/newsletter', 'newsletter'), (610, 'product/special', 'specials'), (611, 'affiliate/account', 'affiliates'), (612, 'checkout/voucher', 'gift-vouchers'), (613, 'product/manufacturer', 'brands'), (614, 'information/contact', 'contact-us'), (615, 'account/return/insert', 'request-return'), (616, 'information/sitemap', 'sitemap'), (617, 'account/forgotten', 'forgot-password'), (618, 'account/download', 'downloads'), (619, 'account/return', 'returns'), (620, 'account/transaction', 'transactions'), (621, 'account/register', 'create-account'), (622, 'product/compare', 'compare-products'), (623, 'product/search', 'search'), (624, 'account/edit', 'edit-account'), (625, 'account/password', 'change-password'), (626, 'account/address', 'address-book'), (627, 'account/reward', 'reward-points'), (628, 'affiliate/edit', 'edit-affiliate-account'), (629, 'affiliate/password', 'change-affiliate-password'), (630, 'affiliate/payment', 'affiliate-payment-options'), (631, 'affiliate/tracking', 'affiliate-tracking-code'), (632, 'affiliate/transaction', 'affiliate-transactions'), (633, 'affiliate/logout', 'affiliate-logout'), (634, 'affiliate/forgotten', 'affiliate-forgot-password'), (635, 'affiliate/register', 'create-affiliate-account'), (636, 'affiliate/login', 'affiliate-login'), (637, 'account/return/add', 'add-return'), (638, 'common/home', '')
  8. ну так вы ж наверное так и написали $customer_id а надо <?php echo $customer_id;?>
  9. Добавьте поле в бд, хотя странно что вас его нет
  10. место есть, права есть? картинка не на пару десятков мег?
×
×
  • 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.