Displaying Extra Fields using “if” statements

If anyone else wants to accomplish something similar, I just figured it out. The extra field number needed to be used in “if” statement as well. Go to cart442\skin\common_files\modules\Extra_Fields, and open product.tpl.

Drupal 7 Skills

Question 1: Can’t overwrite or delete settings.php It’s a smart security setting of drupal You need to add permissions to write not only the settings file but also the folder where it is. Don’t forget to put the permissions back… Read moreDrupal 7 Skills

Display latest WordPress Posts at X-cart

Here’s my solution using RSS and a Smarty plugin to pull the latest posts from any WordPress blog. Create this file include/templater/plugins/function.sr_wpfeed.php: if ( !defined(‘XCART_START’) ) { header(“Location: home.php”); die(“Access denied”); } ## —————————————————————————– ## Smarty plugin “sr_wpfeed” ## Purpose:… Read moreDisplay latest WordPress Posts at X-cart

Add Banner System at Homepage for X-cart V4.74

1. Copy jquery.flexslider.js, jquery.flexslider-min.js, and slide_toggle.js to the folder skin/light_responsive/js/; 2. Copy flexslider.css to the folder skin/light_responsive/css/; 3. Edit altskin.css which is at skin/light_responsive/css/, add the following css code at the end of the file: .flexslider {