X-Cart Payment with AuthorizeNet CIM

My instruction here is for PHP/ X-Cart developer only. Some businesses may already have customer credit card information thru AuthorizeNet CIM system. All you’ll do is adding some files and functions to charge the existing credit card instead of asking customers to enter credit card information again on every purchase. Here’re some steps to follow to integrate CIM in your X-Cart. Step 1: Register with AuthorizeNet the CIM feature. It may cost a little monthly fee by Authorize.Net. Step 2: FTP to your server. Go…

Continue reading »

New FTP Client released to use with new server version

I’ve been using WinSCP for years and today it seems like I can’t log into Yahoo and GoDaddy servers. I found out that GoDaddy & Yahoo have updated their servers that makes WinSCP V4.2.2 not compatible with those servers any more due to some special encryption type. I went to their website and downloaded the latest client, now I can be able to log in to those servers. Just click on Help menu and check your client version if you can’t log in to remote…

Continue reading »

How to display Prev/Next buttons on a Nivo slider when MouseOver

Most of slider effects will display the Prev/Next buttons by default once you open the page that contain a slider effect. Whether you build a slider for a CMS or a shopping cart or a regular HTML page, you can be able to change the codes in CSS and slider block on your HTML page. Here’s how you do it. Open the CSS file that supports the slider, add a style for the Prev/Next layer. Hide the layer on display first. .parent .navigation-links { display:none;…

Continue reading »

How to add an MP3 to a music product

1. Create your Music Genres 2. Create your Media Types (these are the allowed file-extension types you will use for uploading files) 3. Create your Record Companies 4. Create your Recording Artists 5. Create your music products … be sure to select the “Product-Music” product-type from the pulldown menu when creating the product. While entering the product details, you can select the Record Artist, the Record Company, the Genre, etc. 6. Create your media collections using Media Manager …. these are like albums/mixes of songs…

Continue reading »