Search found 211 matches

Search found 211 matches

Re: Install extension manually

Yes, you can upload via ftp

Jump to post
  • Fri Feb 28, 2020 11:47 am
  • Replies 2
  • Views 345
Re: DISPLAY STOCK QUANTITY ON SEARCH RESULTS PAGE

For other page like, manufacturer, special and category. Open file : catalog/controller/product/ special.php Find : $data['products'][] = array( Add after: 'quantity' => $result['quantity'], Open file catalog/view/theme/default/template/product/ special.twig Find : <div class="name"><a hre...

Jump to post
  • Wed Jan 08, 2020 12:30 am
  • Replies 13
  • Views 3136
Re: Further Products

I am check your web on maintenance mode.
Please disabled (select No) for maintenance mode

Jump to post
  • Thu Nov 07, 2019 12:55 am
  • Replies 10
  • Views 563
Re: Cross Sell

How about ProductBundles - Create Amazon style discount bundles from Isense?
https://www.opencart.com/index.php?rout ... n_id=16254

Jump to post
  • Sat Jun 01, 2019 10:10 pm
  • Replies 4
  • Views 802
Re: How do I add extra charge for COD?

may you need extension COD with Fee. Try search on opencart store

Jump to post
  • Mon Aug 06, 2018 1:32 pm
  • Replies 7
  • Views 3934
Re: Change related products price

Check module section, may be fastor theme use related module to display related product.

Jump to post
  • Fri Aug 03, 2018 3:10 pm
  • Replies 7
  • Views 1101
Re: Redirecting Categories to other OpenCart Pages

That is easy. Open file category.php in folder catalog/controller/product/category.php Find : $category_info = $this->model_catalog_category->getCategory($category_id); Before, add: if ($category_id == '73') { $this->response->redirect($this->url->link('account/voucher')); } 73 is your category_id, ...

Jump to post
  • Mon Dec 04, 2017 6:46 pm
  • Replies 10
  • Views 7610
Re: Display Model (Product Code) OpenCart 3.0.2.0

On file category.twig, try change your code from

Code: Select all

<p>{{ text_model }} {{ model }}</p>
To

Code: Select all

<p>{{ text_model }} {{ product.model }}</p>
Don't forget to clear cache too.

Jump to post
  • Sat Sep 16, 2017 8:51 am
  • Replies 22
  • Views 12891
Re: Price to show "Call for Price" or "Sold" based on input

I have call for price product.
I can make customize my extension.
Please check PM.

Jump to post
  • Fri Sep 08, 2017 3:37 pm
  • Replies 2
  • Views 344
Re: New development site redirects to live site.

ups sorry, by check a gain file store.php at admin/controller/setting/store.php for default store (store_id = 0), store url use HTTP_CATALOG as code below: $this->data['stores'][] = array( 'store_id' => 0, 'name' => $this->config->get('config_name') . $this->language->get('text_default'), 'url' => H...

Jump to post
  • Tue Aug 29, 2017 2:15 am
  • Replies 20
  • Views 3573
Re: New development site redirects to live site.

Please go to admin -> system -> settings. At list your store, please make sure for store url is http://dev.garrysun.com/

Jump to post
  • Tue Aug 29, 2017 1:26 am
  • Replies 20
  • Views 3573
Re: New development site redirects to live site.

<base href="https://garrysun.com/" /> come from config_url, that's why i ask owner to check correctly for config store url in admin setting store.

Jump to post
  • Sun Aug 27, 2017 4:10 pm
  • Replies 20
  • Views 3573
Re: New development site redirects to live site.

Do you set file config.php and admin/config.php with correct?
Do you set correctly for store url in admin setting store?

Jump to post
  • Sat Aug 26, 2017 11:53 pm
  • Replies 20
  • Views 3573
Re: Getting Notice: Undefined index: enquire in /catalog/controller/extension/module/featured.php

You need add code in file product.php at catalog/model/catalog/product.php
Find :

Code: Select all

'model'            => $query->row['model'],
Add after :

Code: Select all

'enquire'            => $query->row['enquire'],

Jump to post
  • Sat Aug 26, 2017 11:48 pm
  • Replies 2
  • Views 17123
Re: How to Disable items (in dbase/back end) when stock is 0 ?

doktorek wrote:
Mon Aug 07, 2017 8:27 am
Thanks. What version OC is that for? is this in the OC market?
Should be work fine for OC 2.x.
No, i just make it for my store.

Jump to post
  • Mon Aug 07, 2017 12:14 pm
  • Replies 11
  • Views 2014
Re: How to Disable items (in dbase/back end) when stock is 0 ?

I have mods (vqmod version) to disable product when stock is 0.
Please try it

Jump to post
  • Sun Aug 06, 2017 10:14 pm
  • Replies 11
  • Views 2014
Re: Text variables. Where are they?

Point 8

Language data is all implicitly loaded now when load->language is called. No more redundant $text_xxx = $this->language->get('text_xxx');
viewtopic.php?f=2&t=185176

Jump to post
  • Sat Jul 29, 2017 12:33 pm
  • Replies 8
  • Views 2889
Re: best managed dedicated hosting

Try go to webhostingtalk forum, you will find many best hosting provider there.
Eurovps have good reputation.

Jump to post
  • Fri Jul 14, 2017 4:08 pm
  • Replies 2
  • Views 726

Search found 211 matches