Jump to content

SHAWN YUMI

Member
  • Posts

    29
  • Joined

  • Last visited

Posts posted by SHAWN YUMI

  1. Thanks Noodleman,

    I got error message as below after installation:

    " Site error: the file /public_html/shop/modules/plugins/UPSMultiItems/hooks/admin.navigation.php requires the ionCube PHP Loader ioncube_loader_lin_5.4.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.

    Should I manually put "admin.navigation.php" into specific location? or just have to use ionCube Loader Wizard

  2. We have some issue with UPS shipping when sometime customers add many items and can't check out because of the shipping weight is "too high", I looked the many discussion with same problem but it seems no perfect solution can resolve the issue, the UPS shipping plugin only calculates by weight not including dimensions which is more difficult to get actual shipping rate. I wonder if anyway we can change the maximum total weight or add dimensions for UPS shipping module in order to avoid from any error messages.

    Thanks for any helps

  3. Thanks, Dirt Butter, I changed some code as below because I added billing address under the shipping address and I need more space to move down:

    #printLabel {
        width:80mm;
        height:80mm;
        float:left;
        padding:4mm;
        z-index:100
    }
    .sender {
        border-top:1px solid #ccc;
        margin-top:20px;
        padding-top:4px;
        font-size:.7em
    }
    #storeLabel {
        width:80mm;
        height:80mm;
        padding-top:4mm;
        overflow:hidden;
        z-index:-1

  4. I am trying to change some layout for the "order invoice print sheet", but it seems not working even after I replace the "print.css" file (..shop/admin/skins/default/styles/print.css), I also try to clear the cache in the maintenance place and no luck, is anyone have same issue or give any advise? appreciate any helps

×
×
  • Create New...