Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gaspower

Pioneers
  • Posts

    453
  • Joined

  • Last visited

Everything posted by gaspower

  1. Hello, I am using the coupon discount and it works great. Was wondering if there was a way to link it to new accounts so when they register, and automatic coupon gets emailed to them? Thanks JR
  2. Hello, I use 2.76f and it works fine with RC1. JR
  3. Hello, I am using version 2.76f and ran into my first problem, and not at all with Easy Populate, but the way I have the site setup. I will have one item that maybe in three categories. When I import with EP for category one, product (A) is uploaded and shows fine. I import with EP category two, and product (A) is also contained, but when finished importing, it over writes product (A) and no longer shows in category one, only category two. I know OSC has a link feature, but there are just too many parts that will be linked. Can EP be used to import without over writting product in another category? Thanks JR
  4. Hello, I am using 2.76f and no problems, but was wondering if it is possible to have Easy Populate work with linking products? I have one products that needs to go into five categories? Thanks JR
  5. Hello, Was wondering if it is possible to have an auto email notification after someone creates an account as a dealer? I would like to be able when a dealer creates an account, that the system automatically emails them with a dealer application? Thanks JR
  6. Hello, Installing the Awards system for the first time, but on product_info.php page I get an error. I added the below, but I get most a blank page?? Thanks JR <?php } // Points/Rewards system V2.00 BOF if ((USE_POINTS_SYSTEM == 'true') && (DISPLAY_POINTS_INFO == 'true')) { // check that the points system is enabled if ($new_price = tep_get_products_special_price($product_info['products_id'])) { $products_price_points = tep_display_points($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>'; } else { $products_price_points = tep_display_points($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); } $products_points = tep_calc_products_price_points($products_price_points); $products_points_value = tep_calc_price_pvalue($products_points); if (USE_POINTS_FOR_SPECIALS == 'true' || $new_price == false){ echo '<p>' . sprintf(TEXT_PRODUCT_POINTS , number_format($products_points,POINTS_DECIMAL_PLACES), $currencies->format($products_points_value)) . '</p>'; } else { echo '<p>' . TEXT_PRODUCT_NO_POINTS . '</p>'; } } // Points/Rewards system V2.00 EOF ?> <p><?php echo stripslashes($product_info['products_description']); ?></p>
  7. Hello Again, Forgot to mention, the reason for the two addresses for dealers, is I still need the billing address for verification of credit card transactions. I use the Authorize contribution and have it set to only verify a transaction if billing address matches. Thanks JR
  8. Hey Jan, Thanks again for all the previous help. He is a good one for you. Maybe you have see a module or know if this is available. I would like to have retail customers only have the ability to ship to the one address, (billing address), but give the ability for dealers and distributors to have a bill to address for credit card verifications, but also give them the choice to have a ship to address. Any help would be great. Thanks JR
  9. Hello, Fixed, error in define. But still would be interested in linking to SPPC dealers. Thanks JR
  10. Hello, Again, thanks for a great contribution. I was thinking, since a lot of people use Seperate Pricing Per Customer contribution, is there any way to link to dealers in the system already marked as dealers. This will save lot of hours of duplicate entrys. Thanks JR
  11. Hello, Thanks for the contribution, exactly what I was looking for, but I am getting this error. Tables.vendors does exist? 1146 - Table 'novarossibackup_com_novarossibackup.TABLE_VENDORS' doesn't exist select v.vendors_id, z.zipcode, z.lon, z.lat from TABLE_VENDORS v, zipData z where z.zipcode = v.vendors_postcode and v.vendors_status='1' Thanks JR
  12. Hello Jan, Actually the Texmaxx link helps a lot. One question, I now see the java script code mentioned and has to added. Where I am confused is what code sample am I using after, I have three customer groups, retail, but that is fine, just retail pricing, I also have dealer and distributor pricing. I do not understand which example code to use, I have dealers 55% off retail and distributor 60% off retail. So would I use examples that he shows for retail price breaks? Thanks JR
  13. Thank you, Did not have much luck with the java script. I will try the other post. Thanks JR
  14. Hello Jan, Thanks again for all the great help. A few posts back, I see exactly what I was looking for SPPC to do, automatically discount groups by percentage. But, the code below shows for only a certain categories. I just need it for each group. Also with the below code, will it automatically enter amount for each group when a new item is added? Thanks JR insert into products_groups select '2' as customers_group_id, (0.9 * p.products_price) as customers_group_price, p.products_id from products p, products_to_categories p2c where p.products_id = p2c.products_id and p2c.categories_id in (10, 11);
  15. Hello, Sorry, also forgot, in New Products View, date added: (but no info), and manufacture: (but no info)? Thanks JR
  16. Hello, Thanks for the contribution, but I am running into some issues and have installed it three times (v1.22). I have set configuration to settings of manual, and all items have stock. When I click on the item from "Whats New In August" it brings up the product, shows correct status, "In Stock". But anywhere else this product is viewed from, directly from categories, doing a search, speicals ect it shows "Out Of Stock", and buy it now button is removed? Any help would be greatly appreciated. I am using this on the newest version, OSC MS2.2 RC1. Thanks JR
  17. Hello, Sorry, my mistake. When I reset everything, it set back the zip code to none. All works. JR
  18. Hello, Need some help with an error I am getting for the first time, below. An error occured with the USPS shipping calculations. If you prefer to use USPS as your shipping method, please contact the store owner. The strange issue is that I have three web sites on this server and all the others get the information from USPS fine. I am using USPS 2.76 with the update instructions for the new rates as I did for the other sites. I felt that the 2.76 version was very stable, and installed with no effort. I have uninstalled three times and reset the database to original before USPS Methods install. Still same issue. The only difference between this site and the others, is this is the newest version, OSC MS2 RC1. I did not think that should matter, but noted. Any ideas would be great appreciated. JR
  19. Hello, I am using the new version 2.76F r1 and it works great with SPPC. I need to add a cost field to Easy Populate, so I tried add products_cost to every spot that products_price was located, but when I down load the file and open, no cost field?? Where did I mis a line? Thanks JR
  20. Hello, I am using the new version 2.76F r1 and it works great with SPPC. I need to add a cost field to Easy Populate, so I tried add products_cost to every spot that products_price was located, but when I down load the file and open, no cost field?? Where did I mis a line? Thanks JR
  21. Hello, Sorry to bother again, new version works great, but I did find on error and I might be missing something. When I upload a file with anything retail over $1000.00, it put $1.00 on the site. Thanks JR
  22. Hello surfalot, Thank you... The new version works great with SPPC and imports all category images fine. Thanks again for your effort, JR
×
×
  • Create New...