Search found 113 matches

Search found 113 matches

Re: Shipping

try
Login as admin> system> localization> GEO zone> add new> SELECT your country/ zone > Save
Login as admin> extensions> shipping> free shipping> edit> SELECT YOUR GEO ZONE > Save

Jump to post
  • Tue Mar 03, 2015 3:21 pm
  • Replies 3
  • Views 424
Re: 有沒有辦法在Product grid 顯示品牌名稱?

1.5.6.4 版本的category.tpl
大約在line#111
function Display()

Jump to post
  • Tue Mar 03, 2015 1:41 pm
  • Replies 3
  • Views 1646
Re: How to set local timezone?

can change the code here? i haven't test.

opencart-2011\system\startup.php
line#10

Code: Select all

if (!ini_get('date.timezone')) {
	date_default_timezone_set('UTC');
}

Jump to post
  • Fri Feb 27, 2015 4:06 pm
  • Replies 23
  • Views 9030
Re: Mobile search bar

viethemes wrote:You can edit the file catalog\view\theme\default\template\common\search.tpl, find

Code: Select all

type="text"
and replace with

Code: Select all

type="search"
it is working fine for me!

Jump to post
  • Fri Feb 27, 2015 4:03 pm
  • Replies 6
  • Views 1133
Re: Full site on mobile phone

OpenCart Mobile Framework Lite http://www.opencart.com/index.php?route=extension/extension/info&extension_id=5125 demo site http://demo.omframework.com/lite/?view=mobile OpenCart Mobile Framework http://www.opencart.com/index.php?route=extension/extension/info&extension_id=4168 demo site htt...

Jump to post
  • Fri Feb 27, 2015 3:50 pm
  • Replies 5
  • Views 1063
Re: How to add a phone number in the Delivery Details

is there any extensions meet your requirement? http://www.opencart.com/index.php?route=extension/extension&filter_search=custom%20registration%20fields you can try the demo first Extra Billing Address Fields Based on Customer Group http://www.opencart.com/index.php?route=extension/extension/info...

Jump to post
  • Fri Feb 27, 2015 10:05 am
  • Replies 3
  • Views 1501
Re: Add to Cart Not Working on Product Page

<button type="button" onclick="cart.add(...)....
can you find above code in product.tpl?

Jump to post
  • Thu Feb 26, 2015 3:54 pm
  • Replies 13
  • Views 6493
Re: 重新安裝Opencart

都是一樣,只需恢複一次就可以

Jump to post
  • Thu Feb 26, 2015 3:49 pm
  • Replies 10
  • Views 3729
Re: sales order not deleted

do you have create a api user?
login as admin> system> users> api

are you in the maintained mode?

have your php server enable curl function?

http://forum.opencart.com/viewtopic.php?f=190&t=135248

Jump to post
  • Thu Feb 26, 2015 3:15 pm
  • Replies 5
  • Views 2019
Re: 重新安裝Opencart

步驟正確 如仍出現問題請先聯絡你的寄存公司 看看為何會出現CodeGuard resource sync If you received a notification that CodeGuard could not connect to your database, there are several root causes: 1. Database server maintenance prevented connection 2. Database user on HostGator cPanel account deleted 3. Database user password cha...

Jump to post
  • Thu Feb 26, 2015 2:34 pm
  • Replies 10
  • Views 3729
Re: "text_powered" at the bottom of my website

When I right click to view the source, I see this: <div id="bottom"> <p class="container">text_powered</p> </div> are you in the footer.tpl? opencart-2011\catalog\view\theme\default\template\common\footer.tpl try change <div id="bottom"> <p class="container">...

Jump to post
  • Thu Feb 26, 2015 10:34 am
  • Replies 5
  • Views 1378
Re: 重新安裝Opencart

登錄後台> 系統 或 工具> 備份/恢復>選擇所有資料表 >備份>在重新安裝的Opencart恢復

如出錯通常是以下問題
1, database檔案太大 => 直接進入phpmyadmin 恢復所有資料表
2, 舊版本opencart有其他模塊的資料表 => 找出該模塊並加在新版本opencart
3, 新版和舊版的database名稱和 prefix不同 => 改做相同

Jump to post
  • Wed Feb 25, 2015 4:19 pm
  • Replies 10
  • Views 3729
Re: A Little Help for a Newbie!

please reference user guide for setting opencart. http://docs.opencart.com/ https://www.youtube.com/results?search_query=opencart+theme+install https://www.youtube.com/results?search_query=opencart+add+currency https://www.youtube.com/results?search_query=opencart+add+language for technical, coding ...

Jump to post
  • Wed Feb 25, 2015 12:36 pm
  • Replies 1
  • Views 214
Re: "text_powered" at the bottom of my website

in default 2.0

opencart-2011\catalog\language\english\common\footer.php

Code: Select all

$_['text_powered']      = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s &copy; %s';

Jump to post
  • Wed Feb 25, 2015 12:25 pm
  • Replies 5
  • Views 1378
Re: Latest Products Module

Can someone please explain how OC determines what is displayed in Latest Products module? Is there any way this can be user defined? Regards catalog\controller\module\latest.php $filter_data = array( 'sort' => 'p.date_added', 'order' => 'DESC', 'start' => 0, 'limit' => $setting['limit'] ); $results...

Jump to post
  • Tue Feb 24, 2015 12:54 pm
  • Replies 2
  • Views 516
Re: 重新安裝Opencart

alvin20031010 wrote:不能在舊database 上重新安裝Opencart, 那麼怎樣才可以把舊database 的資料套回新裝的Opencart 上?
Thanks
如相同版本的Opencart 可以在
登錄後台> 系統 或 工具> 備份/恢復>選擇所有資料表 >備份>在新裝的恢復

Jump to post
  • Tue Feb 24, 2015 9:19 am
  • Replies 10
  • Views 3729
Re: Order Status Update Emails

opencart-2011\admin\view\template\sale\order_info.tpl <input type="checkbox" name="notify" value="1" id="input-notify" /> change to <input type="checkbox" name="notify" value="0" id="input-notify" /> can this help?

Jump to post
  • Mon Feb 23, 2015 2:11 pm
  • Replies 2
  • Views 660
Re: Add to Cart Not Working on Product Page

review the code of the product.tpl

Code: Select all

<button type="button" onclick="cart.add(...)....
make sure this file exist
opencart-2.0.1.1\catalog\view\javascript\common.js

Code: Select all

var cart = {
	'add': function(product_id, quantity) {.....

Jump to post
  • Mon Feb 23, 2015 12:39 pm
  • Replies 13
  • Views 6493

Search found 113 matches