-
26 Nov
How to Sending Drupal Webform Information to Different Email Addresses
If you want send webform data/information in Different E-mail Address use following Steps. Step 1:- Download webform modules in below url
- Category :
- Drupal
-
16 Nov
Submit Checkbox values using javascript in form
We can submit checkbox values using javascript into form. Lets see how we can do it.
- Category :
- PHP
-
16 Nov
How to create a clone product in XCART
Admin or provide want to create a new product like to existing product that is just a little bit different to a product that is already in your admin or provider store’s database. Admin or provider will be find it faster to clone an existing product rather than creating a new product from scratch.
If your clone product has been existing product then it can be modified and saved with a new name.
Following Steps for create clone product- Category :
- ecommerce
-
12 Nov
How To Setup Rotating Banners in Joomla 3
In Joomla, once you created a banner module , you can specify how many banners you want to show in your site. If you are having 3 banners in your site and want to display all that banners at frontside then it would display all banners vertically in your site.
The following steps will show you how to setup rotating banners in your site .- Category :
- Joomla
-
11 Nov
How to Add a WYSIWYG Editor in Drupal site
If you want to add a WYSIWYG Editor in Drupal sites Use the following steps. Step 1:- Download the latest version of “WYSIWYG” Modules. URL:- https://drupal.org/project/wysiwyg Step 2:- After Download modules put the below directory. Directory:- sites\all\modules
- Category :
- Drupal
-
09 Nov
How to Fix Warning: I am able to write to the configuration file in Oscommerce
After installing the oscommerce to your server you can see this warning top of your store. This warning is display because the permissions on the file or directory are set to Read,Write and Execute. To fix this warning, you need to change the permission of the file or directory. Change the file or directory permission and set it to 644.
- Category :
- ecommerce
-
09 Nov
How to applying SQL patches in X-cart
X-Cart is allows to apply SQL patches using the Admin area of your store. You must login in admin user. Go to Main Menu: Tools -> Patch/Upgrade You will be seen Sql patches section in Patch/Upgrade section area.
- Category :
- ecommerce
-
09 Nov
Upload image without refresh or post form in php
We can upload file or image in php using jQuery. Here you can see image uploading by jQuery library. Even you can upload image as well video file, audio file ….etc
- Category :
- PHP
-
09 Nov
How to Show a List of Last Updated Posts in WordPress
When You update any post in wordpress admin side , WordPress always stores the date and time of that update in the posts table as last updated date in database. So Here We will show you how to create a custom WordPress query for displaying a list of your most recently updated posts of your site.
Step 1: Copy below given code in function.php file of your theme- Category :
- Wordpress