Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SCH_001

Members
  • Posts

    375
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SCH_001

  1. The file in the template directory is tpl_cm_paypal_login.php So I will edit content/login/cm_paypal_login.php on line 93 and see what happens
  2. All the issues being discussed here would not cause the below would it.. Just turned on "logon with paypal" tonight Warning: include(/home/superche/public_html/store/includes/modules/content/login/templates/paypal_login.php): failed to open stream: No such file or directory in /home/superche/public_html/store/includes/modules/content/login/cm_paypal_login.php on line 93 Warning: include(): Failed opening '/home/superche/public_html/store/includes/modules/content/login/templates/paypal_login.php' for inclusion (include_path='.:/opt/alt/php71/usr/share/pear') in /home/superche/public_html/store/includes/modules/content/login/cm_paypal_login.php on line 93 So where do I need to look to get this resolved
  3. Hi having trouble getting this to work under frozen BS php7 It all appears to be working but won't put the image in to the directory I choose or a new one I change $images_dir = DIR_WS_IMAGES; to $images_dir = 'images/'; changed all the post and get to $_POST and $_GET The instruction regards the below don't make much sense as I can't find that line but found $products_image = new upload but there is a huge amount of code down to the next break; Find(366) case 'new_product_preview':
  4. @BrockleyJohn to the rescue again. I would have never found that. Many thanks
  5. Thanks @raiwaUsing inspect in firefox can I find out what darn file this is in? I have search all relevant files for edit_order.php and target="_blank" and can't find anywhere they are on the same line href="http://www.xxx.xxx/admin/edit_orders.php?oID=12" target="_blank"
  6. Ok a silly problem I am having the order editor is opening in a new tab If I go to orders then edit I am at my normal edit page which is want I want but I click edit again top right button and the order editor open in a new tab How can I stop this?
  7. Hi all, I have googled and searched and it seems no one has had this issue, Even thou I have installed 2 different versions on two different setup and got the same issue Domain 1 osCommerce Online Merchant v2.3.4 Installed oscom-easypopulate-2-76i-for-v2-3-1-mx6dI-VE98G One catalog has Multi Products but not Easy Populate and the other has Easy Populate but is missing Multi Products Domain 2 osCommerce Online Merchant v2.3.4.1 CE installed oscom-easypopulate-BS3-Test V1.0 One catalog has Quick Updates but not Easy Populate and the other has Easy Populate but is missing Quick Updates On both server I ended up with the Catalog box being duplicated one has Settings & Info EP vers: 1.0 Beta osCommerce Online Merchant v2.3 OS: Array HTTP: DB: PHP: Array (Zend: ) Temp Directory: /home/xxxxxx/public_html/temp/ Temp Dir is Writable Magic Quotes is: off register_globals is: off Split files on: 300 records Model Num Size: 12 Price with tax: false Calc Precision: 2 Replace quotes: false Field seperator: comma Excel safe output: true Preserve tab/cr/lf: false Category depth: 7 Enable attributes: true SEF Froogle URLS: false Other Support: MVS Support: false Products Images: true qpbp: false Additional Images: false Additional Images: false More Pics: false UltraPics Pics: false HTC: false SPPC: false Extra Fields: false PDF Upload: false Master Products: false <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2010 osCommerce Released under the GNU General Public License */ $cl_box_groups[] = array( 'heading' => BOX_HEADING_CATALOG, 'apps' => array( array( 'code' => 'categories.php', 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS, 'link' => tep_href_link('categories.php') ), array( 'code' => 'products_attributes.php', 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES, 'link' => tep_href_link('products_attributes.php') ), array( 'code' => 'easypopulate.php', 'title' => 'Easy Populate', 'link' => tep_href_link('easypopulate.php') ), array( 'code' => 'manufacturers.php', 'title' => BOX_CATALOG_MANUFACTURERS, 'link' => tep_href_link('manufacturers.php') ), array( 'code' => 'reviews.php', 'title' => BOX_CATALOG_REVIEWS, 'link' => tep_href_link('reviews.php') ), array( 'code' => 'specials.php', 'title' => BOX_CATALOG_SPECIALS, 'link' => tep_href_link('specials.php') ), array( 'code' => 'products_expected.php', 'title' => BOX_CATALOG_PRODUCTS_EXPECTED, 'link' => tep_href_link('products_expected.php') ) ) ); ?> <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 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, 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), array( 'code' => 'easypopulate.php', 'title' => 'Easy Populate', 'link' => tep_href_link('easypopulate.php') ), 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) ), array( 'code' => FILENAME_DOCUMENTS, 'title' => BOX_CATALOG_DOCUMENTS, 'link' => tep_href_link(FILENAME_DOCUMENTS) ) ) ); ?>
  8. A couple of questions - using Frozen CE BS Can the price field be changed to use and modify the Products Price (Gross): instead of Products Price (Net): <- as it is know we have to use a calc to work out the ex gst price each time I have update the date layout in includes/languages/english.php and admin/includes/languages/english.php but the special section still wants 0000-00-00 <- needs to be dd-mm-yyyy Many thanks
×
×
  • Create New...