Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Noutje

Archived
  • Posts

    34
  • Joined

  • Last visited

Profile Information

  • Real Name
    Aernout

Noutje's Achievements

  1. I installed Dangling Carrot Version 2.6 and merged it in a Creloaded 6.2 store with the BTS template system. Everything works OK but the product does not go to the cart when clicking the button_add_now. This is the part making problems: if ($gift['products_id'] != $gift_exists && $deficit <= 0) { // this particular gift is not in cart but qualifies $freebie[$p]['message'] .= sprintf(TEXT_QUALIFIED_FOR_GIFT, $currencies->display_price($gift['threshold'],tep_get_tax_rate($gift['products_tax_class_id']))); $freebie[$p]['link'] = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $gift['products_id']) . '">' . tep_image_button('button_add_now.gif', 'Select ' . $gift['products_id'] ) . '</a>'; $freebie[$p]['name'] = $gift['products_name']; $freebie[$p]['id'] = $gift['products_id']; $freebie[$p]['image'] = $gift['products_image']; $p++; When i point the button_add_now image i can read the URL http>//www.mysite.com/shopping_cart.php?action=buy_now&product_id=2233 so that must be OK But when i click it the item does not go to the cart. I treid to replace this code: $freebie[$p]['message'] .= sprintf(TEXT_QUALIFIED_FOR_GIFT, $currencies->display_price($gift['threshold'],tep_get_tax_rate($gift['products_tax_class_id']))); $freebie[$p]['link'] = '<<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $gift['products_id']) . '">' . tep_image_button('button_add_now.gif', 'Select ' . $gift['products_id'] ) . '</a>'; $freebie[$p]['name'] = $gift['products_name']; $freebie[$p]['id'] = $gift['products_id']; $freebie[$p]['image'] = $gift['products_image']; $p++; With this: if (!$cart->in_cart($gift['products_id'])) $cart->add_cart($gift['products_id']); And this adds the gift automatically to the cart and this one works. Because i want to create multiple gifts to choose from and then its better when it is added by clicking the button_add_now Anyone with BTS experience got a clue why the code on top is not working??
  2. I allready noticed that you can create a free gift with price $0,00 and it will not be shown in the shop. The problem with attributes remains. I have gifts that can be choosen in different colors.
  3. I did a fresh install over a fresh OSC install on my local server. There are a few bugs: If Gift has attributes is goes to the product_info page so you can choose options but there is NO in cart Button. When a gift has NO attributes the gift goes in the cart but calculates the normal price and ads it to the TOTALS Somebody solved this?
  4. I noticed this is only when the gift has attributes to choose from. When the gift has NO attributes it wil go in the cart. My problem is also that it displayed the normal price and added this price to the total. You can hardly call that a gift huh. It can also be caused by the TOTALB2B contribution that is on my site and makes Dangling Carrot hard to install
  5. I did there are two. One is in catalog/includes/ and the other in catalog/includes/javascript. I changed both but i also was reading form someone that changed the main_page.tpl.php. I am curious what they did but they did not posted the code. Strange thing is that the refresh function is visible in the pagesource
  6. Hello, I installed this contri on my Creloaded store (BTS template system). When i read all the posts there are several with problems with this template system. Some have links to their sites where i can actually see it work. I cannot find a solution for this template system so i am stuck. Everything seems to work only on selection of the country the states are not refreshed. I also read to change the main_page.tpl.php but i cannont find a post on this topic how to change it.
  7. You have to change your settings in your 2checkout account. The payments are done every two weeks. The amount when they are going to pay can be set in your account. You can even let them pay when your balance reaches $100 only every withdrawl you have to pay costs for the transfer. I set my limit for payout to $300 to limit the withdrawl costs. Everything is explained very clearly if you take a few minutes and read the information pages and FAQ's. Even I as a not native english speaker could understand what they mean.
  8. Noutje

    pm2checkout

    When i logged in today i read the following on 2checkout website: This important update is not dated so i do not know when this was introduced. Are these changes implemented in pm 2checkout already or are changes needed???
  9. I have the same problem : Warning: opendir(c:\program files\easyphp1-8\www\contributions\): failed to open dir: Invalid argument in c:\program files\easyphp1-8\www\oscommerce\admin\contrib_installer.php on line 832 Warning: readdir(): supplied argument is not a valid Directory resource in c:\program files\easyphp1-8\www\oscommerce\admin\contrib_installer.php on line 833 Warning: closedir(): supplied argument is not a valid Directory resource in c:\program files\easyphp1-8\www\oscommerce\admin\contrib_installer.php on line 838 I checked the database entry but the entry is there!
  10. Hello all, I tried to search in this forum for my problem but could not find it. I am a newbie on QBI and Quickbooks. I installed QBI in my OSC store. I set up a new empty company in QB and changed most of the settings to my needs. There are still no items(products) in QB. When i try to import all my 1500 OSC products to QB items with a qbi_products.iif file the import runs OK but the prices are wrong in QB. e.g.: a price of 24.99 in OSC is imported as 2499,00 in QB, a price of 295.5 in OSC is imported as 2955,00 in QB. It seems QB has problems with the decimal seperator in OSC Anyone can help me with this? I am using QB enterprise 2005 and QBI version 2.10
  11. As i can see on the neteller site there is a guaranteed NO CHARGEBACKS on payments so that is interesting and i also would like to know if there are reasons not to use this payment processor.
  12. When ia customer wants to pay with paypal and chequed out in paypal_ipn 3.0 there is an order created in admin. When a customer does not finish his payment he can go to his order history and finish his order. This is OK. BUT when a customer who does not know that his previous order has been saved and order the same product again from scratch there is an additional order created with a new order number. The old order also reamains in order history. Paypal_IPN shouls be configured that when this occurs the previous order will be automatically deleted from the table order history. Could this be possible?
  13. I just installed Paypal IPN 3.0 and it works OK. But i still have some problems or questions/request. in my settings in my store en in Paypal IPN module I selected EUR for standard payment currency. When a customer changes the currency to USD and checks out using paypal, Everything is in EUR exept in my Orders in Admin the order is in USD, I ran a test IPN and de paypal receives the amount in EUR from the store. But de test order in admin is in USD and also in the PAYPAL transaction activity screen in admin. Anyone has a fix for this?
  14. Salemaker works OK for me but it does not slash down prices in featured.php and allprods.php in Catalog. Also in Admin with creating an order and selecting a product it shows the initial price. Salemaker works great but gives problems with other contribs.
×
×
  • Create New...