Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

grumpydasmurf

Pioneers
  • Posts

    56
  • Joined

  • Last visited

Profile Information

grumpydasmurf's Achievements

  1. The eprocessing option doesn't even show up as an option for the customers to use when paying. Shows up in the admin > modules and allows me to install and config a few options, but like i said when it comes time to pay ther ecustomer is not given the option with this module. Or the other eProcessingNetwork Payment Module for that matter. Neither show up as payment options at checkout.
  2. Hmmm this may do the trick... Not sure though the author description is very vague... http://addons.oscommerce.com/info/408 Anyone have idea how it works so I don't have to install it on a test site?
  3. I'm wanting to allow users to sign up for the newsletter without creating an account. I see that there is already at least one app that allows you to do this. But it does so by creating another database table. I see no reason for a second table within the databse. I want to keep it simple. I think it'd be better to just create an account, without all the name, address, phone, number, etc info. Before I set off to doing this, I wanted to make sure I am not reinventing the wheel and see if something like this already exists. Any thoughts? FWIW I spent about 30 minutes scouring the add ons before I posted.
  4. Assuming you mean includes/modules/product_listing.php could you please explain how this can be done? The page I want to do it on would be the page that displays all products in a category. For example... http://chicagogunsmith.com/catalog/rests-support-c-641_642.html It's not so much that "I" want to do it, but that I want to give my customers the option of re-organizing and re-arranging the product view.
  5. How can I add an option for my customers to sort item listings by price low to high, high to low, quantity, alphabetical ? I would think there would be a mod, but I was unable to find one to accomplish this. Well I did find one, however it came with an auto installer which i did not want to use ( http://addons.oscommerce.com/info/6186/v,22 ). I find another one, but it is simply sort by price. Any other alternatives to the mod I listed?
  6. I've looked through the various coupon add-ons and haven't found one I think will do all i want it to do. I am either missing something, or will have to settle on one of the existing coupon add-ons limitations. I saw one that output outomatic coupons, which I thought was very interesting. However the coupons never expire, this could be bad. I'd also like to find one that would allow me to bulk put a category of items on sale. For example, coupon code widget gives $10 or 10% or what ever off all widgets, expired December 24th. Then I can have a sale on widgets, without placing each widget on a special manually. Another thing I would like is for coupons to be used multiple times, for example if I put an add on my face book page. "use coupon code facebook and save 10% on all items until x date." Or send an email to my mailing list "November sales use coupon code Nov2010 at check out for 10% off all purchases." As a matter of fact i want to do a 10% off all purchases on all items in my store on November 26th, for one day only. The coupon code would obviously be "black friday." Any suggestions? These are the things I am looking for. What addon do you use?
  7. Do you recall which mod? I looked through several today already.
  8. I've searched the addons and searched the forums for an answer but I was unable to find one. I have some items on my store, http://www.chicagogunsmith.com/catalog which require additional charges. Specifically some items require additional shipping charges for hazmat (hazardous materials) fees. In other words I need to take the base price, add the shipping but then also add a shipping surcharge for the hazmat fees. I can't find an addon, mod or contrib that allows me to do this. Can anyone make any suggestions? All I can think of is adding the hazmat fee into the base price, but I do not want to do this.
  9. Zac, thanks for the help. I will look intot he mod you suggested and see if I can install it on my test site. I'd love to see your script! and since we are talking about scripts I'd also love to see a script that does a cople things to the price. 1) examines the price my distributor is selling the items, then multiplies by a variable, let's say 1.4, then checks to see the M.A.P. price which is basically the minimum I can legally resell the item for, and choose to use the higher number. for example if the MAP is higher than the base price * 1.4 it'll use the map. Or if the base price *1.4 is higher than the MAP it'll use the custom variable... anyways, I was going to post that elsewhere and probably will. I was reading through all the documentation and config file, but my brains get fried after 30 minutes of reading LOL. I'll post tomorrow if I am able to make the mod work.
  10. First off, this is an excellent time saver! Second, I didn't see this question asked so I apoligize if I missed it. If I did miss it, please refer me to the proper post. Thanks! So my dilema, my distributor has something like 14,000 products. This should be a simple task for EP, but my distributor uses different header names. For example, OSCommerce calls the product name: "v_products_name_1" however my distributor calls it "smShortDesc" The simple answer is upon each upload I suppose I can go through and manually change each header name, but that can be time consuming to do once a month, and cause catastrophe if I miss one header column. So the question is, is there any way that in the code an option can be written to handle this such problem? A mod to a mod, I suppose, perhaps a configuration file where it says if the header = "smShortDesc" then insert into "v_products_name_1" Any thoughts on this subject? Thanks in advance! Oh By The Way, if it matters... Easy Populate 2.76i and osCommerce v2.2 RC2 on a Linux freebsd.
×
×
  • Create New...