Search found 24 matches

Search found 24 matches

Re: OpenCart 1.5.3 Bug Thread

Add product(s) to order in the admin office will cause JS error, and the product you choosed can't not be added, this is because two of the variables is not defined in the JS The file is "admin\view\template\sale\order_form.tpl" 1. find product = json['order_product'][i]; and add var to th...

Jump to post
  • Sat Jun 02, 2012 6:08 pm
  • Replies 200
  • Views 174570
get current language icon hilighting

Recently I installed the opencart_v1.5.1.3.1 when I added a lanaguage, the front language icons are the same display, you could not know which is the current one. So I do some change of my "catalog\view\theme\default\template\common\header.tpl" Only add <?php if($lang!=$language['code']) {...

Jump to post
  • Thu Nov 24, 2011 4:46 pm
  • Replies 0
  • Views 945
Re: Add product images on the Orders products

foreach ($products as $product) { $option_data = array(); $options = $this->model_sale_order->getOrderOptions($this->request->get['order_id'], $product['order_product_id']); foreach ($options as $option) { $option_data[] = array( 'name' => $option['name'], 'value' => $option['value'] ); } if ($prod...

Jump to post
  • Tue Aug 02, 2011 7:48 pm
  • Replies 8
  • Views 3650
Re: add "add to cart" button on catalog product list, on hom

Qphoria wrote:We are looking to add a grid/list switcher button. in "list" mode we will see about adding an option to show options
I think most of us want to get this feature.

Thanks for your hard work.

Jump to post
  • Sat Aug 07, 2010 3:03 am
  • Replies 21
  • Views 32292
[MOD] Use {NAME}, {EMAIL} in Sales => Mail

Dear All, At the Back office, Sales -> Mail function, we can only send the mails with same Subject, and also same message. So, I want to use some filed such as customer's name, customer's email.. And when I write the mail Subject, I can use {NAME} instead of customer's name.., so the message.. So, l...

Jump to post
  • Sun Jun 06, 2010 2:34 pm
  • Replies 6
  • Views 4268
Re: Live Chat (What do you reccommend)

Why not try GTalk? you can view it on our website: http://trait-tech.com/ Bottom of the page, and click. We setup 5 account for our salers use iframe to include it in your webpage. We also tried MSN, but need to enter name and code, so I recommend GTalk. And it easy to setup:) http://www.google.com/...

Jump to post
  • Sun May 30, 2010 3:35 am
  • Replies 31
  • Views 11495
Re: OpenCart SEO

lashman wrote:Altered htaccess to RewriteBase/store/
but still get 404 page not found.
check if the apache config file, and make sure "AllowOverride None" is set to "AllowOverride All" or others..

"AllowOverride None", means disable .htaccess

Good luck.

Jump to post
  • Wed May 12, 2010 1:41 am
  • Replies 11
  • Views 2112
Re: How to stop category menu showing more than 2 levels deep?

There is a way to do so.. if ($category_id == $result['category_id']) { $children = $this->getCategories($result['category_id'], $new_path); } change to if ($parent_id == 0 || $category_id == $result['category_id']) { $children = $this->getCategories($result['category_id'], $new_path); } if the pare...

Jump to post
  • Wed May 12, 2010 1:24 am
  • Replies 5
  • Views 1686
Re: SEO Module?

if is possible.. http://demo.opencart.com/index.php?route=common/home like this http://demo.opencart.com/ http://demo.opencart.com/index.php?route=account/login like this http://demo.opencart.com/account/login and also other links.. if product page can be http://demo.opencart.com/index.php?route=pro...

Jump to post
  • Wed May 05, 2010 5:11 pm
  • Replies 5
  • Views 1445
Re: Add product images on the Orders products

Sorrt, I don't test it.

I only use OpenCart from the 1.4.6

Jump to post
  • Fri Apr 16, 2010 9:42 pm
  • Replies 8
  • Views 3650
Re: How to stop category menu showing more than 2 levels deep?

Modify \opencart_v1.4.7\catalog\controller\module\category.php

Find these codes, and remove.

Code: Select all

if ($category_id == $result['category_id']) {
				$children = $this->getCategories($result['category_id'], $new_path);
			}

Jump to post
  • Fri Apr 16, 2010 5:16 pm
  • Replies 5
  • Views 1686
Re: buttons

Modify the opencart_v1.4.7\catalog\view\theme\default\template\common\header.tpl as you want

Jump to post
  • Fri Apr 16, 2010 5:08 pm
  • Replies 1
  • Views 516
Re: error: undefined variable in YooDark template

You'd better give us your version of OpenCart, different version of Template and OpenCart App is the wrong way. Maybe the template is not suit your current OpenCart version.

Ady.

Jump to post
  • Fri Apr 16, 2010 5:06 pm
  • Replies 4
  • Views 2124
Re: I want an increase in the product list (add to cart) functio

younglai

See my topic about the "add to cart" button on the catalog page.

add "add to cart" button on catalog product list, on home
http://forum.opencart.com/viewtopic.php?f=21&t=12897

Jump to post
  • Fri Apr 16, 2010 12:25 am
  • Replies 2
  • Views 676
Add product images on the Orders products

Dear All, this time, I am writing about the orders products page show product images as the attachment file. ------------------------------------------------------------------------------- new update file for opencart v1.5.1.1 7/8/2011 ----------------------------------------------------------------...

Jump to post
  • Thu Apr 15, 2010 10:33 am
  • Replies 8
  • Views 3650
Re: change thickbox to use "rel" tag for the images group

dramony,
could you please give me your lived website, and I'll try to find your problem for the "thickbox".

Jump to post
  • Thu Apr 15, 2010 10:16 am
  • Replies 10
  • Views 2370
Add default action of each button on the back office

Dear all, At the OpenCart back office, there are many menus such as "Dashboard, Catalog, Extensions, Sales, System, Reports, Help", I call these are the main menu , and also have each submenus except "Dashboard". Why not give the main menu default link value instead of a blank li...

Jump to post
  • Thu Apr 15, 2010 10:13 am
  • Replies 0
  • Views 501
Re: my contribution to the opencart project

the words after "DONATE!" are too heavy, and I think you can change another color for these words. Some lighter color

Jump to post
  • Wed Apr 07, 2010 6:43 pm
  • Replies 2
  • Views 917
OpenCart SEO

I'm very like the OpenCart, but the SEO. It's better, PrestaShop's SEO. So I have to disable the SEO ant awaiting the new SEO features. Such as, catalog with .html file extention in the url, product page, can include the catalog in the url. and Other pages, can also be translated. and also add a but...

Jump to post
  • Wed Apr 07, 2010 6:39 pm
  • Replies 11
  • Views 2112
Re: how add a button?

Should you want to modify the opencart_root\catalog\view\theme\default\template\common\header.tpl if you want add the button to top of the page. Before <a href="<?php echo str_replace('&', '&', $home); ?>" id="tab_home"><?php echo $text_home; ?></a> Add <a href="{sit...

Jump to post
  • Wed Apr 07, 2010 6:30 pm
  • Replies 3
  • Views 830

Search found 24 matches