Category: PHP

Sep 06 2011

Yahoo Store Real Time Shipping with USPS

USPS real time rates are a feature that has been long desired, you can always pay a developer but here is a walk through. I was working on other projects and for a long time I had some issues with USPS’ API and it is because their testing server is not all that functional so after sending an email to USPS API support they put my user ID to the production server and I was getting rates! I have to give credit where credit is due and say that Mark Sanborn’s Blog helped me and gave me about 90% of the PHP code needed to get this feature working.

Continue reading “Yahoo Store Real Time Shipping with USPS” »

Jun 20 2011

Real simple PHP pagination!

After searching the interwebs for simple PHP pagination and failing to add it to the (non-Yahoo) store I’ve been building, I was fed up and just thought “why can’t I make one myself?”

This is not the typical “Yahoo E-commerce” post for which E-comm Solution is known.  We’re spreading our wings and branching out into WordPress and all-around web design, not limited to the Yahoo platform.

So here is a quick and dirty post on pagination for your PHP/MySQL based site.  If you see anything wrong or something needs to be changed just leave a comment and it will be addressed.

Continue reading “Real simple PHP pagination!” »