How to use dynamic text in an html/htm page

Whether you have a Joomla, WordPress, or E-commerce website, updating the copyright year on your website may not be a legal requirement, but it’s a smart marketing method to prove that your business is active. Showing the year is especially important if you have a site without dates on its content. There’re many ways you can automatically refresh the copyright year by inserting a simple JavaScript or php script (see below) into your website’s html code, or you can manually change the year in the…

Continue reading »

How to develop a new set of all button images in another language

In Zencart, if you want to change the design of the button images, you’ll find them in the directory: includes\templates\template_default\buttons\english\. If you purchase or download a free zencart template on the internet, you will find them in the directory of your purchased template. Unlike other system, these images are not located under “images” directory. The reason for this setup is that it’s easier for multiple languages can be developed in the future. For example, if you want to add a set of button images in…

Continue reading »

Problems with Paypal Express in zen cart

We’ve got a few phone calls lately about the issue with PayPal Express. The issue is that when customer clicks on Paypal Express button, it display many lines of warning instead of taking them directly to Paypal page. The errors: Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home2/crowscom/public_html/includes/modules/payment/paypalwpp.php on line 1467 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home2/crowscom/public_html/includes/modules/payment/paypalwpp.php on line 1467 Warning: Cannot modify header information – headers already sent by (output started at /home2/crowscom/public_html/includes/modules/payment/paypalwpp.php:1467) in /home2/crowscom/public_html/includes/modules/payment/paypalwpp.php on…

Continue reading »