Jump to content

I have a spelling mistake


warleb

Recommended Posts

Been redesigning the classic theme last couple of days mainly colours etc.  And it looks great.

However I have a spelling mistake when I placed an order by using the cheque payment method.  And I have no idea where the pesky mistake is hiding.  All other areas across the whole site display my company name fine.

So on the order completion page I see that it says Helios instead of Helious

The part that says 'Your Order on Helios is complete'  I have no idea where that company name is coming from and I need to correct it.
Anyone have any ideas?


image.png.b18586fa3206ab826f75c35d6908f665.png

Link to comment
Share on other sites

  • razaro changed the title to I have a spelling mistake

solved.

I changed the cheque payment_return module.  and changed 
<p>
  {l s='Your order on %s is complete.' sprintf=[$shop_name] d='Modules.Wirepayment.Shop'}<br/>
  {l s='Please send us a bank wire with:' d='Modules.Wirepayment.Shop'}
</p>

 

It was the shop_name causing the issue.  But I guess that initial spelling mistake is hidden somewhere...


to 
<p>
  {l s='Your order on %s is complete.' sprintf=[$shop.name] d='Modules.Wirepayment.Shop'}<br/>
  {l s='Please send us a bank wire with:' d='Modules.Wirepayment.Shop'}
</p>

image.png.14ff27bd390eb7d726c0d0b4a1f0a8f9.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...