A place to log my programming solutions.

Tagged :: clear

17
Feb 10

IE6 Phantom Text / Duplicate Text Bug

Just for purposes of documenting this useful knowledge:

When viewing in Internet Explorer 6 and experiencing the “strange-repeated-text” problem, try applying this CSS to the element containing the text that gets repeated:

float: none;
clear: both;

Knowledge from: http://uxdev.blogspot.com/2008/10/phantom-text-in-ie6.html

8
Sep 09

Magento Clear Shopping Cart and Session

If you ever need to programmatically clear Magento’s shopping cart, use the snippet of code below. If you need to clear the user’s entire session, including the shopping cart, shipping information, billing information and chosen payment methods, please refer to the snippet further below.

Read more »

20
Aug 09

Clear Magento Customers, Orders, Searches, and Tags

From the Magento dashboard, there is no intuitive way of deleting/clearing/resetting customer, order, search, or tag data. As developers, we have to test the various functions of our specific Magento setup before presenting it to the client. Before the site can go live, all of the test data has to be removed so it doesn’t interfere with the client’s other business functions such as accounting and inventory.

Read more »

About NVNCBL and Myself

Contact Me