Search found 17 matches

Page 1 of 1

Search found 17 matches

Re: module does not verify

thanks to your in depth great advice and useful help. but i already achieved what i want and i did some modules before. Well .. maybe you created some modules before. Maybe the worked also. Where they are, did you ever published one of them? But the question here is: why the hell are you asking the...

Jump to post
  • Thu Nov 19, 2020 8:22 am
  • Replies 7
  • Views 822
Re: module does not verify

i tried to copy category module(changing controller name) and adding a new language. After i installed it, it does not show on layouts. If you don't really know what you're doing you're probably better of paying a developer in the Commercial Support Forum . thanks to your in depth great advice and ...

Jump to post
  • Wed Nov 18, 2020 4:37 pm
  • Replies 7
  • Views 822
module does not verify

i tried to copy category module(changing controller name) and adding a new language. After i installed it, it does not show on layouts. I check this code at ControllerDesignLayout if ($this->config->has($code . '_status') ) { } and it does not verify to true. hence, may module dos not appear on layo...

Jump to post
  • Tue Nov 17, 2020 12:05 pm
  • Replies 7
  • Views 822
Re: admin page change status customer notification

paulfeakins wrote:
Thu Jul 16, 2020 4:33 pm
sicilian_najdorf wrote:
Wed Jul 15, 2020 3:11 pm
So in the function above
You haven't said what file that's from?
it is in public_html/catalog/model/checkout/order.php

Jump to post
  • Wed Jul 22, 2020 11:46 am
  • Replies 4
  • Views 717
how to merge query objects in opencart

this don't work.

Code: Select all

$cust1= $this->db->query("SELECT * FROM oc_customer WHERE customer_id='1'");
$cust2= $this->db->query("SELECT * FROM oc_customer WHERE customer_id='2'");

$c= (object)array_merge((array) $cust1->rows, (array) $cust2->rows);

Jump to post
  • Wed Jul 22, 2020 11:37 am
  • Replies 2
  • Views 436
Re: admin page change status customer notification

yeah. but i am wondering, where is the code for this.

Jump to post
  • Thu Jul 16, 2020 11:44 am
  • Replies 4
  • Views 717
admin page change status customer notification

class ModelCheckoutOrder extends Model { public function addOrderHistory($order_id, $order_status_id, $comment = '', $notify = false, $override = false) { } } In the admin page after checking Notify Customer and clicking add history button, aside from the customer i want to also add another email t...

Jump to post
  • Wed Jul 15, 2020 3:11 pm
  • Replies 4
  • Views 717
Re: Blank Page(but admin page is fine)

so i have found the culprit it is in slideshow.php with this line

Code: Select all

'image' => $this->model_tool_image->resize($result['image'], $setting['width'], $setting['height']
how can i solve this?

Jump to post
  • Fri Nov 08, 2019 12:26 pm
  • Replies 2
  • Views 326
Blank Page(but admin page is fine)

This happen after we move to new server. In the index.php page the code die('test') works until this line $controller->dispatch($action, new Action('error/not_found')); If i put die('test') after this line, the text test won't show up. it seems this line is the problem? how can i address this? i als...

Jump to post
  • Fri Nov 08, 2019 8:36 am
  • Replies 2
  • Views 326
Blank Opencart Page

Yesterday my website is just fine. But just now, it shows blank page. I tried creating a new folder and copied my website files there. I open that folder and my website open on that new folder. What do you think is the problem?

Jump to post
  • Tue Sep 12, 2017 11:14 am
  • Replies 1
  • Views 303
How to Change Cache Time Limit?

How to change cache time limit before it clears? I think the default time is 36000 seconds right? I am just trying something. The directory is here, system\storage\cache

The opencart version I used is 2.1.0.1.

Jump to post
  • Thu Dec 15, 2016 4:42 pm
  • Replies 5
  • Views 2734
custom field name

Let say I have created an input custom field in admin. my custom_field_id=1 and my location=address.

What will be the input name of this custom field?

Jump to post
  • Fri Dec 02, 2016 2:19 pm
  • Replies 1
  • Views 301
Using Jquery UI on checkout input forms.

I tried creating another input field in index.php?route=account/register. I have this $this->document->addScript('https://code.jquery.com/ui/1.12.1/jquery-ui.js'); $this->document->addStyle('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css'); at class ControllerAccountRegister. I successfully c...

Jump to post
  • Tue Nov 29, 2016 3:05 pm
  • Replies 1
  • Views 907
Re: Related Product Has an Empty Space on Right

You mean, that 2nd block moves to the 2nd row instead of staying on the 1st row and thus the whole bunch of products is not properly sorted? Yeah and that will leave an empty block space on the first row. The last row also has an empty block space on the right. They don't fill in the empty space. M...

Jump to post
  • Thu Nov 24, 2016 2:40 pm
  • Replies 8
  • Views 1252
Re: Related Product Has an Empty Space on Right

IP_CAM wrote:Well, but as long as you do not care to at least mention your OC VERSION, it would just be a waste of time, trying to explain. :'(
Ernie
The version I used is 2.1.0.1

Jump to post
  • Thu Nov 24, 2016 1:52 pm
  • Replies 8
  • Views 1252
Re: Related Product Has an Empty Space on Right

paulfeakins wrote:Can you post a screenshot of the problem?
Here is the link to the related products.

https://www.cebookshop.com/index.php?ro ... loud+Guide

Jump to post
  • Thu Nov 24, 2016 8:28 am
  • Replies 8
  • Views 1252
Related Product Has an Empty Space on Right

This happens when the browser width is 1079(until it move to mobile view). It will show 2 products per row. But the top row will have an empty block. as it contains only 1 product. The next row below is fine as it contains 2 products block. My problem is similar to this.. https://forum.opencart.com/...

Jump to post
  • Wed Nov 23, 2016 4:33 pm
  • Replies 8
  • Views 1252

Page 1 of 1

Search found 17 matches