Jump to content

aPoLLo

Member
  • Posts

    102
  • Joined

  • Last visited

Everything posted by aPoLLo

  1. Hi again folks. Found the naughty line of code that caused the problem. It was located in the /customers/index.php file. Just changed the code from: if(!empty($results[$i]['country'])) echo $results[$i]['country']; to: if(!empty($results[$i]['country']))echo countryName($results[$i]['country']); Hope it helps others at some point. aPoLLo :)
  2. Hi yia all. I have a recent issue with my CC admin panel when viewing my Customers under: Customers View Customers Email Customers Orders Instead of displaying the Invoice address with the country name on the end, it displays the country code (see example below): 111 Test Street, Testville, VIC, 3000, 13 I am using CC 3.0.16 with heaps of mods. I would appreciate someone's help to fix this one. Cheers & thanks in advance. aPoLLo :)
  3. Thanks Stevie. Had found it and yes it is the lang.inc.php file located in /language/en Cheers. aPoLLo :)
  4. Hi gang. Just wanted to know how I go about changing the Customer Logout message from: Your session has ended. to something like, "Thank you. You have successfully logged out". Many Thanks in advance. aPoLLo :)
  5. Yeh great idea with reference to IP address. I too wouldn't mind this change if possible. Cheers aPoLLo ;)
  6. Yehhhhh. It's the switch.php file located in store root folder. aPoLLo :(
  7. Hi yia folks. Thanks to someone else this is a fix for the Currency Jump menu not responding to the way it should. This is a work around and hence I was told that this could be either a Bug in the script or a hosting issue. In any rate here goes. Locate the switch.php file located in the root of your store and comment out the following lines: // detect possible spoofing URL's // if(!eregi("http://",$_GET['r']) && !eregi("ftp://",$_GET['r']) && !eregi("https://",$_GET['r'])){ header("Location: ".str_replace("amp;","",treatGet($_GET['r']))); // } else { // header("Location: index.php"); // } It worked for me therefore I hope it works for you too. DON'T FORGET TO BACK UP YOUR ORIGINAL switch.php file before making any changes. Please let us know if it works. aPoLLo :(
  8. Fantastic point. I would also be interested in any response to this question. Cheers aPoLLo :wacko:
  9. Man.. why didn't i think of that... what a great idea... thanks Headquaters.. Sorry about the delay everyone Something like this for the store display ?? Feedback appreciated. Cheers, Ken Hi there Ken. Looks great. Could you also include some sort of Admin function to customise the Packing slip with additional details such as TAX INVOICE, BUSINESS NAME, Phone number, ABN etc? Just a suggestion if it is possible. Cheers aPoLLo Excellent Ken. Let us know when you have fully tested and finalised it. Also do let us all know what the cost of this mod would be. Cheers aPoLLo :(
  10. Can anyone out there tell me what file controls the Currency Converter jump menu? I would like when a customer clicks on the specified currency related to their own country, that they are directed to a specific page of my choice. As it stands at the moment, when a person clicks on their own currency they stay on the same page of the item\product they are viewing. I would like to change this if possible. Many Thanks in advance.
  11. Thanks Vrakas I had done that myself but thought I was missing something. Basically, they have to go through the order process again. Cheers aPoLLo
  12. Hi all. This might be a stupid question however I need to ask. Can a customer log into their own account and change their order before it has been finalised from our end? In other words, if a customer adds items to his/her basket then goes through the shopping cart process and by mistake closes his/her browser at the point of keying in credit card details, is the customer able to access that same order which CC has in PENDING STATUS to make changes if required and complete payment, or do they have to go through the whole shopping process again? I noticed that when a customer logs in to view their orders they are not able to do anything with them other than view them. If someone could shed some light I would very much appreciate it. Many thanks in advance. aPoLLo
  13. Hi yia folks. Thanks to someone else this is a fix for the Currency Jump menu not responding to the way it should. This is a work around and hence I was told that this could be either a Bug in the script or a hosting issue. In any rate here goes. Locate the switch.php file located in the root of your store and comment out the following lines: // detect possible spoofing URL's // if(!eregi("http://",$_GET['r']) && !eregi("ftp://",$_GET['r']) && !eregi("https://",$_GET['r'])){ header("Location: ".str_replace("amp;","",treatGet($_GET['r']))); // } else { // header("Location: index.php"); // } It worked for me. DON'T FORGET TO BACK UP YOUR ORIGINAL switch.php file before making any changes. Please let us know if it works for you. Cheers aPoLLo :)
  14. This must be a pretty curly problem. Been a while and no answer from anyone regarding this problem. Must be isolated to myself only. Thanks anyway for your help. Cheers aPoLLo :w00t:
  15. Apologies. This has already been answered in the following post. http://www.cubecart.com/site/forums/index....c=15594&hl= Pity it isn't an available option in CC. Would be convenient to have 2 main Currencies displayed if required. Cheers aPoLLo :)
  16. Man.. why didn't i think of that... what a great idea... thanks Headquaters.. Sorry about the delay everyone Something like this for the store display ?? Feedback appreciated. Cheers, Ken Hi there Ken. Looks great. Could you also include some sort of Admin function to customise the Packing slip with additional details such as TAX INVOICE, BUSINESS NAME, Phone number, ABN etc? Just a suggestion if it is possible. Cheers aPoLLo */*
  17. Could you possibly provide this information so that I and other viewers of this post know how to go about doing what you suggested? It would be great help. Cheers aPoLLo :blink:
  18. Further to my original Post. I neglected to mention that the Invoice needs to be called TAX INVOICE and the ABN is required to be notated on the Tax Invoice also. Looking forward to someone creating a mod for this. Cheers aPoLLo
  19. Hello again. I don't know if this is any help however I looked at 2 of my CC stores in Dreamweaver by downloading the pages in HTML format and found that the Currency exchange dropdown boxes have 2 different values listed. For the currency converter that works correctly, it has the following value: switch.php?r=%2Fstore%2Findex.php&currency=AUD For the currency converter that does not work the correct way, it has the following value: switch.php?r=http%3A%2F%2Fwww.domainname.com.au%2Fstore%2Findex.php%3FccUser%3D1066e92aa504e40c49a49e07139ff91a&currency=AUD I really don't know what all this means however there must be a file that has gone haywire to be causing this. I also tried reuploading the switch.php file again however this did not solve the problem. I have spent hours on this (I am not a PHP guru to say the least) and I would really love someone's help on this one please. Thank you muchly. aPoLLo
  20. Hi to everyone. I have had a look at the .org forum however couldn't find anything. Is there a way to display 2 or more currencies per product? eg. Product Description ($10.00 AUD) ($7.85 USD) If so can anyone point me in the right direction please? Cheers in advance. aPoLLo :D
  21. Hi there folks in CC Land. This has been asked before however no answer has been provided so forgive me for asking again. When you are viewing a product and you select to view it in another currency such as USD, CC takes you back to the Homepage instead of displaying the current product page with the appropriate currency exchange. Has anyone out there had this happen and if so does anyone have a fix for it? Cheers to all and many thanks in advance. aPoLLo ;)
  22. I haven't had any luck either. Hoping someone will help with this. Hopefully not too difficult for the Guru's out there. Sadly I ain't one of them :)
  23. Hi. I don't know if this will help. I screwed up my store some time ago and asked my web host to restore my store and database to a previous date. It helped me as I had only half the work to do to get the store back to it's original state. It might be worth the effort to ask your web host to see if this can be done for you also. Good Luck. aPoLLo :blink:
  24. Hi guys & gals. Has this issue been addressed in full? I can not seem to find an answer that satisfies the Australian Taxation Office rules and regulations regarding Goods and Services Tax (GST) on the forums. If it has been answered accordingly I apologise in advance. In Australia we are required to display the price of an item in our shopping cart with GST included. We also need to be able to include GST in the freight\postage costs. Therefore something similar to the following needs to be displayed upon checkout for Australian Customers only (does not apply to overseas sales): Product costs $11.00 (inclusive of GST) Postage costs $5.50 (inclusive of GST) GST\Tax: $1.50 (This is not added to the total but just diplays the breakdown of GST\Tax) Total cost of item including GST is $16.50 How can this be achieved? I am sorry if I have not explained this too well so please let me know and I will try and clarify it. Many Thanks in advance. aPoLLo :blink:
  25. Hi gang. I am experiencing the same thing but thought it was the way Cubecart was supposed to function. A fix would be good. Cheers aPoLLo :blink:
×
×
  • Create New...