Page 1 of 1

Increasing image size on local host

Posted: Fri Sep 12, 2008 3:05 pm
by qasrani
Hi, thanks to you all for helping me configuring opencart on local host using uniform server.

Now I want to know how can I upload bigger images of products e.g bigger than 11 kb and less than few MB size images.

Also can more font faces be applied while writing product description?

Re: Increasing image size on local host

Posted: Fri Sep 12, 2008 3:17 pm
by SiteE@se
This will be determined by the php upload_max_filesize set on your server.  In Admin look at Admin->Configuration->Server Info to see the current value.  If you control your own server it's easy to alter this but some web hosts cap it and won't budge.

Re: Increasing image size on local host

Posted: Fri Sep 12, 2008 3:21 pm
by SiteE@se
qasrani wrote: Also can more font faces be applied while writing product description?
You'd do this via CSS in catalog->template->default->default.css Just create a class for the font style you need and apply it in the relevant .tpl file for the product description.

Re: Increasing image size on local host

Posted: Fri Sep 12, 2008 3:26 pm
by qasrani
Thanks for reply. I got this point