Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

web-project

Pioneers
  • Posts

    4,199
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by web-project

  1. have you uploaded all files from module?
  2. using javascript you can enable the image swap, simply do the google search and you will find code.
  3. try different module and check the Secret Word in Moneybookers account.
  4. as it's not connected to any real time systems, you can take for example the "Credit Card" offline module and modify it for your needs.
  5. it will not help as you need modify the PayPal module to calculate correct sum.
  6. but how you know that this card hasn't been used before? very easy create module than, simply use the CC module and modify the validation.
  7. could you tell me the Banks name or company where this cards are processed? is it VISA, Maestro and other sort of type cards?
  8. does this card issued by bank or your store?
  9. I think you can easy modify it, simply open the module file find the Protx URL and replace it with new one.
  10. you need to run the sql patch which will be part of EXTRA IMAGE Add-on, simply re-check the installation steps.
  11. It's possible, you need to modify the checkout files.
  12. From my experience I fixed the following way: 1) I uploaded the php.ini file with the following: magic_quotes_gpc=On register_globals=On to the following folder: /YOUR_CATALOGUE/ext/modules/payment/paypal_ipn if the above method don't help, I recommend to check the IPN logs on PayPal and error log on web hosting account to investigate the issue.
  13. already available - the module called easy populate, this module allow to export and import the CSV file which compatible with Excel.
  14. yes you can user the HTML, as you can install the WYSIWYG editor.
  15. you can create countries zone where you state all countries which you want to use.
  16. Can be the following issues: 1) your URL is unreachable (GC use API to collect data like shipping) 2) if you in UK, the shipping set to use google calculation which is not available for UK. 3) can be the error in code.
  17. simply download it from Add-Ons, unpack, read the installation instruction and follow it.
  18. XML Sitemap will help to index your website by Google or Yahoo search engine.
  19. haven't seen any issues, any other modules has been installed? probably missed one of installation steps?
  20. As I can see the issue is in paths. with this module don't forget to update the supplier configure.php file. P.S. Personally I have provided the help to one to one basis, as I know that this module is not perfect, specially confusing paths, as some people are still using older version of oscommerce.
  21. I picked up this module as I needed. I can say that the idea is good, but amour of bugs I have corrected is very ridiculous.
  22. if ( ($this->enabled == true) && ((int)MODULE_SHIPPING_FLAT_ZONE > 0) && ($any_out_of_stock = 1) ) { it should be if ( ($this->enabled == true) && ((int)MODULE_SHIPPING_FLAT_ZONE > 0) && ($any_out_of_stock == 1) ) { you see the difference? do you have any sql queries for above code, as you copied from somewhere else this code, without SQL query.
  23. check the order totals, if the shipping is enabled.
  24. what sort of version of contribution do you use?
  25. I don't know this module, but the following code: $order->info['cc_number'] = $refmb; $refmb - should be collected using $_POST method and relevant to field in form which collect the client cc number.
×
×
  • Create New...