Hello all,
Im trying to add my companies contact information underneath the "walk-in" button. Does anyone know what file i can open to add this?
Thanks!
Hello all,
Im trying to add my companies contact information underneath the "walk-in" button. Does anyone know what file i can open to add this?
Thanks!
includes/languages/english/your_template/checkout_shipping.php
Can I actually add my contact information here? checkout_shipping is a bunch of variables that are being defined
My bad! Short answer is yes, you can edit the file. Long answer is that's the wrong one. Correct file is includes/languages/english/modules/shipping/storepickup.php
It would look like this:
define('MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE', 'Store Pickup');
define('MODULE_SHIPPING_STOREPICKUP_TEXT_DESCRIPTION', 'Customer In Store Pick-up');
define('MODULE_SHIPPING_STOREPICKUP_TEXT_WAY', 'Walk In
<br />Your store contact info');
?>