Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

strictlypc

Archived
  • Posts

    158
  • Joined

  • Last visited

Profile Information

strictlypc's Achievements

  1. Hi All, Please help me with this. I am completely stumped: Code #1 <tr><td colspan=3 align=center><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image_button('small_view.gif', IMAGE_BUTTON_BUY_NOW) . '</a>?<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $new_products['products_id']) . '">' . tep_image_button('button_in_cart.gif', IMAGE_BUTTON_BUY_NOW) . '</a></td></tr> Code #2 <tr><td colspan=2 align=center><a href="'.tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $listing['products_id']) . '">' . tep_image_button('small_view.gif', IMAGE_BUTTON_BUY_NOW) . '</a>?<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_in_cart.gif', IMAGE_BUTTON_BUY_NOW) . '</a></td></tr> I need to convert both of the above codes to a form instead of a link. Please help me, I have been stumped for like 2 days trying to figure this out. Appreciate all help and kindness, StrictlyPC
  2. Hi there, I have tried downloading the file, but somehow it is still corrupted. I was wondering if someone can email me the good files. Thanks, StrictlyPC [email protected]
  3. Hi There, Couple of suggestions that I have would be: (1) Ability to view and edit the Pin Codes that was uploaded (2) Ability for the customer to "recharge" that Pin Code that was purchased earlier (3) Ability for the customer to do pinless dialing (4) And of course, the ability for the customer to receive the PIN code in their email Thanks for this great contribution, StrictlyPC
  4. Hi HairyJim, Thanks for your response. Normally, I would just enter the regular price and then enter the price breaks. But I see where you are getting at and I will use that method. Thanks for your help, StrictlyPC
  5. Hi HairyJim, I was wondering if you can help me with one thing. I been trying do it myself but I cannot get it done. I want the tables to do the following: QTY 1+ 10+ 20+ 30+ Price each $4.00 $3.00 $2.00 $1.00 Saving (%) 10% $20% 30% Instead of: $4.00 QTY 10+ 20+ 30+ Price each $3.00 $2.00 $1.00 Saving (%) 10% 20% 30% Thanks in Advance, StrictlyPC
  6. Hi Kai, Thanks for your response. I have doubled check my installation and everything seems to be working except for that problem. I went through this post and the only thing that could be causing this problem is that i am running on a "localhost". I will try that later. Also, I noticed that it is adding more products to my products table. Is this normal? Thanks, StrictlyPC
  7. Hi, I have just installed this contribution and when the discount option is "off", the two items would add to the shopping cart. However, when the discount option is "on", the two items does not add to the shopping cart. Is this a bug? StrictlyPC
  8. Hi all, I was wondering if anyone incorporated a "reset" button or "deselect" the item. I've noticed that once you select an item, you cannot take it off the list. Thanks, StrictlyPC BTW empo, when do you anticipate on releasing the "newer" version. Thanks in advance!
  9. Hi, Actually, if you go to the website, there is a demo with screenshots. StrictlyPC
  10. Hi Hobbes, The Special prices should work. I think in the original files, they tell you to delete the following: if ($new_price = tep_get_products_special_price($product_info['products_id'])) { $products_price = '<s>' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>'; } else { $products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); } That actually controls the specials pricing. So you would have to add the above code back and before (or above): $pf->loadProduct((int)$HTTP_GET_VARS['products_id'], (int)$languages_id); $products_price=$pf->getPriceString(); Hope this helps, StrictlyPC
  11. I was wondering if anyone has the same problem as me. If you click on any of the images on the carousel, it would redirect you to the product description of that product. Problem is that once it gets redirected, the carousel would dissapear and would not function. Please let me know how to fix this. Thanks, StrictlyPC
  12. Try this: http://www.oscommerce.com/community/contributions,2952 I have it installed and working. Easy instructions. StrictlyPC
  13. Hi There, I have installed the latest version (2.5) and everything is working well. I have one question in regards to the calculation of the refund amount. I know that it is basically the sale price multiplied by the tax amount. I have installed this contribution: http://www.oscommerce.com/community/contributions,689 I need the RMA contribution to work with this module and calculate the correct refund amount but I don't know how to do that. For Example: Customer Discount is 10% Sale Price: $350.00 Tax is 8.25% Thus the calculation would be: $350 less 10% discount, multiplied by 8.25% = $340.99 But if one does a refund, the would be given $350 * 8.25% = $378.88 Therefore the calculation is incorrect. Please help, Thanks, StrictlyPC
  14. Hi Guys, I just installed this great contribution but I have one problem. When I add products to the wishlist, it would display the products but I am missing the right column. When I have no products in the wishlist, both the right and left column will show up. Does anyone have any clues? Thanks in Advance, StrictlyPC
×
×
  • Create New...