Jump to content

goober999

Member
  • Posts

    305
  • Joined

  • Last visited

Everything posted by goober999

  1. These are v3 steps 1. use phpadmin or other php script to add the fields you desire to CubeCart_customer table. 2. update code admin/customer/index.php to be able to view/edit those fields 3. update code in includes/content/reg.inc.php to enable those fields for the customer 4. update reg.tpl in all skins folders include them on the reg page 5. update profile.tpl in all skins folders include them on the reg page 6. update code in includes/content/profile.inc.php to write customer's updates that's it, I think. If i missed something I am sure someone will add their two cents :blink:
  2. Info has been PM'd. Project started.
  3. kinetic, With all due respect, the mod is not yours to GIFT.... I can write the mod for half of your offer and have it done within your time frame, provided you take out that stipulation. Thanks goober
  4. I was going to jump on board until I read What if I asked brooky to do the same? Hey Brooky, if I buy a license for CubeCart from you. I want you to make CubeCart Licenses available for free to everyone for the betterment of the community. I don't think he'd like that very much and niether will he sell the license to me under that stipulation. If you want the mod written, I'll write it for you. You get the right to use that mod on your site or your client's site. You do not get the right to resell my mod, just like you don't get the right to resell CubeCart. I own the intellectal property of the mod's logic. Brooky owns CubeCart. All my mods have Brooky's copyright included even if they are 100% my own code. I have never bought other modders work and I hope that their work retains Brooky's copyright as well. Thank you.
  5. Never fear! Goober is here! Let the discounts roll! You can PM me with details for the mods you need
  6. You can find it in uncludes/functions.inc.php look for line $dirArray[0] = $config['dirSymbol'].$catName; good luck
  7. All you have to do is search the forums! Here's the link to the answer! http://www.cubecart.com/site/forums/index....showtopic=10101 good luck!
  8. Hi, First, please do not use all CAPS in your postings. It is considered shouting and it's difficult to read. Thanks.... The weight is assigned to each item while editing that item. Countries are designated as National or International within "Shipping by Category" in admin control panel. Follow instructions there on how to do it. Just make sure to use two letter ISO country codes i.e.. US for United States, CA for Canada and so on.... Also make that "Shipping by Catergory" is "Disabled" and "Shipping by Weight Bands" is the only "Enabled" shipping option. If you need any more help, please post here or PM me Note to Brooky. Please make the location for National/International country settings in more obvious
  9. If you are getting errors when applying this hack, please PM your index.inc.php and index.tpl to me
  10. Yes, you can. I have a mod that applies shipping cost based on value of the order. This mod fully supports the use of language files. All you need to do is translate the new language variables. The mod is available for v2.x and v3. CubeCart. Here the description of the mod in my store: Shipping by total value of the order. You can assign value ranges and setup amount to be charged for shipping on order that fall within those ranges. ex: $1 to $20 Shipping charge --> $5.00 $21 to $50 Shipping charge --> $10.00 $51 to $100 Shipping charge --> $15.00 over $100 Shipping charge --> Free ($0.00) You can setup an unlimited number of charge bands and differentiate between national and international shipping. The mod can be purchased here: Shipping by Order Value Mod
  11. It's easy Just go to the skins folder skins/{insert skin name}/styleTemplates/content/index.tpl and remove this line {TXT_PRICE} <span class="txtSale">{TXT_SALE_PRICE}</span> That's it Good luck :D
  12. Multiple stores with one database means the use of prefix in the database tables, bugs notwithstanding There will be diffrent admin panels and everything else. That is by design, i am pretty sure about that. If I am wrong, someone please correct me.
  13. Missing step in simple overview. Use assign function to pass the value to the template. see sample below: In the xxx.inc.php file that includes your template, insert this code $tpl_name->assign("DATE",date("jS")); good luck
  14. You can, but you still need to use assign function to send it to the templates. The template won't use a global variable automatically. To display the variable in all of the templates you'll need to do the following. 1) create $my_var_name = "Goober :)"; in global.inc.php 2) use $templ_name->assign("VARIABLE",$my_var_name);in all xxxx.inc.php that use templates. 3) update all templates to display {VARIABLE} where you want. This will take you a while , good luck
  15. I haven't read the cc2 tutorial, real programmers don't eat quiche or read tutorials . While programming my product compare mod for cc3, I've added several new fields to the database. The concept of adding fields is not that much different in cc3 from what it is in cc2. It is actually a lot easier in cc3. A simple overview: Using phpadmin add the new fields to the cuberat_inventory table Edit admin/products/index.php to add new text boxes to edit the new fields. Add new fields to the viewProd.tpl and you're done. I may have oversimplified this, but you should get the picture. PM me if you would like me to setup the new fields for you and configure cc3 to use them. Thanks Goober
  16. The prices in the database are always NET. The "Include tax in prices" switch adds the tax to the price when the price is shown in the store.
  17. File Name :: FCKEditor on/off mod Author :: Goober999 Category :: Minor Description For those of you with a dialup and for those who think it takes way to long to load product add/edit page and for those who simply don't link the fckeditor and for those wh... well you get the idea. View File
  18. Hi, Just finished the mod this morning. It's a plugin to cubecart v3.x. To install it, all you need to do is copy the files to your site and you are ready to use it, even if you have a moded store. Sorry, it's not free. The cost is only $10 US. Let me know if you want it. Thanks Goober
  19. I have a shipping mod that supports individual item cost and shipping tiers, with national/international shipping. Sorry, it's not free. But for $10 you can set it up very quickly. let me know if you would like the mod.
  20. Mod has been posted to downloads
  21. goober999

    Shipping

    I have a plugin shipping mod that does shipping tiers and supports national/international shipping. Sorry, it's not free. But for $10 you don't even need to touch any code to install it. Just copy the files to your store, even a moded store, and you are ready to use it. let me know if you would like the mod or just buy it from my store.
  22. tomdarton, I have a plugin shipping mod that does shipping tiers and supports national/international shipping. Sorry, it's not free. But for $10 you don't even need to touch any code to install it. Just copy the files to your store, even a moded store, and you are ready to use it. let me know if you would like the mod or just buy it from my store.
×
×
  • Create New...