Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raiwa

♥Ambassador
  • Posts

    4,823
  • Joined

  • Last visited

  • Days Won

    161

raiwa last won the day on March 3 2021

raiwa had the most liked content!

Profile Information

Recent Profile Visitors

76,810 profile views
  1. Phone number is not cleaned in the hook. You can copy any line for example: if (isset($customer_details['email_address'])) $customer_details['email_address'] = strtolower($customer_details['email_address']); Then change "email_address" to "customers_telephone" and for just spaces use that function: $string = str_replace(' ', '', $string);
  2. Yes I do not know this module, but I believe you just need to add the create_account_pwa.php page to the page list where to add it. You should ask the developer of that module.
  3. It is how the module works. It creates already the order at checkout_confirmation.php See the very first messager in this thread:
  4. It seems this got fixed in the 1.0.7.16 core update
  5. Hotfix for now until update: Change all instances of: MODULE_CONTENT_SC_TWOPAGE_SHIPPING_DEFAULT_ZIP to: MODULE_CONTENT_SC_SHIPPING_DEFAULT_ZIP I believe this is a core issue.
  6. Update uploaded: QTpro Phoenix 7.3.1 Version: 7.3.1.: Compatibility: OSCOM CE Phoenix 1.0.7.15+ Tested with Phoenix 1.0.1.15/16 PHP: 7.0 - 7.4 Core changes: NONE Changes versus QTpro 7.3.0 - fixed non working attribute stock update to zero in Admin : Categories/Products : Attributes Stock Tab.Thanks to @Owl Sauron - fixed attrributes Price with Tax. Thanks to @Owl Sauron - fixed undefined errors in checkout for products without attributes. Thanks to @beerbee Changes versus QTpro 7.2.0 - updated for Phoenix 1.0.7.15+ - fixed glitches in admin categories hook - moved shop hooks and template files into custom template - replaced order class extension by order process sitewide hooks - merged order process hook into order process sitewide hook - replaced alternative hopping cart content module by override template - added support for PayPal Standard IPN attributes stock deduction - modernized code to match actual core standards - added back option images support
  7. Uploaded Version 1.4 Slim Checkout 1.4 Compatible with Phoenix 1.0.7.15+ Tested with Phoenix 1.0.7.15 PHP 7.0-7.4 - updated for Phoenix 1.0.7.15+ - tested under Phoenix 1.0.7.15 and PHP 7.4
  8. How big is “normal size” for you? Just try with one smaller image for testing, if it then works, it’s this. For memory increasing ask your hosting. EDIT: Make also sure to use only standard characters in the image names. Try to find out any characteristic difference between the working and non working images. In admin it says: IMAGE DOES NOT EXIST
  9. The uninstall instructions seems are not updated. You would just remove all kissit files. For your not showing images issue: Can you show a sceenshot. If it's that the thumbs are not created, it can be due to memory limit if you are using very big images. Try to use smaller images or increase your server's memory.
  10. I'll have a look for the next update, but anyway think it's not really important on that page 🙂
  11. Update uploaded: QTpro Phoenix 7.3.0 Compatibility: OSCOM CE Phoenix 1.0.7.15+ Tested with Phoenix 1.0.1.15/16 PHP: 7.0 - 7.4 Core changes: NONE Changes versus QTpro 7.2.0 - updated for Phoenix 1.0.7.15+ - fixed glitches in admin categories hook - moved shop hooks and template files into custom template - replaced order class extension by order process sitewide hooks - merged order process hook into order process sitewide hook - replaced alternative hopping cart content module by override template - added support for PayPal Standard IPN attributes stock deduction - modernized code to match actual core standards - added back option images support Full Package Update In structions included
  12. I didn't check, bit I believe If using the PayPal express checkout button, the shipping must be selected at the PayPal page (once logged into the PayPAl zccount).
×
×
  • Create New...