Search found 22 matches

Search found 22 matches

Marketing > Mail not working , not response at all.

My version is opencart 2.2.0.0. I have tried all the mail setting method from forums and other place. 1.-fadmin@uwlcd.com -Fadmin@uwlcd.com -f admin@uwlcd.com -F fadmin@uwlcd.com 2.SMTP Hostname -> localhost 3.SMTP Port -> 80 none of them useful to me . I posted this earlier, hope it could helpful. ...

Jump to post
  • Sat Feb 11, 2017 4:20 am
  • Replies 1
  • Views 718
Re: opencart 2.2.0.0 view the orders, show "error and undefi

Check your base url



all depends on your base url :

with or without www
with or without https


then update your .htaccess , use 301 point to default base url .

100% works.

Jump to post
  • Fri Feb 03, 2017 11:07 pm
  • Replies 2
  • Views 542
Re: Warning: You do not have permission to access the API! O

Check your base url if your base url is : <base href="http://culedshoes.com/admin/" /> when you login , you should not use www.culedshoes.com/admin to login, once you did, not matter what you do, the error pop up. all depends on your base url : with or without www with or without https

Jump to post
  • Fri Feb 03, 2017 11:04 pm
  • Replies 69
  • Views 86060
Re: Undefined index: href in /template/account/order_list.tp

<a href="<?php echo $order['href']; ?>" ->

"<?php echo $order['view']; ?>"


fixed

Jump to post
  • Thu Jan 19, 2017 5:44 am
  • Replies 2
  • Views 680
Undefined index: href in /template/account/order_list.tpl

customer Unable to view the orders.


when I try to view the orders , shows error : Undefined index: href in /template/account/order_list.tpl line 41



anyone have idea with this problem

Jump to post
  • Thu Jan 19, 2017 5:36 am
  • Replies 2
  • Views 680
Re: checkout as paypal show Undefined variable: order_status

add code : $order_status_id = "2";

to line 1355 below the $this->load->model('checkout/order');

it can help , the order will show .

Jump to post
  • Thu Jan 19, 2017 4:41 am
  • Replies 1
  • Views 625
checkout as paypal show Undefined variable: order_status_id

My website right now using one page checkout and with SSL. when customer try to check out as paypal, order lost and shows Notice: Undefined variable: order_status_id in /home/public_html/uwlcd.com/catalog/controller/payment/pp_express.php on line 1414 Warning: Cannot modify header information - head...

Jump to post
  • Thu Jan 19, 2017 3:41 am
  • Replies 1
  • Views 625
Re: opencart v2.2.0.0 special option will cover discount ,ev

we can compare the lower price in the end , and get that var.


I forget which php files I edit to make this work, if anyone have same problem, message me ,I will reply .

Jump to post
  • Thu Jan 19, 2017 3:25 am
  • Replies 2
  • Views 1496
opencart v2.2.0.0 special option will cover discount ,even .

opencart v2.2.0.0 special price will cover discount ,even discount option Priority is higher than special option. let's take a look on picture first that I set it up for: discount-option.jpg special-option.jpg as brown group , purchase below 150 pc, will use special option, so the price will be 14. ...

Jump to post
  • Thu Dec 22, 2016 11:05 pm
  • Replies 2
  • Views 1496
Re: SSL opencart 2.2.0.0, css file load wrong path.

Just checked your site. Your base href is empty. Make sure you have <base href="<?php echo $base; ?>"/> in header.tpl for your template! thanks . yes , this is empty , so I decide just change common/header.tpl , <base href="<?php echo $base; ?>"/> to <base href="https://uwl...

Jump to post
  • Tue Dec 20, 2016 11:34 pm
  • Replies 12
  • Views 6522
Re: SSL opencart 2.2.0.0, css file load wrong path.

artcore wrote:You tried a lot, I suggest to try one more, in header.php

Code: Select all

$data['base'] = $this->config->get('config_store_id') == 0 ? HTTPS_SERVER : $server;
refresh modification cache after!

It seems like not matter what I change for header.php . it won't have any influence .

Jump to post
  • Tue Dec 20, 2016 10:30 pm
  • Replies 12
  • Views 6522
Re: SSL opencart 2.2.0.0, css file load wrong path.

This .htaccess file should not have problem. my another website https://8pmshop.com is using the same .htaccess . and my another website is opencart 2.2.0.0 , I forget what another part I make change to fix this. RewriteCond %{HTTP_HOST} ^www\.uwlcd\.com [NC] RewriteRule ^(.*)$ https://uwlcd.com/$1 ...

Jump to post
  • Tue Dec 20, 2016 4:07 am
  • Replies 12
  • Views 6522
SSL opencart 2.2.0.0, css file load wrong path.

that's bunch of thing i do for SSL in opencart V. 2.2.0.0 1. Settings->Server) and changed the HTTPS configurations in the main config.php and admin/config files define('HTTP_SERVER', 'https://uwlcd.com/'); define('HTTPS_SERVER', 'https://uwlcd.com/'); 2. system/config/catalog.php and system/config/...

Jump to post
  • Tue Dec 20, 2016 3:38 am
  • Replies 12
  • Views 6522
Re: unable to edit category.

AlexDW wrote:Try to check table oc_url_alias for duplicate with query = 'category_id=48'
The problem is in here. right.

Jump to post
  • Tue Dec 20, 2016 12:03 am
  • Replies 3
  • Views 941
unable to edit category.

Warning: mysqli::query(): (21000/1242): Subquery returns more than 1 row in /home/gtesc/public_html/uwlcd.com/system/library/db/mysqli.php on line 18 Fatal error: Uncaught exception 'Exception' with message 'Error: Subquery returns more than 1 row<br />Error No: 1242<br />SELECT DISTINCT *, (SELECT ...

Jump to post
  • Wed Dec 14, 2016 10:35 pm
  • Replies 3
  • Views 941
Re: opencart 2.2.0.0 default paypal express checkout is unab

use default pp_express.tpl will works.
missing line in new template.

<script type="text/javascript"><!--
$('#button-confirm').on('click', function() {
$('#button-confirm').button('loading');
});
//--></script>

Jump to post
  • Fri Oct 14, 2016 3:40 am
  • Replies 2
  • Views 403
Re: view order error admin opencart 2.2.0.0

thx a lot. I just find another answer in github and works. add $data['store_url'] = str_replace("httpss://", "https://", $data['store_url']); below $data['store_url'] = $this->request->server['HTTPS'] ? str_replace("http", "https", $order_info['store_url']) : ...

Jump to post
  • Wed Oct 12, 2016 5:34 am
  • Replies 2
  • Views 840
opencart 2.2.0.0 default paypal express checkout is unable t

in the check out page. when click the continue in last step, will go through 404 page instead of paypal payment website.


I'm sure the API information in the setting is right, I use it in my another opencart website. (1.5.6.0)

anyone know how to fix it. thx a lot.

Jump to post
  • Tue Oct 11, 2016 10:37 pm
  • Replies 2
  • Views 403

Search found 22 matches