Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

drumer979

Archived
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Real Name
    Zlatko

drumer979's Achievements

  1. Hello Problem in the 'includes/column_right.php' file. My column_right.php is : <?php /* $Id: column_right.php,v 1.15 2002/03/13 13:52:20 lango Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ $column_query = tep_db_query('select configuration_column as cfgcol, configuration_title as cfgtitle, configuration_value as cfgvalue, configuration_key as cfgkey, box_heading from ' . TABLE_THEME_CONFIGURATION . ' order by location'); while ($column = tep_db_fetch_array($column_query)) { $column['cfgtitle'] = str_replace(' ', '_', $column['cfgtitle']); $column['cfgtitle'] = str_replace("'", '', $column['cfgtitle']); if (($column[cfgvalue] == 'yes') && ($column[cfgcol] == 'right')) { define($column['cfgkey'], $column['box_heading']); if (file_exists(DIR_WS_BOXES . $column['cfgtitle'] . '.php')) { require(DIR_WS_BOXES . $column['cfgtitle'] . '.php'); } } } ?> and I cant replace if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); becouse I dont have this. thx, drumer
  2. Hello With install I had no problem - no errors. I add UNIQUE number in admin ( sub-total 1, discount 2, shipping 3, tax 4, total 5 ), but in Confirmation there is no discounts ( only sub-total, shipping, tax, total )! Thx, drumer979
  3. Hello In admin catalog.php I dont have like this : '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>' ); I have : tep_admin_files_boxes(FILENAME_PRODUCTS_EXPECTED, BOX_CATALOG_PRODUCTS_EXPECTED). What I must change? thx, drumer979
  4. Hello Where, I cant fint id? thx drumer979
  5. Hello I installed star product, but in homapage box is blank ( in admin I select one product ). No errors are shown anywhere. thx, drumer979
  6. How can you make it like here: http://www.spares2you.co.uk/ ? thx, drumer
  7. Hello How to add categories box in footer ( or anyother infobox like Tag cloud ) best regards, drumer979
  8. Hello I have the same problem with paypal standard IPN ( "The link you have used to enter the PayPal system contains an incorrectly formatted item amount" ). and this : Price for that item is 38.08 €. I have no idea what is 8.89! thx drumer979
  9. Hello Does anyone found solution for this? thx, drumer979
  10. Hello I have only Catalog - Flash Carousel. I need it in Configuration too but it is not there. Im using Administration Access Level Accounts where you have to add files to box! any ideas? thx, drumer
  11. Hello Table exists, just as the "rotator" file does. I checked. I followed the installation instructions. When I imported the sql, there was a warning message that the new table was empty or some such, other than that, everything went off without a hitch. And that wasn't a red error, just a yellow warning. best regards, drumer979
  12. Hello Do we have solution for error 1146 ? 1146 - Table 'promineo_osc1.TABLE_ROTATOR' doesn't exist select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image from products p, products_description pd, TABLE_ROTATOR f where p.products_status = '1' and f.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '4' and f.status = '1' order by rand() DESC LIMIT 12 drumer979
  13. Hello I have same problem ( for testing I run my test store on my computer ). best regards, drumer979
  14. Hello everybody I will like to have ( and probably somebody else too ) discount coupons for recomendation. Recomendation from happy clients in a good advertisment. And user who recomend somebody needs to get something ( like discount ). If user who is allready in my store, recomend this site to new user, and that new user buys products, then old user gets discount. have a nice day drumer979
×
×
  • Create New...