lambodoorkitscouk Posted November 4, 2008 Posted November 4, 2008 Hi Chaps, chapesses can anyone help me with how to move the positioning of the google adverts on my web site also anything I can improve on with getting sales. I have loads of traffic 40000 visits a month but hardly any sales? Any help welcome.
FIMBLE Posted November 4, 2008 Posted November 4, 2008 Where are they and where did you want them? There are a lot of reasons for a poor conversion rate, price too high, poor wording does not take much to put someone off!!! Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
lambodoorkitscouk Posted November 4, 2008 Author Posted November 4, 2008 Where are they and where did you want them?There are a lot of reasons for a poor conversion rate, price too high, poor wording does not take much to put someone off!!! Thanks for reply, I want the adverts on the right hand side under the articles. They are currently at the very bottom of the screen.
FIMBLE Posted November 4, 2008 Posted November 4, 2008 Ok Whats your URL? WIll help to see it Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
lambodoorkitscouk Posted November 4, 2008 Author Posted November 4, 2008 Ok Whats your URL?WIll help to see it How stupid of me http://www.lambodoorkits.co.uk Thanks.
FIMBLE Posted November 4, 2008 Posted November 4, 2008 its in your includes / colum_left.php if you post it here i will get the code you need to move over. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
lambodoorkitscouk Posted November 4, 2008 Author Posted November 4, 2008 its in your includes / colum_left.php if you post it here i will get the code you need to move over. Nic <?php /* $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ include(DIR_WS_BOXES . 'dm_categories.php'); if (isset($HTTP_GET_VARS['products_id'])) { if (tep_session_is_registered('customer_id')) { $check_query = tep_db_query("select count(*) as count from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . (int)$customer_id . "' and global_product_notifications = '1'"); $check = tep_db_fetch_array($check_query); if ($check['count'] > 0) { include(DIR_WS_BOXES . 'best_sellers.php'); } else { //include(DIR_WS_BOXES . 'product_notifications.php'); } } else { //include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'best_sellers.php'); } //if ((USE_CACHE == 'true') && empty($SID)) { //echo tep_cache_categories_box(); //} else { //include(DIR_WS_BOXES . 'categories.php'); //} //if ((USE_CACHE == 'true') && empty($SID)) { //echo tep_cache_manufacturers_box(); //} else { //include(DIR_WS_BOXES . 'manufacturers.php'); //} //require(DIR_WS_BOXES . 'search.php'); //require(DIR_WS_BOXES . 'information.php'); //require(DIR_WS_BOXES . 'infopages.php'); if (AUTHOR_BOX_DISPLAY == 'true'){ require(DIR_WS_BOXES . 'authors.php'); } ?>
FIMBLE Posted November 4, 2008 Posted November 4, 2008 hmmm the code is not there, does it occurr on every page or a certain few? Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
lambodoorkitscouk Posted November 4, 2008 Author Posted November 4, 2008 hmmm the code is not there, does it occurr on every page or a certain few? Think I`m looking in the wrong place for the code. Going to Cpanel-File manger-public FTP-Includes-Left_column
FIMBLE Posted November 4, 2008 Posted November 4, 2008 the right file, it not there, should be! What is this box? require(DIR_WS_BOXES . 'authors.php'); Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
lambodoorkitscouk Posted November 4, 2008 Author Posted November 4, 2008 the right file, it not there, should be!What is this box? require(DIR_WS_BOXES . 'authors.php'); Looks like I can only access Public_HTML not Public_FTP
FIMBLE Posted November 4, 2008 Posted November 4, 2008 Public_HTML is the correct folder. authors.php what is this for Terry? Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
lambodoorkitscouk Posted November 4, 2008 Author Posted November 4, 2008 Public_HTML is the correct folder. authors.php what is this for Terry? Not a scooby mate.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.