Page 1 of 1
Search found 9 matches
Add order history(frontend) field
Someone know how to add order history status date into catalog/controller/account/orderlist_tpl
And also payment mothed, shipping mothed (instead of customer name, products)
I try to add <?php echo $history['date_added']; ?> but it not work.
Is it need modify many code?
- Fri Jan 22, 2016 8:58 pm
- Replies 0
- Views 158
Re: How setting store time use PHP/Database time ?
Thanks your help.
It work fine.
- Tue Jan 12, 2016 12:54 am
- Replies 2
- Views 548
How setting store time use PHP/Database time ?
How setting store time use PHP/Database time ? My PHP serve time (GMT+8) admin/controller/sale/order.php find: 'date_added' => date($this->language->get('date_format_short'), strtotime($result['date_added'])), and change to: 'date_added' => date($this->language->get('datetime_format'), strtotime($re...
Jump to post- Sun Jan 10, 2016 1:51 am
- Replies 2
- Views 548
Product page image use Photoswipe
Hi, I'd like use Photoswipe on the product page main image. version 2.0.3.1 & R.gen theme. Photoswipe already installed.(lib) I need expert step by step guide me. Please PM. (works, charge) This is R.gen theme product image tpl ↓ <?php /* PLACE - ABOVE IMAGE **************************/ ?> <?php echo...
Jump to post- Mon Dec 21, 2015 1:40 am
- Replies 3
- Views 2001
Re: Label and radio option one row
Hi,viethemes wrote:Hi Daniel,
You download this file https://www.dropbox.com/s/xmfsf6hizlwo7 ... t.tpl?dl=0 and upload to catalog/view/theme/default/template/product.
If I want label and select option can also use the same way? Jump to post
- Thu Oct 08, 2015 12:19 am
- Replies 5
- Views 531
Re: Show SKU/UPC/EAN/etc on Product.tpl
Thanks, success to use now.
- Wed Oct 07, 2015 1:32 am
- Replies 14
- Views 17507
Re: 如何修改SSL Port
有看過,但是這應該只適用於舊版的opencart
因為index.php裡找不到相同的語句
不知道要如何修改
- Wed Jun 03, 2015 7:42 pm
- Replies 3
- Views 1547
SSL port修改
請問SSL端口若非一般默認的443,而是42437
要如何修改呢? 是否是更改index.php裡的HTTPS config_url?
- Tue Jun 02, 2015 4:26 pm
- Replies 1
- Views 992
如何修改SSL Port
一般默認的SSL Port是443
但是我要修改為42473,請問要如何修改?
是否是改index.php裡的HTTPS路徑呢?
謝謝~
- Tue Jun 02, 2015 4:07 pm
- Replies 3
- Views 1547
Search found 9 matches