Jump to content

aPoLLo

Member
  • Posts

    102
  • Joined

  • Last visited

Posts 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. 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 :(

  4. I simply used the packing slip as the tax invoice - very easy to edit. Added ABN and the words TAX INVOICE to the top. I also just changed TAX to read GST included.

    The rules , according to my account, says that a price stated by itself is understand to be GST INCLUSIVE.

    Hope this helps.

    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 ??

    OzGST_2.jpg

    OzGST_3.jpg

    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 :w00t:

    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 :(

  5. 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.

  6. 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

  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. 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 :)

  8. I simply used the packing slip as the tax invoice - very easy to edit. Added ABN and the words TAX INVOICE to the top. I also just changed TAX to read GST included.

    The rules , according to my account, says that a price stated by itself is understand to be GST INCLUSIVE.

    Hope this helps.

    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 ??

    OzGST_2.jpg

    OzGST_3.jpg

    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 */*

  9. I simply used the packing slip as the tax invoice - very easy to edit. Added ABN and the words TAX INVOICE to the top. I also just changed TAX to read GST included.

    The rules , according to my account, says that a price stated by itself is understand to be GST INCLUSIVE.

    Hope this helps.

    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:

  10. 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

  11. 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 ;)

  12. I Still cant get this to work, could anyone help me? please :(

    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 :)

  13. i think you have messed it up... All the products are stored within the database if you have deleted it and not made a backup. Your only option is to re-install cubecart add ur changed files and then start adding ur products again. Do you have any type of database back-up?

    Its a hard lesson to learn but you MUST backup your database as well as your FTP files.

    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:

  14. 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:

×
×
  • Create New...