Jump to content

PeaceB2U

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

PeaceB2U's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I recently set up the zen-cart shopping cart script to my site so I can sell merchandise. This script came with a ready made google adsense module, but I can't figure out where to place my google account ID. Can someone help? I did find the google adsense module php file. It looks like this: <?php /** * google adsense sidebox - displays google adsense ads in a sidebox * * @package templateSystem * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: google_adsense.php 2006-06-06 06:06:06Z gilby $ * * Display on non ssl pages only as you don't want to distract a paying customer */ if ($request_type == 'NONSSL') { require($template->get_template_dir('tpl_google_adsense.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_google_adsense.php'); $title = BOX_HEADING_GOOGLE_ADSENSE; $left_corner = false; $right_corner = false; $right_arrow = false; $title_link = false; require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default); } ?>
  2. I'm looking for a simple shopping cart script that would allow me to have customers click on a product or two that they would like to purchase, add it to their cart, and then e-mail me a copy of their order for processing. I'm planning on then sending the customer an invoice via my PayPal account. Since these will be one of a kind antique items that I'm selling with multiple shipping costs involved, I don't just want to add a buy now button or add to cart button offered at PayPal. I will need to be able to calculate the costs of shipping and then give the customer a total amount to be paid. Any suggestions on what kind of script to use?
  3. I've no idea if the config file is set up correctly or not. Yes, you would think that they would offer some help since their site advertises that. However, I'm been unable to get any response from the installer since purchasing the item and having him install it.
  4. Lines 35 & 36 look like this: print "<center><font face=Verdana size=1>Total Auctions: ".mysql_result($result_counters,0,"auctions")."<br>Page "; $num_pages = mysql_result($result_counters,0,"auctions")/$limit;
  5. I just purchased the PHP Auction script enhanced v2.51 and installed it on a new site. However, on one page which is supposed to list ending auctions I'm getting the following error. Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/auctions/public_html/templates/template_view_ending_php.html on line 35 Total Auctions: Page Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/auctions/public_html/templates/template_view_ending_php.html on line 36 Can anyone help me in correcting this problem?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.