//define(‘TITLE’, ‘Zen Cart!’);
//define(‘SITE_TAGLINE’, ‘The Art of E-commerce’);
//define(‘CUSTOM_KEYWORDS’, ‘ecommerce, open source, shop, online shopping’);
//define(‘TITLE’, ‘Zen Cart!’);
Zen Cart! を 自分のショップ名とかに。 //define(‘SITE_TAGLINE’, ‘The Art of E-commerce’);
The Art of E-commerce をサイトの説明文とかに。
ついでに //define(‘CUSTOM_KEYWORDS’, ‘ecommerce, open source, shop, online shopping’);
ecommerce, open source, shop, online shoppingを、自分のサイト向けのキーワードに変更しておきましょう。