Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

betty108

Archived
  • Posts

    26
  • Joined

  • Last visited

Everything posted by betty108

  1. I'm new to, but the way I have done the ones I used is: -download the contribution -opne the text file which is the instructions -if it has any extra images etc, upload them -with the coding changes, I don't upload and overwrite with the new files as that has given me trouble. Instead, I locate the files to be adjusted, download them to my harddrive as a backup if something goes wrong -open those downloaded files, adjust the code and save them with the same title (but don't overwrite your backups) -upload them using anything BUT the file manager in store admin hope that helps :)
  2. changing this $my_currency = 'USD'; to $my_currency = 'AUD'; did the trick is the any other code i should change
  3. alternatively, I'm thinking maybe I should change the URL in the paypal.php to the .au one... any ideas?
  4. Hi, I have set my store localisation to AUD (aust, dollar), and paypal module is set to selected currency (it doesn't offer AUD as an option) and my paypal account is in AUD, but I still get a price 0f $0.00 when I go to paypal to pay for an order. I'm thinking there is a problem in my code somethere. in my includes/modules/payment/paypal.php it has this code if (MODULE_PAYMENT_PAYPAL_CURRENCY == 'Selected Currency') { $my_currency = $currency; } else { $my_currency = substr(MODULE_PAYMENT_PAYPAL_CURRENCY, 5); } if (!in_array($my_currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD'))) { $my_currency = 'USD'; should i change the USD to AUD??? and where can I change the paypal title in the order confirmation? I want it to say Paypal (incl. credit card payments) instead of just paypal? thanks :)
  5. log in to your web hosts control panel and see if there are any files still there? if they are, then it's a problem in one of your php files, but no idea what
  6. ok, i got around the error, seems I need to upload out side of the admin of the shop for some reason... is this a common thing? but now the page looks really weird, all info is there, here is a screen dump - http://i66.photobucket.com/albums/h274/betty108/Picture1.png should I not worry as it is now working? and how can I add more fonts to use??
  7. Hi, I just installed this contribution http://www.oscommerce.com/community/contributions,2900 but when I go to catalogue it gives me error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. what's going on???
  8. Hi, I am using the flat rate module but want to adjust where it says best way when the customer is confirming the order. Can someone point me to the right file to adjust? thanks :)
  9. was there a text file attached when you downloaded the module? I am trying to install an Aust. post one and I have to make some manual adjustment, no idea what it means, but there may be something you have missed.
  10. bump* anyone, in laymens terms...
  11. Hi, I'm ready ro add my Aust. Post modules, but not sure how to do this You must perform 1 manual alteration: In phpMyAdmin or similar run the auspost.sql to apply the changes to your database to create and update zones for the local and international modules. Is phpMyAdmin a program??? I am running a mac, how do I do this to get my postage working? thanks :)
×
×
  • Create New...