Search found 23 matches

Search found 23 matches

joy

Re: [MOD] Copy Contact Mail to Sender

Great! This is useful. I implement this at my site also. :)

Jump to post
  • Thu Oct 27, 2011 6:24 pm
  • Replies 6
  • Views 1593

joy

Re: Make Stock Status and Manufacturer multi-lingual

Take an example for the cosmetic brand Shiseido, it's called 資生堂 . Even though the "logo" on all their products shows "Shiseido". Or Clarins, it's called 克蘭詩 , although the "logo" on all their products shows "Clarins" too. I am not sure about other languages, ...

Jump to post
  • Thu Oct 27, 2011 4:19 pm
  • Replies 7
  • Views 1568

joy

Re: Out of stock message translation?

n4n1 wrote:I would add [SOLVED] to the thread title but I really don't know how to edit it ???
If you logged in, I suppose you could see "EDIT" wording in the post, just add the [SOLVED] to the "Subject:" field...
I guess, as I have not open a new thread before. ;D

Jump to post
  • Thu Oct 27, 2011 3:49 pm
  • Replies 5
  • Views 12453

joy

Re: [solved] Removing "Refine Search" on the category page

sinbad wrote:and if you rather show the category icons you can use this also:...
This looks nice. Thanks for sharing! :)

Jump to post
  • Mon Oct 24, 2011 10:47 pm
  • Replies 26
  • Views 30194

joy

Re: [1.5] how to REMOVE reward points program

I also thought that uninstall the Reward Points means the whole things related would be gone, because it is meaningless to still have the Reward Points showing at the product page and in the customer account when it is not in use. That would be great if this can be implemented with the uninstall fun...

Jump to post
  • Sat Oct 22, 2011 10:52 am
  • Replies 47
  • Views 39266

joy

Re: Customer can choose amount to pay?

Something like the amount field when purchasing the Gift Voucher?

Anyway, i just found Accepting Donations - Allowing customers to set the price post which is related to this.

Jump to post
  • Sat Oct 22, 2011 2:03 am
  • Replies 2
  • Views 715

joy

Re: Charity Donation on Purchase Total

Hmm... I never read and think so much about the affiliation or permission on donation to the charity.
I thought one act on that is for the good cause and should not have too many rules to hold someone back on contributing to the charity. Are we out of the topic now? ;)

Jump to post
  • Thu Oct 20, 2011 10:33 pm
  • Replies 8
  • Views 2110

joy

Re: Charity Donation on Purchase Total

Hmm... talking about tax implications here... it's rather difficult to do in the way that the op wants. :-[ What we normally see is the shop owner will set aside a portion of the proceeds (normally is how many cents for an item etc.) for donations to encourage customers to buy from them. In that way...

Jump to post
  • Thu Oct 20, 2011 11:36 am
  • Replies 8
  • Views 2110

joy

Re: Adding customer,shipping details in admin order notifica

"Thank you for your interest in {Store Name}. Your order has been received and will be processed once payment has been confirmed." Anyway of modifying this text to different one in admin order notification? The above can be changed at catalog/language/english/mail/order.php Look for $_['t...

Jump to post
  • Thu Oct 20, 2011 1:48 am
  • Replies 29
  • Views 31525

joy

Re: Simpler change of product images in catalog/product

I also think that the image manager is so inefficient, especially when I am in a country with the slow internet connection. Although I FTP all the images to the sub-folder i want, but waiting for the images to load completely or the image browser to finish loading the folder have been taken much of ...

Jump to post
  • Thu Oct 20, 2011 12:46 am
  • Replies 3
  • Views 1490

joy

Re: Charity Donation on Purchase Total

This is also one of the features i would like to have... but prefer the percentage is fixed by the shop owner.

Jump to post
  • Thu Oct 20, 2011 12:37 am
  • Replies 8
  • Views 2110

joy

Re: <SOLVED> HTML Admin Email With Comments

Another easier solution is to have an exact copy of the customer email on new order. On the same thread also have solutions for adding the Order Status and Customer Comments to the email too.

Jump to post
  • Wed Oct 19, 2011 11:43 pm
  • Replies 38
  • Views 69878

joy

Re: Add time to orders

You are welcome! :)

Jump to post
  • Tue Oct 18, 2011 9:59 pm
  • Replies 25
  • Views 15216

joy

Re: Add time to orders

markman-b wrote: It still shows the time in an 12 hour format, but without AM/PM.
Are you sure you typed "H"?
Because H is for 00~23, h is for 01~12. Please refer to the manual here.

This post here is another approach of changing the date & time format wherever you want.

Jump to post
  • Tue Oct 18, 2011 9:49 pm
  • Replies 25
  • Views 15216

joy

Re: Manufacturers NOT MULTI-LANGUAGE

I agreed. Not only brand names are different in Japanese, this is also true for Chinese also.
I am not saying this is a bug, probably just a feature that is needed by multilingual site.

Jump to post
  • Tue Oct 18, 2011 5:05 pm
  • Replies 17
  • Views 9539

joy

Re: Setting Local Timezone values in database

This solved my problem but it depends on your hosting as to whether you need or want to use it or not. :-\ Thank you thank you thank you... This is very useful to me! Although I was trying to find a way not to record my local time in the database, but after searching high and low on the internet, I...

Jump to post
  • Mon Oct 17, 2011 10:31 pm
  • Replies 56
  • Views 56110

joy

Re: Add time to orders

markman-b wrote: How does the string look like for an 24 hour notation?
You can change the format at admin/language/english/english.php
e.g. From h:i:s A = 08:05:13 PM to H:i:s = 20:05:13

change:

Code: Select all

$_['time_format']           = 'h:i:s A';
to:

Code: Select all

$_['time_format']           = 'H:i:s';

Jump to post
  • Mon Oct 17, 2011 10:12 pm
  • Replies 25
  • Views 15216

joy

Re: Add time to orders

open: admin/controller/sale/order.php find: 'date_added' => date($this->language->get('date_format_short'), strtotime($result['date_added'])), ...... Kudos to you! However, my server time and my local time is having a 15 hours difference. How can I make it to show the time in my local timezone? I r...

Jump to post
  • Sun Oct 16, 2011 12:59 pm
  • Replies 25
  • Views 15216

Search found 23 matches