Jump to content

dratte

Member
  • Posts

    20
  • Joined

  • Last visited

Posts posted by dratte

  1. I have a major issue since last cubecart update. My last order date is Jan 21st 2014 since that customers can build their order but the system don't transfer them to the payment gateway page. Actually i don't even see the transfer in process icon. We are using Paypal, Mail order form and Authorized but none are ending on the transfer. Located in USA

    PHP Version 5.4.24

    Shopping cart version is 5.2.7

     It was working with 5.2.6 but now nothing...

     

    Update: I have reverse the update and now it's transfering to payment gateway but credit card processing send back an error...crap!

     

    Any suggestion are welcome

     

    Dan

  2. Whit the help of bsmither I was able to solved our overlapping description issues but now something else just pop up.

    In product description the text is showing only on right side of boxes not all over like under image like this exemple:

     

    http://www.dogstory.net/shopping/index.php?_a=product&product_id=171

     

    THis is what I have:

     

    }

    div.category_product {
        margin: 10px 5px 5px;
        padding-bottom: 20px;
    }
    div.category_product h3 {
        margin: 5px 0px;
        text-indent: 2px;
    }
    div.category_product a.image {
        float: left;
        display: inline-block;
        margin-right: 3px;
        width: 138px;
    }
    div.category_product div.details {
        float: right;
        height: 110px;
        margin: 0px;
        padding: 2px;
        width: 170px;
    }
    div.category_product div.details p.price {
        color: #000;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 5px;
        text-indent: 7px;
    }

     

     

    I'm sure this has to do with margin in common.css but don't know how to change it...

     

    Answer anyone?

  3. I have changed the figure to this

     

    Before:

    div.category_product {
        height: 150px;
        margin: 10px 5px 5px;
        padding-bottom: 20px;
    }

     

    NOw:

    div.category_product {
        height: 250px;
        margin: 10px 5px 5px;
        padding-bottom: 20px;
    }

     

    Seem to work but ''add to cart'' button doesn't show the entire word probably need to change margin too.

    New problem with making the height bigger is when description is shorter there is a big gap between each product. Any way to change that or put a variable that will make the box ajust to description height?

     

    Dan

  4. I have finally updated my C.C 3.7 to 5.2.1( about time right...)

     

    Everything seems to work well but the center column. On every pages the description overlaps in the next product description if longer of if more than 4 products. This make our shopping cart look horrible. This is happening with all skins and browser. I have change the skin to Mican instead of Kurouto the left side looks better but the center column is still the same.

     

    You can see with I mean here: http://www.dogstory.net/shopping/index.php?_a=category&cat_id=2

     

     

    Looks like I'm not the only one with the problem on this forum. I'm not that savy in programming so please if you have a solution maker it clear so everybody can understand it.

     

    Thanks a lot

     

    Dan

  5. How do you fix that otherupdates.php fatal error problem at step 3 of the upgrade?

    I reloaded the files in binary transfer type. It fixed the problem!!! I hope this help.

    Adam

    Sorry didn't work . I have reloaded everything in binary, still have the same error message.

    Dan

  6. Fatal error of otherupdates.php follow up.

    Fatal error: Call to undefined function cc_is_writable() in /home/k9barnc/public_html/shopping/setup/otherupdates.php on line 15

    I have the exact same problem . I have re-loaded the file. Nothing . I'm still stuck at the same place. I have tested the compatibility and everything is OK.

    I'm upgrading from 3.0.17 to 4.2.3

    How do you fix that otherupdates.php fatal error problem at step 3 of the upgrade?

    Any suggestion?

    Thanks

    Dan

    Line 15 to 17 refer to this:

    15-            if (cc_is_writable("..".CC_DS."includes".CC_DS."global.inc.php")) {

    16- writeConf($newGlob,CC_ROOT_DIR.CC_DS."includes".CC_DS."global.inc.php", $glob, "glob", true);

    17- echo "<p>".$lang['setup']['global_file_updated']."</p>";

    Thanks

    Dan

  7. I have the exact same problem . I have re-loaded the file. Nothing . I'm still stuck at the same place. I have tested the compatibility and everything is OK.

    I'm upgrading from 3.0.17 to 4.2.3

    How do you fix that otherupdates.php fatal error problem at step 3 of the upgrade?

    Any suggestion?

    Thanks

    Dan

  8. Hope someone will be able to tell me how to do it.

    The new requirement from payment processesing gateway is to add credit card logo and (secure by) logo at bottom of order form page just before customer make is decision on how he will pay.

    Apparently this is suppose to secure customer with their selection of payment method.

    So big question how do i add cc card image or logo of credit card at bottom of that specific page?.

    Thanks

    Tango ;)

  9. I am getting the same message... I have set the zones to USA ... In zone 1, I listed the ISO for the USA states that I want to have that shipping/handling charge. In zone 1, I listed the ISO for the midwestern states and so on.... I listed Canada, Hawaii, and Alaska as zone 4.

    I made a test purchase (I am from PA) and it states there is no shipping available for my country. Any suggestions??? Please??

    Edit: by changing the ISO in the shipping zone to US, I was able to allow the buy process to go to the payment method.... I was wondering if there were any way to set different prices by weight determined by each state in the US, most especially Hawaii and Alaska?

    I have the same problem here to. Am in Florida. Zone one is for FR,CA and UK zone 2 US am doing by weight and have the same error message cannot ship to my country. Hope someone can help got 5 shopping cart to install. :)

×
×
  • Create New...