Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Advert positioning help


lambodoorkitscouk

Recommended Posts

Posted

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.

Posted

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

Posted
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.

Posted
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');

 

}

 

 

 

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...