Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raiwa

♥Ambassador
  • Posts

    4,823
  • Joined

  • Last visited

  • Days Won

    161

Everything posted by raiwa

  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).
  13. I tested with 1.0.7.15 and it works. I also tried wit discount codes and all seems to work correct.
  14. It requires an update for Phoenix 1.0.7.15. It's on my list. Please be patient.
  15. If you do not wants to use Watermark at all, switch it off in the settings: Admin : Images If you only wish to remove it from some image(s), read the instructions, example store logo. Don't forget to reset the thumbs and browsers cahe after changing the settings.
  16. I believe this should be already fixed in the newer versions, It's anyway only a notice error which will not prevent it to work correct.
  17. - make sure you have the correct URL entered for the webhook, including https:// (I believe it must be a secure URL) - check that it does not get redirected somehow in your .htaccess - check that the webhook url does not get blocked in your server by some security settings (check with your hosting)
  18. Make sure you have both admin hooks copied/uploaded to the right place. You could also temporary remove the specifications addition to be sure it does not interfere.
  19. It needs to be updated for Phoenix 1.0.7.10. Please be patient.
×
×
  • Create New...