Tag Archives: Website design

Website Design – Zen Cart Ecommerce Integration – HolidayHope.net

Zen Cart ecommerce integration and design “skinning” by Designparc. Website design by Joshua Estes. Project management, including merchant account and product fulfillment integration by Designparc. Zen Cart product orders/shipping export modification by Joshua Estes.
Posted in Ecommerce shopping cart, Website design, Zen Cart Shopping Cart | Also tagged , | Leave a comment

WordPress Tutorial – Remove the Word “Protected:” from Title Text of Password-protected Pages

Remove the word “Protected:” from title text of password-protected pages. Big thanks to t31os on the WordPress forums. Check out t31os’s site for more WordPress tips. The following filter function code is placed in the functions.php file, this way it doesn’t accidentally get replaced when WordPress is upgraded. <?php function the_title_trim($title) { $pattern[0] = ‘/Protected:/’; $pattern[1] = ‘/Private:/’; $replacement[0] = ”; // Enter [...]
Posted in Website design, WordPress, WordPress tutorial | Also tagged , | 1 Comment

Magento Ecommerce – Create New CMS Page & Add Link in Top Menu Along with Category Links

Magento Ecommerce: Create a new CMS page and have the link to it show up in the menu alongside the category links. Brick House Bakery project: adding the Survey page link to the top navigation bar, alongside the existing category links. 1. Create a new CMS page, titled Survey, in Magento’s admin (Admin > CMS > Manage [...]
Posted in Ecommerce shopping cart, Magento ecommerce, Magento tutorial, Website design | Also tagged , , , | 4 Comments

Magento Ecommerce – Removing index.php Text from URL

http://www.magentocommerce.com/boards/viewthread/4761/ Example: So instead of this: http://www.domain.com/INDEX.PHP/category I get this: http://www.domain.com/category
Posted in Ecommerce shopping cart, Magento ecommerce, Magento tutorial, Website design | Also tagged , , | Leave a comment