Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kandles

Pioneers
  • Posts

    14
  • Joined

  • Last visited

Posts posted by kandles

  1. Setting delivery costs for Gift Vouchers?

     

    Originally I set the weight of the vouchers to 0 and charged carriage based on weight. 0 weight = 0 cost etc.

     

    The owner of the site now wants to charge carriage by order value, therefore the gift vouchers get carriage applied.

     

    Any ideas how to set voucher delivery to 0? I could apply a refund - but that would be no good if they order a product AND a gift voucher - and it looks messy.

     

    Thanks

  2. Not many. Do you have other languages installed? Sometimes a missing language file causes an incorrect error message.

     

    It appears that you are on a Windows server. Is it running Apache or IIS?

     

    Check your Server Info: Is open_basedir set to true? This causes otherwise valid file links to fail.

     

    Regards

    Jim

     

    Jim,

     

    Thanks for your reply.

     

    Yes running on windows. No other languages are installed.

     

    Will check to see if open_basedir set to true, but other calls to file links all seem to work.

     

    I am more suspicious I have missed a file edit somewhere and will try to go through all the edits and new files again.

  3. Hello, hope this is the right place to ask for help.

     

    I have installed the contribition, but when I get to installing the boxes module I get the following error:

     

    PHP Fatal error: Call to undefined function tep_get_filter_sql() in D:\Domains\littlecreativedays.co.uk\wwwroot\catalog\includes\classes\specifications.php on line 107

     

     

     

     

    I have checked that the catalog/includes/functions/products_specifications.php exists - and contains the function. Any ideas please?

  4. My mistake - as usual - editing the file on one website - and testing it on another - no wonder it did not work!!

     

    So to update existing WORLDPAY link to new RBSWORLDPAY pay change the code as shown in the post above - it does work!

  5. I use WorldPay Junior for a couple of my OsCommerce websites.

     

    I have put a test transaction through (always a good way to see if things are working!)

     

    In the past on clicking the final "confirm order" button you were taken straight to the Worldpay payment page asking you what sort of card you wanted to use.

     

    Since the RBS update to Worldpay you get taken to a redirect page which then forwards you to the new RBSWorldPay card selection page (or should do - I had to click the "Continue" button to force the forwarding). The transaction then contiues as normal.

     

    Obviously this forwarding step is unnecessary, annoying and un-professional for your customers to experience.

    Therefore you need to change the page that OsCommerce calls when the final confirm order link is pressed. This should be easy! In the catalog/includes/modules/payments directory is a file called worldpay_junior.php - on line 36 (approx) is :

     

    $this->form_action_url = 'https://select.worldpay.com/wcc/purchase';

     

    this needs changing to the new RBS landing page:

     

    $this->form_action_url = 'https://secure.wp3.rbsworldpay/wcc/purchase';

     

    HOWEVER IT DOES NOT SEEM TO WORK!! I have uploaded the new worldpay_junior.php file and I have tried uninstalling and reinstalling the Worldpay payment module in the ADMIN section - but the old URL link remains on the final confirm order page.

     

    I am guessing the link is copied somewhere else when the module is installed for the first time - uninstalling and re-installing does not change it.

     

    ANY IDEAS PLEASE??

     

    I will continue looking too and post my own answer - if I find it.

  6. Hi,

     

    first of all, thanks for this great contriubution! hopefully it will bring much needed business my way!!!

     

    i have installed the contribution, following the instructions as far as i am aware. but when i try to run the googlefeeder after de-commenting the ftp line i get an error saying :

     

    FTP connection has failed!

    Attempted to connect to uploads.google.com for user CHANGEME-googleFTP-username

     

    where do i get the ftp user name from google? i have only followed the basic instructions.

     

    any help will be awesome.

     

    thanks

     

    euan

×
×
  • Create New...