Jump to content

kinetic

Member
  • Posts

    571
  • Joined

  • Last visited

Everything posted by kinetic

  1. IM using CC3.0.3 and since the upgrade last login on adminhome is wrong and the admin sessions have stopped at the date of the upgrade which leads me to believe that in 3.0.3 these variables were changed and it is not doing the last login text display message properly and the admin session data isnt being updated. its a small point but something that needs looking at... Kinetic
  2. It can be done but atm Im very busy with paying site designs how soon did ya need the hack? If not ASAP then give me a couple of days and Ill sort out a hack for ya Kinetic
  3. open your SKINS style.css and add a new style at the end of the file .txtProdPrice{ font-size: 16px;} then open includes/content/viewProd.php find this line $view_prod->assign("TXT_PRICE",priceFormat($prodArray[0]['price'])); and replace it with $view_prod->assign("TXT_PRICE","<span class='txtProdPrice'>".priceFormat($prodArray[0]['price'])."</span>"); save and upload both files let me know if this works for ya
  4. no not at the moment Ive been looking thru the Authnet AIM API and checking the files in cubecart but it wont be easy in cubecart 2.x.x it was easy to do and I did it but this is another whole ball of wax and I see the need but only for stores that have a authnet acct and also have their store on SSL THATS REQUIRED for AIM you must be be on https for AIM to work Ill look into it and talk to a couple of cubecart modders and see if we cant get a module built for AIM and CC3.0.3 Brooky are ya listenin? Kinetic
  5. why are you double posting? youve already opened a topic about this...
  6. now once ya got the word Price big and bad and ya want the actual PRice or sale price old price to be big and bad open your skins style.css and find the txtOldPrice and txtSale styles and add font-size: 16px; to each like mine here .txtOldPrice { text-decoration: line-through; font-size: 16px; } .txtSale { color: #FF0000; font-size: 16px; font-weight: bold; }
  7. no kidding follow my post above to the letter (NOT ROBANS) and it will work I just did it on my clients site and its loverly http://www.usahaircare.com/index.php?act=v...d&productId=621 Big badda bold price.... Kinetic
  8. OPen the style.css for your skin then at the bottom add this code .txtPriceDisplay { font-size: 16px; } you can set the size in px to what ya want/need... then open your lang.inc.php find this section 'product_info' => "Product Information", 'price' => "Price:", 'product_code' => "Product Code:", this instance of price is the Price text that is displayed on the veiw product page now change 'price' => "Price:", to this 'price' => "<span class=\"txtPriceDisplay\">Price:</span>", save both files and upoload to their proper places... Kinetic :P
  9. If youve been making changes to your lang.inc.php files and weird things break or get errors on orders make sure your lang.inc.php messages are on a single line multiple lines seem to break things example: say you mod the order_success message to comply with paypals verbiage I wrote 'order_success' => "<p align=\"center\" class=\"copyText\">Thank you for your payment. Your transaction has been completed, and a receipt for your purchase has been emailed to you. You may log into your account to <br /><a class=\"txtDefault\" href=\"http://www.mydomain.com/cart.php?act=viewOrders\" target=\"_self\">View Your Order Status</a><br>and the order details of this transaction.</p>", and it was on multiple lines and I got a order failed message on auto return from paypal when I tested I re wrote that exact same code in Dreamweaver to be all on ONE Line and I got order success on auto return. so if ya get weird errors and youve edited lang.inc.php check to make sure any and all messages are one line for each message even if its one looooong line of code or text. Dont know why its true but it is... Sir William thinks it has to do with the XML parsing routines or somethin Kinetic
  10. Sir Bills Cat Sort Mod works a treat! Gives a Site owner that much more CONTROL over their site which is as it should be. I cant wait for the 2nd version of his cat sort mod.... Yall give it up for Sir William! Kinetic
  11. kinetic

    Order Form?

    thats what product options are for create a color option add some color attributes then apply all the color attributes to a product hint a product can have multiple product options like one product could have a color option with red green blue yellow AND a size option with large extra large small and medium
  12. this Site is CC 2. somethin and the posts should be in the cc 2 forum not cc 3 unless you are looking to upgrade your site to cc3
  13. rukimans mod is all inclusive and my hack was just his jumping off point for his mod follow his directions carefully that are included with his mod and you should be ok to those who dont get rukimans cool seo mod and want to use my hack the code listed on the first page of this thread first post is for 3.0.3 Kinetic
  14. OI dont do a fantastico install it gets it wrong almost all the time see my post here on fantastico problems and how to do a real install of the latest version... http://www.cubecart.com/site/forums/index....showtopic=11123
  15. Get cubecart 3.0.3 if you dont you will have shipping problems alot of the shipping being bypassed problems are FIXED in 3.0.3....
  16. I wouldnt use fantastico to install cubecart Id download the LATEST version unzipp that and upload the contents of the upload folder to inside your public_html folder then log into your cpanel and click on mysql create a database create database user with password then apply that database user to the database write down the database name database user name and password it will have your cpanel acct name appended to the beginning example if your acct name for your hosting is coolsite and you named your database cubecart the resulting database name would be coolsite_cubecart same with the database user if your cpanel acct name is coolsit and your created a database user sonya your database user name would be coolsite_sonya then run the cubecart install script... the fantastico install almost always gets the install wrong...
  17. /pear/tmp should be 777 not /pear but the tmp folder INside pear Kinetic
  18. theres more language at the bottom... try using winmerge on your language file your original one you edited and brookys new language file and make a super language file Get WinMerge 2.2 HERE its FREE Kinetic
  19. yeah I have access to phpmyadmin so could my client but thats NOT the point we are looking for a mod to allow export of orders and by their order status from WITHIN the stores admin... which my post above stated... where Im completely familiar with phpmyadmin the SITE owner MAY NOT be familiar at all and could possibly mess up the database if they miss click something...
  20. no on the get catDir and the SEO titles
  21. thats what I did with my Patriot Skin for my client copied Legend and started modding or was it Killer? which ever one was fluid 100%...
  22. Ive had this request as well from my client he wants a easy way to export orders from store admin in a csv file like we can for email addresses or froogle and select all orders (pending/processing/completed) or any one or more of the 3 most notably processing as these are orders that were successful. and need fulfillment Some bright cubecart modder should be able to figure this one out goober? william? homer? anyone? Kinetic
  23. just checked your "webbie" and it looks like you are uploading the upload folder instead of the contents of your/ upload folder to your /shop folder /upload folder is the same as your /shop folder ftp the contents of your upload folder into the shop folder if /shop folder is your store's ROOT
  24. search the forum this has been discussed and has a well thought out hack search category links or breadcrumb heres one... http://www.cubecart.com/site/forums/index....=category+links
  25. Ive updated the find replace code on the previous page for this hack for 3.0.3... viewCat.inc.php bit... Kinetic
×
×
  • Create New...