Search found 27 matches

Search found 27 matches

Re: Problems after installations

Check your config file for DIR_LOGS path. If this is ok then check permission of storage and logs folder.

Jump to post
  • Fri Oct 20, 2017 4:21 pm
  • Replies 1
  • Views 2019
Re: Any way to change the "Default" store name to show the actual store name in the admin area?

On admin product edit/add page

You need to modify in language file admin/language/en-gb/catalog/product.php
replace the code
$_['text_default'] = 'Default';
with
$_['text_default'] = 'Store 1';

Jump to post
  • Thu Oct 19, 2017 1:30 am
  • Replies 3
  • Views 1567
Re: Can I view only products from a single store?

Hello kelemvor,
There is no option filter products, category based on store. What is your opencart version.
I will create a module that will give an option to filter based on store. Please massage on my PM

Jump to post
  • Thu Oct 19, 2017 12:37 am
  • Replies 41
  • Views 11752
Re: add module in login page only

Create a separate layout form login page
Add route like account/login

Jump to post
  • Wed Oct 18, 2017 1:42 am
  • Replies 1
  • Views 460
Re: Error sending mail

SMTP mail server is not configure. Please check your admin->system->setting->edit store and check mail tab.
this type of error resolved in
https://stackoverflow.com/questions/400 ... vice-not-k

Jump to post
  • Tue Oct 17, 2017 2:26 am
  • Replies 7
  • Views 18285
Re: After Confrim Order we need download pdf books

After confirm order, You will give link to download pdf in customer order mail and also give link on order history page. You can also restrict to download not more than 5 times or as you define.

Jump to post
  • Tue Oct 17, 2017 2:22 am
  • Replies 1
  • Views 652
Re: Error adding new Product

this function "public function addProduct($data) " is missing in the file system/storage/modification/admin/model/catalog/product.php. Please check it. You have ocmod or vqmod problem. vqmod or ocmod delete the function or comment the function. By default opencart have function addProduct(...

Jump to post
  • Mon Oct 16, 2017 1:28 am
  • Replies 3
  • Views 1087
Re: How to remove Payment Address or Billing address (Step 2) from Checkout process in Opencart v. 3.0.2.0

Hello I will help to reduce steps on checkout page.
I have posted massage on your PM and given demo link that i have implemented on demo site.

Jump to post
  • Mon Oct 16, 2017 1:09 am
  • Replies 1
  • Views 1163
Re: Error adding new Product

Please check the code is available before addProduct method call, if not then add the below code before addProduct method call.
$this->load->model('catalog/product')

Jump to post
  • Mon Oct 16, 2017 12:04 am
  • Replies 3
  • Views 1087
Re: Email not valid

I will help you but you need to pay some money .Because there is problem in your login script and need to debug it.

Jump to post
  • Sat Oct 14, 2017 3:08 pm
  • Replies 1
  • Views 401
Re: Any way to block an IP address?

write the below code in htaccess file and replace block IP
Order Deny,Allow
Deny from Block_IP

Jump to post
  • Sat Oct 14, 2017 3:06 pm
  • Replies 9
  • Views 7305
Re: Undefined Error Pop-Ups Not giving me enough information

Please check API Key added in admin->sysytem->users->api if not then generate new and add in admin->system->setting under server tab

Jump to post
  • Wed Oct 11, 2017 1:41 am
  • Replies 2
  • Views 581
Re: Customer company

where is your account.tpl. Please attached file

Jump to post
  • Wed Oct 11, 2017 1:38 am
  • Replies 3
  • Views 965
Re: undefined error OC 2.3.0.2

Please check your store your of these order in order table. This type of error occur when upgrade from 1.5 to 2.3. If not solved then massage your ftp and admin details on my PM. I will resolve this.

Jump to post
  • Wed Oct 11, 2017 1:30 am
  • Replies 3
  • Views 640
Re: Character limits - shipping display - the same in admin, order history...

In script there is no limitation of payment method/shipping method name. it is limitation in order table. Please go to phpmyadmin and check structure of order table.

Jump to post
  • Wed Oct 11, 2017 1:22 am
  • Replies 4
  • Views 566
Re: Error: Could not load config default!

Please check the file exist system/library/config.php

Jump to post
  • Sat Oct 07, 2017 4:52 pm
  • Replies 13
  • Views 8766
Re: E-mail settings

Please check your mail server is configure or not on hosting server.

Jump to post
  • Sat Oct 07, 2017 2:23 am
  • Replies 1
  • Views 556
Re: Request for Module

Hello,

I have posted message in your PM. Please review and let us know any update.

Thanks

Jump to post
  • Sat Oct 07, 2017 2:21 am
  • Replies 2
  • Views 610
Re: OC 3 is installed and modified but i need OC 2.3, please help

Hello Grandwega
There are list payment gateway that are used in sweden. Please go to this link https://www.chargebee.com/blog/payment- ... ps-sweden/. Please let us know which one you want to use. I will develop in any opencart version

Jump to post
  • Sat Oct 07, 2017 1:55 am
  • Replies 1
  • Views 780

Search found 27 matches