Search found 22 matches

Search found 22 matches

Re: Help needed modyfing home page

Actually i think i got it and Qphoria's description of upcoming changes in template system gave me a hint how it works. as it turns out columns are called as a module so there is no one main file that controls template everything is modular so my question was relatively easy all it takes is to remov...

Jump to post
  • Mon Jan 03, 2011 8:51 am
  • Replies 6
  • Views 2208
Re: Help needed modyfing home page

Well if i remove calls to columns from main home.tpl then i will loose them for the rest of the shop i think. I've done it and it does not work. Is home_latest.tpl a latest products module if yes then if i have it disabled your modification will not show any banner. so i simply have empty page now. ...

Jump to post
  • Mon Jan 03, 2011 8:37 am
  • Replies 6
  • Views 2208
Re: Help needed modyfing home page

::) Welll actually i can handle the nav bar and the rest as i purchased xmas template so i will basically modify the part of it plus i completely changed graphics for it. So for now just those banners. What i wanted to achieve is to have big pictures of products in form of banners that will be linki...

Jump to post
  • Mon Jan 03, 2011 4:26 am
  • Replies 6
  • Views 2208
Help needed modyfing home page

Hi I want to achieve effect simillar to ev-style.com where main page is filled with advertising banners and rest of open cart system works from the standard template with one column on the left any ideas how i can achieve that? which files i need to modify? do i need to create separate tpl file for ...

Jump to post
  • Mon Jan 03, 2011 2:23 am
  • Replies 6
  • Views 2208
How do i add product options to whole categories of products

Hi can someone tell me how to add quickly product options to whole categories of products?

It will be good for opencart to have possibility to assign product options to whole categories
of products at once.

Jump to post
  • Sat Jan 24, 2009 1:30 am
  • Replies 1
  • Views 2320
Re: Changing size of the picture only on the product page

hmm that would be right! SO because i finally get it i will share my code :) thanks! So to sum it all up product.php before: $view->set('thumb', $image->resize($product_info['filename'], $config->get('config_image_width'), $config->get('config_image_height'))); after: $view->set('thumb', $image->res...

Jump to post
  • Sun Dec 21, 2008 7:09 pm
  • Replies 2
  • Views 9389
Changing size of the picture only on the product page

Hi Everyone i have small problem with changing size of the product image only on product page. 1. I know that from admin i can change the size for all thumb pictures. 2. But how to make bigger images only on the product page and i am not talking about additional images section.... 3. can anyone expl...

Jump to post
  • Sun Dec 21, 2008 8:21 am
  • Replies 2
  • Views 9389
Re: Problems with flash - not opencart issue - if anyone is wishing to help

well i've ended up creating slideshow with picures imported inside without xml file
here is a link to a nice tutorial how to do it:

http://www.tutorial5.com/content/view/128/46/

Case closed

Giraffe :P

Jump to post
  • Fri Dec 12, 2008 4:05 am
  • Replies 12
  • Views 8978
Re: Problems with flash - not opencart issue - if anyone is wishing to help

hmmm... so why it works in my html template? then slideshow and xml file are placed in a root folder and xml says: <gallery timer="7" order="sequential" fadetime="3" looping="yes" xpos="0" ypos="0"> <image path="img/slideshow/bg2.jpg&q...

Jump to post
  • Thu Dec 11, 2008 11:27 pm
  • Replies 12
  • Views 8978
Re: Where are you from?

Poland en-route to UK  8)

Jump to post
  • Thu Dec 11, 2008 11:24 pm
  • Replies 104
  • Views 84147
Re: Problems with flash - not opencart issue - if anyone is wishing to help

it is located in:
http://192.168.0.1/shop/catalog/templat ... deshow.swf
and ../is a relative path to it doesen't matter if I provide full path or relative one slideshow will load regardless the problem is it doesen't know where to load images from ...

Jump to post
  • Thu Dec 11, 2008 8:18 pm
  • Replies 12
  • Views 8978
Re: Problems with flash - not opencart issue - if anyone is wishing to help

ok i've tried absolute paths like http://192.168.0.1//shop/catalog/template/default/content/bg2.jpg but no luck..... ok maybe action script will give us some answers: /****************************/ /* Crossfading slide show  */ /* Author: Todd Dominey    */ /* http://whatdoiknow.org  */ /* http://do...

Jump to post
  • Thu Dec 11, 2008 8:07 pm
  • Replies 12
  • Views 8978
Re: Problems with flash - not opencart issue - if anyone is wishing to help

Ok my current embed code for flash object <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="600" height="210" id="slideshow" align=&quo...

Jump to post
  • Thu Dec 11, 2008 7:45 pm
  • Replies 12
  • Views 8978
Problems with flash - not opencart issue - if anyone is wishing to help

Hi I am currently working on fashion boutique which will be based entirely on opencart but i stumbled into a bit strange problem. I am runing wamp server on my second pc and i access it through ip adress. I've constructed for myself xhtml + css layout of the webpage and currently I'm converting it s...

Jump to post
  • Thu Dec 11, 2008 7:33 am
  • Replies 12
  • Views 8978
Re: Problems with undefined index on home page

Yep! it works now the featured products appear now only on a home page. What the @ before request stands for? Oh a little bit off topic but my wife was asking me for that... :) Are you going to be so kind to share the secret how did you managed to be blessed with triplets special diet or pure luck ???

Jump to post
  • Wed Dec 10, 2008 1:38 am
  • Replies 13
  • Views 7033
Re: Problems with undefined index on home page

no luck  ??? Parse error: syntax error, unexpected $end in C:\wamp\www\shop\catalog\template\default\layout.tpl on line 66 i check this line and it is end of file ok code look like this at the moment... <div id="content"><?php echo $content; ?> <?php if (@$_REQUEST['controller']) { ?> <?ph...

Jump to post
  • Wed Dec 10, 2008 1:07 am
  • Replies 13
  • Views 7033
Re: Problems with undefined controller on home page

Ohh yes the || logical operator .. I was planing to use it as well Now i get it double then when i press home then it is ok. Message i am getting is: Notice: Undefined index: controller in C:\wamp\www\shop\catalog\template\default\layout.tpl on line 45 Notice: Undefined index: controller in C:\wamp\...

Jump to post
  • Wed Dec 10, 2008 12:53 am
  • Replies 13
  • Views 7033
Re: Problems with undefined controller on home page

That's right and it works quite ok as long as someone presses on home button then url changes to http://192.168.0.1/shop/index.php?controller=home and when someone enters to the page in my instance i type ip of my server and then it says controller undefined if I then remove first if statement and c...

Jump to post
  • Wed Dec 10, 2008 12:20 am
  • Replies 13
  • Views 7033
Re: Problems with undefined controller on home page

Yes it is closed i forgot to paste it properly...

I suspect that maybe i should load this controller in home.php before template file loads?
sorry for all this questions i am fairly new to php ... :)

Jump to post
  • Tue Dec 09, 2008 11:59 pm
  • Replies 13
  • Views 7033
Problems with undefined index on home page

Hi i've just added extension to opencart with special products featured products v1.1 and i run into a problem I've noticed that code in layout.tpl says: <?php if ($_REQUEST['controller'] == 'home') { ?> <?php if (isset($featured)) { ?> <?php echo $featured; ?> <?php } ?> I deleted one for specials ...

Jump to post
  • Tue Dec 09, 2008 11:46 pm
  • Replies 13
  • Views 7033

Search found 22 matches