Page 1 of 1
Search found 16 matches
English / French page product not found
Hi, I'm trying to install French language on my coming opencart ecommerce. All work great (frontend and backend) except, when i try to view product in french... i'm getting a product not found page ?! Here an exemple : http://paraw3b.com/~parts2go/index.php?route=product/product&product_id=58 ht...
Jump to post- Thu Sep 17, 2009 9:29 am
- Replies 0
- Views 502
Re: problème de langage
Salut,
J'ai le même problème...as-tu trouvé une solution ?
- Thu Sep 17, 2009 9:17 am
- Replies 2
- Views 2309
Re: OpenCart v1.3.2
Daniel is right... i was having the same problem about tmp session and mail bug... my webhosting gave me more space and all is oki !
Jump to post- Fri Aug 21, 2009 8:56 pm
- Replies 110
- Views 82794
Re: Hackers got to my site
Hi, First, i'm french..so sorry ! I got the same attack in all of my site (i'm a web developper...i've got many site online). If you want to remove this virus/attack, you will need to first scan your computer with anti-virus and anti-spyware/malware twice (suggest to make it in "safe-mode"...
Jump to post- Tue Aug 04, 2009 12:31 am
- Replies 11
- Views 3976
Import/Export multi-lang
Hi,
When i do the Export to xls, i'm not getting all the information like the french and english description of my products.. is there a way to get all ?
- Mon Jul 06, 2009 12:15 am
- Replies 0
- Views 794
Import/Export
Hi,
I'm getting a Page not found in the admin panel when i try to "export" with the Import/export module..but i can import. Someone have idea to help me ? I uploaded all the files, is there a modification with the htaccess ? I'm using 1.2.8.
- Mon Jun 15, 2009 7:29 am
- Replies 5
- Views 2113
Re: New OpenCart Logo
Here my proposition, simple and clean.. :
- Fri May 29, 2009 10:27 pm
- Replies 91
- Views 61585
Re: [UPDATED] Export/Import module for Opencart 1.2.6
Is this module work in OpenCart v1.2.8 ?
Jump to post- Wed May 20, 2009 10:02 am
- Replies 24
- Views 7824
Re: how to change text colours/styles?
Well, you won't found any css for this product attributes. Go in your theme folder, template/product/product.tpl, and look for these lines: <tr> <td><b><?php echo $text_price; ?></b></td> <td><?php if (!$special) { ?> <?php echo $price; ?> <?php } else { ?> <span style="text-decoration: line-th...
Jump to post- Wed May 20, 2009 10:00 am
- Replies 7
- Views 2806
Re: Coloured CSS stylesheet
Could be cool to make a "blank" theme with a stylesheet like yours !
Jump to post- Fri May 15, 2009 6:32 am
- Replies 2
- Views 3702
Re: Manufacturer images
I used this way to get the manufacturer images and listing on my homepage : <h1>Choose your brand :</h1><ul style="margin: 0; padding: 0;"> <?php foreach ($manufacturers as $manufacturer) { ?> <li><a href="<?php echo $manufacturer['href']; ?>" title="<?php echo $manufacturer...
Jump to post- Fri May 15, 2009 6:27 am
- Replies 2
- Views 1662
Re: New menu
For the style, go in the stylesheet but you will need to change the "output" of the menu in catalog > controller > module > category.php
Jump to post- Fri May 15, 2009 6:23 am
- Replies 2
- Views 1484
Re: French Language for 1.2.8 available/disponible
Merci beaucoup
- Fri May 15, 2009 6:18 am
- Replies 8
- Views 4827
Re: No modules on Home page?
Here my solution i used for an integration in yourtheme/common/layout.tpl : <? if(sizeof($breadcrumbs) <= 1) { ?>Home page show<? } ?> I simply check if the breadcumbs size array is less or egal to 1, if so, we are on the homepage. So you can play with it to hide/show the left or right column.
Jump to post- Mon May 11, 2009 8:40 pm
- Replies 6
- Views 2464
Re: Help getting $manufacturers array in home.tpl
Finally, i found the solution and all work great..so easy : I wrote down this code in the controller/common/home.php : $this->load->language('module/manufacturer'); $this->load->model('catalog/manufacturer'); $this->data['manufacturers'] = array(); $results = $this->model_catalog_manufacturer->getMa...
Jump to post- Fri May 08, 2009 11:36 pm
- Replies 4
- Views 1939
Help getting $manufacturers array in home.tpl
Hi, New to Opencart, after trying many shopping cart, my choice is now done. For now, i want to display the manufacturers list (name, img and url) in the home.tpl. I removed the right and left column when your on the homepage of my OpenCart commerce.. to only show the home.tpl content, but i need to...
Jump to post- Fri May 08, 2009 9:58 pm
- Replies 4
- Views 1939
Search found 16 matches