WebsiteBaker Support (2.8.x) > Bakery Shop
Where to remove "abroad" shipping option
Pippy:
I have done a website for a client but they do not want "abroad" showing under the shipping. In fact my client will be limiting sales to her own country.
Could someone please advise where to remove this from showing on the shop pages please.
The website will go live once I work out how to remove "abroad" from the code.
Thank you in advance.
Pip
Ruud:
The output uses template blocks that can be changed through the page-settings panel.
http://www.bakery-shop.ch/#page_settings
Pippy:
--- Quote from: Ruud on July 20, 2012, 10:46:37 AM ---The output uses template blocks that can be changed through the page-settings panel.
http://www.bakery-shop.ch/#page_settings
--- End quote ---
Thanks.
I actually managed to find what I needed to do by commenting out the "abroad shipping" text in the certain bakery files. Now everything looks fine.
Pip
apple:
--- Quote from: Pippy on July 23, 2012, 06:40:54 AM ---
I actually managed to find what I needed to do by commenting out the "abroad shipping" text in the certain bakery files. Now everything looks fine.
--- End quote ---
Hi, I am having same issue. Can you share which files you have commented the out the "abroad shipping" text? Thanks.
jacobi22:
a simple solution is a look into the template-files and the page-settings from bakery
another way: change the select for the countrys. if your shop- (home-) country == germany, comment out all other countrys in the file bakery/languages/countrys/DE.php and use only this code
--- Code: ---$MOD_BAKERY['TXT_COUNTRY_CODE'][1] = 'DE'; $MOD_BAKERY['TXT_COUNTRY_NAME'][1] = 'Deutschland';
--- End code ---
(watch at DE and Deutschland for germany)
if your Shop-Home-Country like France use the france Code in the file FR.php , like
--- Code: ---$MOD_BAKERY['TXT_COUNTRY_CODE'][1] = 'FR'; $MOD_BAKERY['TXT_COUNTRY_NAME'][1] = 'France';
--- End code ---
if you have only one entry in this file or you change the countries in this file, be carefull: the first entry (and only this line) needs the 1 behind $MOD_BAKERY['TXT_COUNTRY_CODE'] and $MOD_BAKERY['TXT_COUNTRY_NAME']
if your Shop-Home-Country are the same with the entry in this file, you have no abroad shipping text
Navigation
[0] Message Index
[#] Next page
Go to full version