Search found 214 matches

Search found 214 matches

Re: account activation email language issue

Yes i2paq is right. That is how it is designed.

Jump to post
  • Fri Sep 07, 2012 12:45 am
  • Replies 13
  • Views 2106
Re: What specific file to edit the Shopping cart page??

It looks like you are using opencart version 1.5.1.3. You can edit content for shipping in catalog/view/theme/default/template/total/shipping.tpl file.

Jump to post
  • Fri Sep 07, 2012 12:42 am
  • Replies 3
  • Views 1397
Re: Orders - Time of Day

In admin/controller/sale/order.php, getList() method, line no 335,

Replace

Code: Select all

'date_added'    => date($this->language->get('date_format_short'), strtotime($result['date_added'])),
With

Code: Select all

'date_added'    => $result['date_added'],

Jump to post
  • Fri Sep 07, 2012 12:34 am
  • Replies 3
  • Views 375
Re: Invoice missing state for shipping?

You can find address formatting in invoice() method of admin/controller/sale/order.php file. Your zone is your state.

Jump to post
  • Fri Sep 07, 2012 12:23 am
  • Replies 1
  • Views 132
Re: account activation email language issue

For different languages, you need to first select admin language first from settings. If i understood you currently than you wants to send second email automatically in user-selected language during their registration but i don't think that's possible by default.

Jump to post
  • Thu Sep 06, 2012 9:49 pm
  • Replies 13
  • Views 2106
Re: account activation email language issue

It looks like your language packs doesn't include mail/customer.php language file for Portuguese and Dutch in admin. Just add mail/customer.php file with specific language based into Portuguese and Dutch language folders of admin.

Jump to post
  • Thu Sep 06, 2012 9:14 am
  • Replies 13
  • Views 2106
Re: search box is not working

catalog/view/javascript/common.js on line no 4 its not able find $('base').attr('href') so considering its value as undefined.

Jump to post
  • Thu Sep 06, 2012 9:00 am
  • Replies 2
  • Views 310
Re: Please help me how to sort product by latest edit

Customize MySQL query for getProducts method into catalog/model/catalog/product.php. Add order by date_modified.

Jump to post
  • Thu Sep 06, 2012 8:52 am
  • Replies 3
  • Views 140
Re: Error on confirm order

Its looks like customized. It's not able to find setZone method into system/library/tax.php file.

Jump to post
  • Thu Sep 06, 2012 8:48 am
  • Replies 1
  • Views 119
Re: Category image not showing/ problems category page?

It looks like any design issue that's why its showing on the top.

Jump to post
  • Thu Sep 06, 2012 7:59 am
  • Replies 0
  • Views 90
Re: Automatically add products to parent Category?

Yes you can write a method (script) to add products to all parent categories of your selected category.

Jump to post
  • Thu Sep 06, 2012 7:56 am
  • Replies 2
  • Views 994
Re: how to reset report

Sorry but can you please explain what do you mean by reset report.

Jump to post
  • Thu Sep 06, 2012 7:44 am
  • Replies 10
  • Views 995
Re: Product that only admin's can see it in the store

You can add new option in product for administrator visibility enable/disable and customize it to hide disabled products from front-end and show when administrator logged in.

Jump to post
  • Thu Sep 06, 2012 7:42 am
  • Replies 1
  • Views 310
Re: Could not load controller module/language

Above error means your web-store is not able to load controller/module/language.php file. Please check whether that file is there and it has proper permission.

Jump to post
  • Thu Sep 06, 2012 7:34 am
  • Replies 3
  • Views 2997
Re: How do you re-send orig receipt/order confirmation email

I don't think that by default it's possible. You can customize Resent Confirmation button if you are familiar with basic structure of opencart framework.

Jump to post
  • Thu Sep 06, 2012 7:30 am
  • Replies 2
  • Views 863
Re: border for content boxes

It looks like you are using image to make a border so just redesign that image. Or if you want to do it using css than you can remove image and add border element with radius and specific color.

Jump to post
  • Thu Sep 06, 2012 7:23 am
  • Replies 3
  • Views 262
Re: [RELEASED] Recent Activity

New! Recent Activity 1.0.1 (08/29/2012)
- Improved horizontal and vertical sliding.
- Improved recent activity display timing.
- Improved activity algorithm.

Jump to post
  • Thu Aug 30, 2012 6:03 am
  • Replies 0
  • Views 414
Re: [RELEASED] Recent Activity

New! Recent Activity 1.0.1 (08/29/2012)
- Improved horizontal and vertical sliding.
- Improved recent activity display timing.
- Improved activity algorithm.

Jump to post
  • Thu Aug 30, 2012 5:55 am
  • Replies 9
  • Views 5880
Re: Size and stock levels

Use Product Options for size. It will automatically maintain option based stock.

Jump to post
  • Tue Aug 28, 2012 12:41 am
  • Replies 1
  • Views 139

Search found 214 matches