User manual: https://help.x-cart.com/X-Cart:User_manual_contents | Developer guide: https://help.x-cart.com/X-Cart:Programmer%27s_guide | X-cart forum: https://forum.x-cart.com | X-cart support: https://secure.x-cart.com
After saving exported file to your computer with TAB selected as delimiter, rename it from "products.csv" to "products.txt". Right click on that file and select "Open with..." -> "Choose program" -> "...
Q. I need a code snippet that I put on my site for the one-click purchase of a product. <form action=cart.php?mode=add method=post> <input type=hidden name=productid value=____productid____> <input ty...
Here is how to change the home image (or any image in the store used for design; product images can be changed/added in Modify product menu): 1) go to your home page: http://www.YOURDOMAIN.com/store/ ...
French and German translations are officially distributed for v4. They are available for download at the forum here: http://forum.x-cart.com/viewforum.php?f=42 Let us know if you need the Swedish lang...
I had two problems that were halting the upload. One was an oversight of the tag in the variant section. I used instead of . The record that was causing the error was a Variant type. The cause of the ...
Before update you'll need to request update patches to be uploaded to your store. ** make sure you read UPGRADE.NOTES file in store/ folder and X-Cart Reference Manual for information about upgrading....
To add a banner, upload image file to Edit templates :: images/ folder and add IMG tag in any template (bottom.tpl for example) Use this path in href : {$ImagesDir}/IMAGENAME.jpg...
Hello Ray, The thing is that "Top 10 products" page of the admin area bases its results on data from xcart_orders, xcart_order_details tables. It just checks available (!) orders and check how many pr...
> How to disable showing shipping rates until customer > enters destination address Just uncheck "When a customer isn't logged in, it is presumed that he is from the default country" in "General Setti...
> Can I specify a default product image, if a thumbnail image is not specified? Yes, just upload new image called "default_image.gif" to your "store" folder (public_html/store/) via FTP or in "File Ma...