Archive: PHP Thirt Party Tools
-
Aug 16, 2011
No Commentscustom query in magento a zend approach
I’ve already mentioned about custom query in Magento, before but now I think its time to upgrade that method to next level because it would always be good to have standard code for reference.So it is just a new improved way of using a custom query. First of all we will need is a connection...
-
Aug 16, 2011
No Commentsgenerating invoiceorders next increment id in magento
Magento has its own way of generating increment ID for new invoices and new orders after they are saved. But how about knowing them before hand, i.e before the invoice or the order is created! Lets first understand the working of those increment ID generation before jumping to the code. As all of us must...
-
Aug 16, 2011
No Commentsadding custom javascript on admin form in magento backend
Sometimes in Magento, while creating a custom module we need to add our custom Javascript code in our Admin form. These Admin forms we create are extened from the Magento’s core form widget. So there is a less flexibiliy of adding a custom Javasccript code in such types of Admin forms. What to do if...
-
Aug 16, 2011
No Commentsadding css class name to my account link anchor tag in magento through xml layout
At the first instance I thought WTH! must be pretty simple, add params in XML layout and “Voila!“. But later I found that it was not simpler as I thought. I had to get into the addLink method for sometime (1/2hr) and finally I came up with correct structure of XML layout. At the end...
-
Aug 16, 2011
No Commentsworking ajax json objects magento case ajax powered login functionality
Previously I have written about Working With Ajax in Magento. And after a huge response I received from that post I was compelled to write more on implementing Ajax in Magento. And this time I want to say additionally about handling JSON (JavaScript Object Notation) along with Ajax, within the Magento enviornment. JSON Objects and...
-
Aug 16, 2011
No Commentsdisplaying currency code after the price value in magento
I had a time to research on Magento’s currency format and its display on Magento webshop. I then came across a block where I could change the format of currency display, in this case I am talking about moving the currency symbol to the right of the price value. In other words I found a...
-
Aug 16, 2011
No Commentsmagento setting default shipping method cart page
I recently came to a situation where I need to show a shipping price amount on cart before selecting the shipping address from the checkout page. Basically shipping price is shown after the user has added the shipping address and selected the shipping method. So to show shipping price on cart page load, I needed...
-
Aug 16, 2011
No Commentsmagento creating ajax updated tabs frontend product management tabs backend
Magento’s Product Management GUI in back-end has Tabbed Navigation. There are two types of Tabs implemented there. One type of Tab is normal tab, loading content on page load while other type of tab has its content loaded by “Ajax”. Another interesting thing to note is that once the Ajax loaded tab’s content is loaded...
-
Jun 12, 2011
No CommentsWelcome to php2php.com
Welcome to...