Search found 15 matches

Page 1 of 1

Search found 15 matches

Re: How to change admin timeout

where exactly on the server side do we change this?
is it in the php.ini file ? whats the variable?

Jump to post
  • Tue Oct 11, 2011 4:30 pm
  • Replies 15
  • Views 17632
[MODULE] complete detailed order lists

i'm willing to pay someone to develop a module where a printable page will display (in 2 columns) Order ID --------------------- Customer Name Customer Address Customer City Customer Postcode Customer Region/State Customer Email Customer Phone Order Status ------------- Products ------------- Produc...

Jump to post
  • Sat Oct 08, 2011 7:45 am
  • Replies 1
  • Views 545
Re: Bank Transfer Extension - not getting email

scratch that i didnt see the settings at
System -> Settings -> Mail
New Order Alert Mail

Jump to post
  • Thu Aug 11, 2011 5:14 pm
  • Replies 1
  • Views 596
[SOLVED] Bank Transfer Extension - not getting email

I am using OC 1.5 with the bank transfer module, i want to get a notification when a order has been made yet i do not receive an email, although the user does. are you meant to get a notification of an order? is there a way i can insert code to force an email with specific details (such as what the ...

Jump to post
  • Thu Aug 11, 2011 5:11 pm
  • Replies 1
  • Views 596
Re: Custom Position for Banners Module

manually edit what? i tried looking around in the source files and there is no code to indicate a banner position, its injected during loading. would be nice to simply have <?php echo $banner; ?> instead of having to mess with controller files? or perhaps create a custom "layout" and user ...

Jump to post
  • Thu Jul 28, 2011 4:36 pm
  • Replies 5
  • Views 2565
Re: Custom Position for Banners Module

no one? i thought this would be a big deal as it seems limited in locations for banners.

Jump to post
  • Wed Jul 27, 2011 6:25 pm
  • Replies 5
  • Views 2565
Custom Position for Banners Module

i've been searching the forums and cannot find the answer; how can i make the banner module load in the header.tpl file so i can have the banner load on every page? currently it only allows banners on the left,right, bottom and within the content box. I went to System -> Design -> Layouts and create...

Jump to post
  • Mon Jul 25, 2011 9:17 am
  • Replies 5
  • Views 2565
Re: Subcatagory

ok i think i have solved my issue, all i did was change/remove

Code: Select all

.box-category > ul > li ul {
	display: none;
}
to

Code: Select all

.box-category > ul > li ul {
	/*display: none;*/
}
e.g remove the display: none

Jump to post
  • Thu Jul 21, 2011 4:17 pm
  • Replies 61
  • Views 25625
Re: SEO Urls not working

under Product -> Edit -> Data -> SEO Keyword
you put the link text here

Jump to post
  • Wed Jul 20, 2011 6:50 pm
  • Replies 10
  • Views 2917
Re: Sitemap generator For Opencart 1.40

or you could use the inbuilt system for free.

in version 1.5 it can be found at Extensions -> Product Feeds -> Google Sitemap (disabled by default)

Jump to post
  • Wed Jul 20, 2011 6:01 pm
  • Replies 18
  • Views 18478
Re: Subcatagory

is there a version of this code for version 1.5? i notice the html code is the same, the php code is different, could this be done through css? attached is the /catalog/controller/module/category.php file. <?php class ControllerModuleCategory extends Controller { protected function index() { $this->...

Jump to post
  • Sun Jul 17, 2011 6:05 pm
  • Replies 61
  • Views 25625

Page 1 of 1

Search found 15 matches