Jump to content

dratte

Member
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Fl, USA

dratte's Achievements

Newbie

Newbie (1/14)

1

Reputation

  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. Bsmith you're first class sir. Thanks a lot Will work on it right now. Dan
  3. 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?
  4. bsmither Now that make sense! And guess what? it's working man thank you. Are you also working has a freelance if needed? Thanks again Dan
  5. 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
  6. THanks a lot Bsmither. Ireally appreciate your help I didn't modified anything at all but the Length of product precis in the admin section that I have set to 7000 instead of 5000. I have found that common.css file and I'm also able to change it. What should be the figures? Dan
  7. Sorry wrong link Here we go http://www.dogstory.net/shopping/index.php?_a=category&cat_id=2
  8. 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
  9. 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
  10. 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 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
  11. 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
  12. actually i found my answer . Nothing to do with the Home function. The on and offline store option is set in reverse! offline put the store online and online offline. No idea why but it work! thanks anyway Dan
  13. Exact same problem here Did you get any answer to that problem? Dan :angry:
  14. Am using Authorize.net gateway witch is the same than the one am using from Canada Internetsecure.com I've tried on cart.org but no result there.
  15. I know I was surprised to! But look like it's better for customer to see cc card logo just before they make their choice for method of payment. I don't know if it's gonna be a requirment for all gateway but it is for mine. Still need to know how to do it! :D
×
×
  • Create New...