Page 1 of 1

Rename PICK UP FROM STORE

Posted: Tue Jul 31, 2018 11:57 pm
by harap
Hello Sirs,

I do not use third party shipping extension. From my store default I can see "Pick up from store" under Shipping method. I want to rename it such as "Free local pickup", How can I edit it?

Please advise. Thanks in advance!

Re: Rename PICK UP FROM STORE

Posted: Wed Aug 01, 2018 12:06 am
by straightlight
While the OC version has not been posted either, there are no sentence in the OC core for v2.x releases where: pick up from store has been delivered out-of-the-box. Use TextCrawler (free) to find the relative keywords in PHP extension files.

Re: Rename PICK UP FROM STORE

Posted: Wed Aug 01, 2018 1:00 am
by cyclops12
harap wrote:
Tue Jul 31, 2018 11:57 pm
Hello Sirs,

I do not use third party shipping extension. From my store default I can see "Pick up from store" under Shipping method. I want to rename it such as "Free local pickup", How can I edit it?

Please advise. Thanks in advance!
In catalog/language/YOUR-LANGUAGE/shipping/pickup.php

Re: Rename PICK UP FROM STORE

Posted: Wed Aug 01, 2018 3:46 am
by straightlight
The word pickup is one word, that's why.

Re: Rename PICK UP FROM STORE

Posted: Wed Aug 01, 2018 8:18 pm
by MrPhil
straightlight wrote:
Wed Aug 01, 2018 3:46 am
The word pickup is one word, that's why.
What exactly do you mean by that? In "Pick up from store", pick up is a verb, and properly two words. In "Free local pickup", pickup is a noun, and properly one word. Let's not confuse people whose English skills are on the weak side.

Re: Rename PICK UP FROM STORE

Posted: Wed Aug 01, 2018 11:02 pm
by straightlight
MrPhil wrote:
Wed Aug 01, 2018 8:18 pm
straightlight wrote:
Wed Aug 01, 2018 3:46 am
The word pickup is one word, that's why.
What exactly do you mean by that? In "Pick up from store", pick up is a verb, and properly two words. In "Free local pickup", pickup is a noun, and properly one word. Let's not confuse people whose English skills are on the weak side.
// Text
$_['text_title'] = 'Pickup';
$_['text_description'] = 'Pickup From Store';
The first post indicated two words instead of one.