Practical Web Applications for Daily Living…
Migrate your magento website to another Server
To transfer your website to another server follow these steps.
1. Backup your Database first using the admin panel of magento.
2. Create a new database in your new Server.
3. import your backup data to the new database.
4. upload a fresh copy of magento to your root directory.
5. copy the codes of your current magento website into the fresh magento directory. ( this will overwrite all of the affected codes ).
6. install magento (like how you normally install).
7. You should thank Engr. Julius Bacosa for this. Good Luck!!!
No comments yet.
No trackbacks yet.
Magento Upsell (we also recommend) not showing solved
September 3, 2010 - 4:29 pm
Posted in magento | No comments
After trying almost everything from checking the javascripts codes, php codes, to trial and error delete and pasting back xml elements in catalog.xml to what ever possible solution I can think of, showing a lost We also Recommend tab is just a click of a button, I never expect to reindex the whole database [...]
Ecommerce System Installation Singapore
September 3, 2010 - 1:05 am
Posted in busines, magento, web development | No comments
We have successfully installed 10 ecommerce shops within 4 months using magento ecommerce system, having different business requirements gives pain during the development, but now, we are very proud to say, we know magento ecommerce system enough that we can cater the enterprice level already. We are moving towards integrating magento to other business [...]
Setting Up Contact Form within Static Block in Magento
August 31, 2010 - 1:28 am
Posted in Model View Controller, User Interface, html/css, web development | No comments
Just put this within your static block
<form id="contactForm" action="contacts/index/post/" method="post"> <fieldset class="group-select">
<ul>
<li>
<div class="input-box">
<div><label for="name">Name <span class="required">*</span></label> <input id="name" class="required-entry input-text" title="Name" name="name" type="text" /></div>
<div class="input-box"><label for="email">Email <span class="required">*</span></label></div>
<div><input id="email" class="required-entry input-text validate-email" title="Email" name="email" type="text" /></div>
<div class="input-box"><label for="telephone">Telephone</label><br /> <input id="telephone" class="input-text" title="Telephone" name="telephone" type="text" /></div>
<div class="input-box"><label for="comment">Comment</label><br /> <textarea id="comment" class="input-text" style="height: 150px; [...]
Configurable Product Magento, switch view more images solved
August 22, 2010 - 4:01 am
Posted in Model View Controller, User Interface, magento, web development, zend framework | No comments
Once again, I’ve managed to solve one fuzzy client request and stayed the weekend to kick this functionality into action.
My confidence in building website functionalities in the web is bursting that there is no impossible for me already, it just depends in time and of course your budget
well…. as usual I am [...]
Displaying Product Images of Associated Products with Configurable Products in Magento
August 21, 2010 - 7:33 pm
Posted in C# / C Sharp, Domain Driven Designs, Object Oriented Programming, User Interface, html/css, magento, web development, wordpress, zend framework | No comments
<?php
$assoc_product = Mage::getModel(‘catalog/product’)->load($child->getId());
echo $assoc_product->getName();
foreach($assoc_product->getMediaGalleryImages() as $assoc_product_img){ ?>
<div>
<img src=’<?php echo $this->helper(‘catalog/image’)->init($assoc_product, ‘thumbnail’, $assoc_product_img->getFile())->resize(70, 70); ?>‘ />
</div>
[...]
Display more Attribute in Table Grid of Group Product Details in Magento
August 21, 2010 - 2:24 pm
Posted in C# / C Sharp, Coding, Model View Controller, Object Oriented Programming, User Interface, busines, magento, web development, zend framework | No comments
Go to frontend/base/default/template/catalog/product/view/type/grouped.html
Add this code to the head of the table
<th class="a-right"><?php echo $this->__(‘Width’) ?></th>
<th class="a-right"><?php echo $this->__(‘Height’) ?></th>
insert this code in the table body:
where ’sign_width’ and ’sign_height’ are attribute names.
<td><?php echo $this->htmlEscape($_item->getData(’sign_width’)); ?></td>
<td><?php echo $this->htmlEscape($_item->getData(’sign_height’)); ?></td>
enjoy!!!
How do you use configurable products versus group products in magento?
Zend framework, magento, webpage drafts
August 20, 2010 - 3:40 am
Posted in web development | No comments
There is a high possibility that I can’t have my first fully functional mini cms zend application, I have to spend every precious time to finish a large queue of customized ecommerce websites and complex cms websites.
Going to take a bath in 3, 2, 1 ….
Code Igniter instead of Magento
August 18, 2010 - 5:53 pm
Posted in Coding, Domain Driven Designs, User Interface, javascript / jquery, magento, web development | No comments
There are some situations where you need to take a cab instead of taking MRT. The other day, I decided to code an online transaction from scratch and it took me 20 hours to do the backend and frontend using code igniter instead of magento, If I use magento to implement it, the complexity in [...]
F and b website Singapore
August 17, 2010 - 4:03 am
Posted in Travel | No comments
Last night seems to be a very long night. There was a client who come to us and she doesn’t know about web development and ecommerce especially for foods and beverages type of online transaction, I was not familiar with this part of online transaction before so I just showed here a solution what here [...]
Ecommerce designer Singapore
August 15, 2010 - 12:53 am
Posted in Coding, Domain Driven Designs, Linux, Model View Controller, User Interface, magento, web development | 4 comments
I tried to search for ecommerce developer in singapore using google search engine, as expected this blog is in the first page results, but when I try to search for ecommerce designer Singapore, this blog is nowhere to be found in the first page.
People might think that I can only do development for them, [...]
