Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nathaniel

Pioneers
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Real Name
    Nathaniel

Nathaniel's Achievements

  1. Hello Currently we use sagepay - but want to change to worldpay (all our other systems, cards etc use worldpay). So I have been looking at installing worldpay onto my OSCOMMERCE store. It installs, and can be used as an option - however it just loops round on my actual website - says order complete, i recieve an email but at no step does it take me to the World Pay gateway - Worldpay say its an issue in oscommerce. This happens if I use the default "World Pay Juniour Version 1" or "world pay hosted payment pages" has anyone else come across this?
  2. Hello - I am trying to get Sage pay to only show for people that use the English section of our website - I have managed to make this happen for another payment method (Buckaroo) - Buckaroo only shows for our customers in the Netherlands. However - When I insert the code it makes it NOT show for all countries - does anyone have an idea why? Code below: // class constructor function sage_pay_form() { global $order; $this->signature = 'sage_pay|sage_pay_form|1.2|2.2'; $this->code = 'sage_pay_form'; $this->title = MODULE_PAYMENT_SAGE_PAY_FORM_TEXT_TITLE; $this->public_title = MODULE_PAYMENT_SAGE_PAY_FORM_TEXT_PUBLIC_TITLE; $this->description = MODULE_PAYMENT_SAGE_PAY_FORM_TEXT_DESCRIPTION; $this->sort_order = MODULE_PAYMENT_SAGE_PAY_FORM_SORT_ORDER; $this->enabled = ((MODULE_PAYMENT_SAGE_PAY_FORM_STATUS == 'True') ? true : false); if (isset($order) && $order->info["currency"] != 'GBP') { $this->enabled = false; } if (isset($order) && $order->delivery["country"]['title'] != 'English') {$this->enabled = false; } // Disable method if shipping costs not calculated yet if ($order->info['shipping_to_quote']){ $this->enabled = false; } the Currency or Delivery section should be ok - included both for scope. Thanks for the help.
  3. @@burt thank you very much for your reply. The Payment Module itself does NOT have an option for payment zones. I have created the Tax Zone and inserted NL - will it be in the code someone to sort the payment Zone? Thanks again Also it is OSCOMMERCE t v2.2 RC2a - Wai Version' We are going to update in the next 12 months
  4. Hello everyone and thank you for reading. I have recently installed "Buckaroo" a payment module - as requested from the person who runs our office in Holland. There for I want it to only show as a payment option when checking out on the Holland section of the website. currently after a clean install it shows on all languages. Anymore information please ask and if there is anything I can provide please let me know.
  5. although this looks good, there is no install information and I believe is a little bit too advanced for me unless you can advise?@@Praful Kamble
  6. @@Praful Kamble Thank you, i will look at this - any chance of an example?
  7. Hello Does anyone know of a search system that is alot like sli-systems.co.uk? Where when you are searching, you start typing and it suggests items for you from past search results? Maybe displaying the products image. Currenty we use Sphinx. Thanks.
  8. @@kymation Thank you for the reply - I am sure i had tried overighting the MZMT earlier with the original english one. hmmm! It has fixed it - so thank you very much for taking your time.
  9. Hello - I have taken over a website from a senior developer as he has now left the posistion - I'm having an error show Couldn't find constant MODULE_SHIPPING_MZMT_GEOZONE_1_TABLE_1_TEXT_WAY_3 in /home/partbox/public_html/includes/modules/shipping/mzmt.php This isnt for my whole site - as my OSCOMMERCE works with 4 languages, this only shows when checking out a product under the Dutch language module. Any help would be appreciated.
×
×
  • Create New...