Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SCH_001

Members
  • Posts

    375
  • Joined

  • Last visited

  • Days Won

    1

SCH_001 last won the day on February 3 2020

SCH_001 had the most liked content!

Profile Information

  • Real Name
    Troy
  • Gender
    Male
  • Location
    Australia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SCH_001's Achievements

  1. Thank you that resolved the issue. I will see what else I can apply this coding change to
  2. I guess I am seeking some education on programming here on how to reduce the warnings in my error log in the error logs I get Use of undefined constant payright - assumed 'payright' (this will throw an Error in a future version of PHP) in /home/storename/public_html/store/payright.php on line 23 Line 23 reads <h1 class="h3"><?php echo payright; ?></h1> <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2010 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); require('includes/languages/' . $language . '/payright.php'); $breadcrumb->add(NAVBAR_TITLE, tep_href_link('payright.php')); require('includes/template_top.php'); ?> <!-- <div class="page-header"> <h1 class="h3"><?php echo payright; ?></h1> </div> --> <div class="contentContainer"> <div class="contentText"> <!-- <?php echo TEXT_INFORMATION; ?> --> <iframe src="payright.html" style="border: none; width: 100%; height: 900px;"></iframe> </div> <div class="buttonSet"> <div class="text-right"><?php echo tep_draw_button(IMAGE_BUTTON_CONTINUE, 'fa fa-angle-right', tep_href_link('index.php')); ?></div> </div> </div> <?php require('includes/template_bottom.php'); require('includes/application_bottom.php'); ?>
  3. @MadWayne I have not got version 4 installed anywhere to play at the moment, but are you saying this was fairly easily to achieve using the template creator I will have to have another look soon
  4. I wish more templates were available, if there were I would have another look. The below lay is similar to what I am seeking in a template. Yours is close.
  5. Can you supply the URL, so we can have a proper look?
  6. Yep would not even consider it, just was looking for the master to run some compares on modified files
  7. @YePix Thank you so much for that. I have now downloaded it.
  8. We have now found the non-REST method in the new PayPal account, so short term problem solved
  9. Non-REST is not an option for new PayPal accounts, still have it there in my old account, but I will ring them and see if it can be enabled in my back end on my new account
  10. Yes, ended up putting heap of stuff in configure.php in admin and store, was able to do a test sale using authorize option but going to admin orders there was no way of capturing it or voiding it Also still got error of trying to use PayPal check out of I was not logged in, I think the package needs to be re-visited Automatically at first then also did the manual method, was not aware of the compatibility addon as never had a new app written for 2.3 which did not work with CE before
  11. I can confirm that osCommerce Online Merchant v2.3.4.1 CE does not use filenames.php
  12. Has anyone got or know where I can download the original osCommerce Online Merchant v2.3.4.1 CE archive
  13. I know there is already a topic on this, but it does not really cover this issue The new owners have been nice enough to create a V2 for 2.2 and 2.3, but the code seems to be for an even older shop that still uses filename.php I have tried the best I can be adding the define to application top.php but the code simply still does not work It will not automatically pull down the info it returns with “something went wrong” And when the app is show in modules payment you click edit and nothing happens I need to get this code or some other code working as I have moved the site to a new address with a new PayPal account. And they do not have anywhere to setup the old API calls All offers of help apprecaited
  14. Has anyone created a theme with the basic products tree down the left-hand side? If so, can you point me to a website that uses it?
  15. You will find them here https://old.oscommerce.com
×
×
  • Create New...