Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Totally Lost

Pioneers
  • Posts

    323
  • Joined

  • Last visited

Posts posted by Totally Lost

  1. Hi there,

    Just installed easy populate and i dont see the link in my admin. I followed the step #3 to a tee...

     

    here is my Catalog file

     

    <?php

    /*

    $Id$

     

    osCommerce, Open Source E-Commerce Solutions

    http://www.oscommerce.com

     

    Copyright © 2010 osCommerce

     

    Released under the GNU General Public License

    */

     

    $cl_box_groups[] = array(

    'heading' => BOX_HEADING_CATALOG,

    'apps' => array(

    array(

    'code' => FILENAME_CATEGORIES,

    'title' => BOX_CATALOG_CATEGORIES_PRODUCTS,

    'link' => tep_href_link(FILENAME_CATEGORIES)

    ),

    array(

    'code' => FILENAME_PRODUCTS_ATTRIBUTES,

    'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES,'Easy Populate' .

    'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES)

     

    ),

    array(

    'code' => FILENAME_MANUFACTURERS,

    'title' => BOX_CATALOG_MANUFACTURERS,

    'link' => tep_href_link(FILENAME_MANUFACTURERS)

    ),

    array(

    'code' => FILENAME_REVIEWS,

    'title' => BOX_CATALOG_REVIEWS,

    'link' => tep_href_link(FILENAME_REVIEWS)

    ),

    array(

    'code' => FILENAME_SPECIALS,

    'title' => BOX_CATALOG_SPECIALS,

    'link' => tep_href_link(FILENAME_SPECIALS)

    ),

    array(

    'code' => FILENAME_PRODUCTS_EXPECTED,

    'title' => BOX_CATALOG_PRODUCTS_EXPECTED,

    'link' => tep_href_link(FILENAME_PRODUCTS_EXPECTED)

    )

    )

    );

    ?>

     

    Any suggestions?

  2. Hello, keep getting this error and i haven't amended my txt file which has historically always worked, please advise, im using Easy Populate 2.76-MS2 - Default Language : English(1), any ideas?

     

    My file:

    v_products_model;v_products_image;v_products_name_1;v_products_description_1;v_products_url_1;v_
    
    products_price;v_products_weight;v_products_quantity;v_categories_name_1;v_categories_name_2;v_s
    
    tatus;EOREOR
    
    245;silk_blue2.jpg;Silk Sea Blue Cloth;
    
    <html>
    <head>
    <title>Mask</title>
    </head>
    
    <body>
    <p align="justify"><img src="images/silk_blue3.jpg" align="left"></p>
    <p>Description to come </p>
    <p align="justify"></p>
    <title></title>
    <p align="center">
    
    </body>
    </html>
    
    ;www.whatever.com;199.99;32;1;;Silk 
    
    Cloth;Active;EOREOR
    

     

    My error:

     

    File uploaded.

    Temporary filename: /tmp/phphX0XOn

    User filename: silk products.txt

    Size: 557

    | 245 | silk_blue2 | Silk Sea B | Ma | www.whatev | 199.99 | 32 | 1 | | Silk Cloth | Active

     

    No products_model field in record. This line was not imported

     

    | | | | | | | | | | |

     

    No products_model field in record. This line was not imported

  3. Hello, keep getting this error and i haven't amended my txt file which has historically always worked, please advise, im using Easy Populate 2.76-MS2 - Default Language : English(1), any ideas?

     

    My file:

    v_products_model;v_products_image;v_products_name_1;v_products_description_1;v_products_url_1;v_
    
    products_price;v_products_weight;v_products_quantity;v_categories_name_1;v_categories_name_2;v_s
    
    tatus;EOREOR
    
    245;silk_blue2.jpg;Silk Sea Blue Cloth;
    
    <html>
    <head>
    <title>Mask</title>
    </head>
    
    <body>
    <p align="justify"><img src="images/silk_blue3.jpg" align="left"></p>
    <p>Description to come </p>
    <p align="justify"></p>
    <title></title>
    <p align="center">
    
    </body>
    </html>
    
    ;www.whatever.com;199.99;32;1;;Silk 
    
    Cloth;Active;EOREOR
    

     

    My error:

     

    File uploaded.

    Temporary filename: /tmp/phphX0XOn

    User filename: silk products.txt

    Size: 557

    | 245 | silk_blue2 | Silk Sea B | Ma | www.whatev | 199.99 | 32 | 1 | | Silk Cloth | Active

     

    No products_model field in record. This line was not imported

     

    | | | | | | | | | | |

     

    No products_model field in record. This line was not imported

  4. Hi,

    I've installed easy populate successfuly, but using it seems to be far from easy. Im not sure what im doing wrong.

     

    I 'sucessfuly' upload a tap-limited file to my database....but the simple as can be file that i upload is not reflected in my store's database.

     

    I've downloaded the 'complete tab-delimited' file and tried to upload the exact file again....when i do this, new 'catergories are created' as the previous products in my database do not fit the correct format.

     

    I've copied the 'sampled' file included in the original package, and completed the required fields. Also, uploaded successfully....but the upload is not reflective in my store. (this means i upload the file, but i see nothing different than if i did not upload the file)

     

    What might be the problem here?

     

     

    I have a value inpputed in the 'v_products_model' heading...i've tried both words and numbers in this section, both less than 12 characters long. Here is the 'sample file im trying to upload'. It is saved as a 'tab_delimited' file through Microsoft Excell.

     

    v_products_model	v_products_image	v_products_name_1	v_products_description_1	v_products_price	v_products_weight	v_date_avail	v_products_quantity	v_manufacturers_name	v_categories_name_1	v_categories_name_2	v_categories_name_3	v_categories_name_4	v_categories_name_5	v_categories_name_6	v_categories_name_7	v_date_added	v_date_avail	v_tax_class_id	v_status	EOREOR
    767676	C:\Documents and Settings\Owner\Desktop\buddha.jpg	Buddha	This is a buddha statue	999	50	10/23/2005	88		Drawings											EOREOR

     

    I cant seem to find a problem. Im now just trying to upload one single product. I downloaded the 'complete' file from Easy populate for editing....and used the headings that I felt were most pertinent to what i was doing. The other fields I erased.

  5. I just installed the Purchase Without Account contrib and I followed all the instructions to a tee with the exception of one file, my header.php

     

    It still seems to be functional regardless, but i wanted to know if someone could help me complete the installation exactly as stated below.

     

    I wasn't able to just copy and paste the instuctions below, as my header has changed due to other contribes installed.

     

    Can someone help incorporate the changes in my header?

     

    **********************************
    [b][color=#FF0000]Installation instuctions[/color][/b]: catalog/includes/header.php
    **********************************
    find:
    <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  |  <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>
    replace with:
    <td align="right" class="headerNavigation"> |  
    
      <?php if ((tep_session_is_registered('customer_id')) && (!tep_session_is_registered('noaccount'))) // DDB - PWA - 040622 - no display of logoff for PWA customers
      { ?>
    	  <a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?> 
      </a>  |  
      <?php } ?>
    
      <?php if (!tep_session_is_registered('noaccount')) // DDB - PWA - 040622 - no display of account for PWA customers
      { ?>
    	  <a href="<?php echo tep_href_link(FILENAME_ACCOUNT, 'my_account_f=1', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?>						</a>  |  
      <?php } ?>
    
    	<a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> 
       |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?> | </a></td>

     

    My current Header.php

     

    <?php
    /*
     $Id: header.php,v 1.42 2003/06/10 18:20:38 hpdl Exp $
    
     osCommerce, Open Source E-Commerce Solutions
     http://www.oscommerce.com
    
     Copyright (c) 2003 osCommerce
    
     Released under the GNU General Public License
    */
    
    // check if the 'install' directory exists, and warn of its existence
     if (WARN_INSTALL_EXISTENCE == 'true') {
    if (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/install')) {
      $messageStack->add('header', WARNING_INSTALL_DIRECTORY_EXISTS, 'warning');
    }
     }
    
    // check if the configure.php file is writeable
     if (WARN_CONFIG_WRITEABLE == 'true') {
    if ( (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php')) && (is_writeable(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php')) ) {
      $messageStack->add('header', WARNING_CONFIG_FILE_WRITEABLE, 'warning');
    }
     }
    
    // check if the session folder is writeable
     if (WARN_SESSION_DIRECTORY_NOT_WRITEABLE == 'true') {
    if (STORE_SESSIONS == '') {
      if (!is_dir(tep_session_save_path())) {
    	$messageStack->add('header', WARNING_SESSION_DIRECTORY_NON_EXISTENT, 'warning');
      } elseif (!is_writeable(tep_session_save_path())) {
    	$messageStack->add('header', WARNING_SESSION_DIRECTORY_NOT_WRITEABLE, 'warning');
      }
    }
     }
    
    // check session.auto_start is disabled
     if ( (function_exists('ini_get')) && (WARN_SESSION_AUTO_START == 'true') ) {
    if (ini_get('session.auto_start') == '1') {
      $messageStack->add('header', WARNING_SESSION_AUTO_START, 'warning');
    }
     }
    
     if ( (WARN_DOWNLOAD_DIRECTORY_NOT_READABLE == 'true') && (DOWNLOAD_ENABLED == 'true') ) {
    if (!is_dir(DIR_FS_DOWNLOAD)) {
      $messageStack->add('header', WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT, 'warning');
    }
     }
    
     if ($messageStack->size('header') > 0) {
    echo $messageStack->output('header');
     }
    ?>
    <div class= "centerpage" >
    
    <body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
    
    <table border="0" cellpadding="0" id="table1" style="border-collapse: collapse" bgcolor="#FFFFFF" align="center">
    <tr>
    	<td width="517" height="160" valign="top">
    	<img border="0" src="../shop/head_images/h1.jpg"></td>
    	<td background="../shop/head_images/fd.jpg" width="100%" valign="top">
    	<p>
    	<td width="162" height="155" valign="top">
    	<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="160" height="160">
    		<param name="movie" value="../shop/head_images/h2.swf">
    		<param name="quality" value="High">
    		<param name="base" value="../shop/head_images/h2.swf">
    		<embed src="../shop/head_images/h2.swf" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="160" height="160" quality="High" base="../shop/head_images/h2.swf"></object>
    	</td>
    </tr>
    </table>
    <div style="position: absolute; width: 263px; height: 27px; z-index: 1; left: 4px; top: 85px" id="camada1" class="headerNavigation">
    <div style="position: absolute; width: 442px; height: 17px; z-index: 1; left: -3px; top: 36px" id="camada2">
    	<font color="#333333">
    	<td class="headerNavigation">  <?php echo $breadcrumb->trail(' ? '); ?></td></div>
    <p><font color="#333333"><font face="Verdana" size="1"></font><font size="1"><?php tep_draw_form('search', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get"') . tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH+10) . 'px"') . ' ' . tep_image_submit('button_go.gif', BOX_HEADING_ADVSEARCH, 'align="middle"'); ?></font></form></div>

  6. Wanting to know, my oscommerce comes with the Canda Post shipping module. I selected "canada" "my valid postal code" and then put my "cpc_xxx" number and contacted canada post for the server id number for the 'production' side.

     

    I think i've filled in all the blanks, is there something else that needs to be set up? Cuz as it stands nothing happens when i go through checkout (just same page reloads).

     

    What files are involved related to this canada post module? Reason being, is that i have two sets of files. One complete set on http and the other complete set on https. So i have to manually upload all files related to canada posts shipping moduale from http to https.

     

    Which files are related to canada posts shipping moduale is my question.

  7. Recently installed paypals ipn service, now when i reach checkout, there is a completely blank page. How do I set up the following? and...do i need to?

     

     

    Debug E-Mail Address

     

     

    Sort order of display.

    0

     

    Enable Encrypted Web Payments

    False

     

    Your Private Key

     

     

    Your Public Certificate

     

     

    PayPals Public Certificate

     

     

    Your PayPal Public Certificate ID

     

     

    Working Directory

     

     

    OpenSSL Location

    /usr/bin/openssl

  8. Hi there,

    I just recently installed the Canada post shipping module contrib, I followed the instructions to a tee...now, when someone clicks the check out button of my page it leads to a completely blank page.

     

    What gives? Has someone experieced the same or have any suggestions as to why that is?

     

    Thanks in advance!

×
×
  • Create New...