Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Voland

Archived
  • Posts

    152
  • Joined

  • Last visited

Everything posted by Voland

  1. hi all, hi matrix, I am still at a stop with choosing between the two. FEC seems to have more compatibility issues, doesnt it? So between the Guest Account and the PWA. Can some one please explain or at least hint what the diferences are? And pros and cons of one over another. Or are they prety much the same? What are the differences as far as code logic and comatibilty with other popular contributions? Which is known to have more issues? Which has better more active support? Thank you for your time. Arkadu.
  2. Hello every one, I have a question. I am here because I am in need of the ability for my customers to checkout without account. I am looking into this contribution and the Guest Account v 2.0. Can some one please explain or at least hint what the diferences are? And pros and cons of one over another. Or are they prety much the same? What are the differences as far as code logic and comatibilty with other popular contributions? Which is known to have more issues? Which gets more support? Thank you for your time. Arkadu.
  3. Hello every one, I have a question. I am here because I am in need of the ability for my customers to checkout without account. I am looking into this contribution and the PWA. Can some one please explain or at least hint what the diferences are? And pros and cons of one over another. Or are they prety much the same? What a re the differences as far as code logic and comatibilty with other popular contributions? Which is known to have more issues? Thank you for your time. Arkadu.
  4. Hi Ken, Thak you for your reply. Yes I understand and agree. I am not clear though about some of your above comments ... Which FAQs are you talking aboout? And where do i get instructions on how to implement - "whenever there is a gift voucher in the shopping basket, the PWA option would not be available" setup? :) Thanks
  5. Hello all. I have a few questions about this contribution. Does any one have any expereince with trying to install this on a system that has CCGV and/or Points Rewards contributions? are there big integration problems? Thank you Arkady
  6. Thanks Rhea, In that case which "no account checkout" contribution would you recomend Purchase Without Account or Guest Account v 2.0? Or any other? And since I am on this topic - I am looking at your Custom Create Account mod and wondering if it will be a problem to integrate it together with Customers extra fields contrib.? Thanks again for your time, Arkady.
  7. Hello everyone, Question for deep_silver and anyone else who had expereince with the folowing ... . DO you know if P/R plays well with Fast Easy Checkout. Are there any major issues when using both together? Thank you
  8. Hello everyone, Question for Vger and anyone else who had expereince with the folowing ... . DO you know if CCGV(trad) plays well with Fast Easy Checkout. Are there any major issues whne using both together? Thank you
  9. Hi Eric, Thanks for the advise. I just took a quick look at the description. It seems like a rather complicated contribution (not that I'm afraid of code :rolleyes: ); but I have CCGV(trad) and Points/Rewards installed and both of them do some action on the chekout pages, particularly on the payment and confirmation pages ... and I am not sure if other parts of thoe contributions reference any of the checkout files. So do you know if it is possible to install the FEC in a way to avoide any conflicts with those two? Thanks. P.S. Any comments or sugestions from other osC good people are very welcome :).
  10. Hello all. Quick question about this contribution. Does this allow to manipulate only the new fields? Or will I be able to add/edit/delte and set the required status on teh default osC Customer Fields? Thank you, Arkady
  11. Hello everyone, I am in need of a contribution that allows for a customer to make a purchase without an account. I am down to 2 Purchase Without Account (http://www.oscommerce.com/community/contributions,355/) and Guest Account v 2.0 (http://www.oscommerce.com/community/contributions,1511/) Can someone with expereince advise which one is better; in terms of conflicts, logic, usability and so on. Any feedback is appreciated. Thank you very much Arkady.
  12. Hello, I havnt installed the contribution yet. My concern is about the much talked about sort functionality. From what I understand the developer of this great mod has desided not to implement it into teh package. From the quote above I understand that I can use one of the attrib sort contributions that will work together with this one ... correct? So my question is can the author or anyone else advise a sort contribution that will play the nicest with AJAX Attribute Manager? :) And which should I install first? Also has the "default display order as a configuration optoin" been implemented? Thanks to everyone in advance. Arkady
  13. Hi Rhea, Well, the solution works when either or combined the coupon or voucher or points (P/R contrib) are applied. I beleive I have your latest CCGV(trad) installed. I also have the Check/Money Order method of payment installed/turned on which shows up as an option on the checkout_payment.php together with the LinkPoint API. I am planing to Install the PayPal API in the near future so I'm not sure how it will work then. But so far so good. If you have any particular scenario youd like me to test let me know.
  14. Hi Top, Thank you for your sugestion. I havnt gotten around to trying it. A consultant I hired fixed the problem the other way. When I have the time I will try your fix to see if it works too, out of professional curiosity. The problem he found was in the checkout_process.php. "Gran total is calculated in before_checkout function. But orders total processing is done after this function" Solution was to put orders total processing code before before_process method. require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_totals = $order_total_modules->process(); $payment_modules->before_process(); instead of $payment_modules->before_process(); require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_totals = $order_total_modules->process(); So if your solution works too, which should I use. What do you think? :) Arkady
  15. Ken even though I fully support your cause for the fix. Rehea's argument holds water. I think she means the following scenerio: a customer clicks back for example, but not to change their mind about using the discount but say to use a different credit card number and hen proceeds forward again without noticing that the discount is not being used anymore ... . Although that could probably be addressed somehow with a visible message or something I dont know. I am not proposing whos right or rong just felt like commenting :). I might use the fix; still thinking about it.
  16. Hello all, This issue doesn't pertain to Points/Rewards only but nontheless I am hoping to find some answers here, because I am at a complete dead-end. I have just installed LinkPoint API and am having a big problem with it. I have both the CCGV(trad) and Points/Rewards 1.6 installed. They both seem to work fine so far, with the exception of P/R "enough points to cover total" inconvenience. So anyway when LP API passes the alleged grand total to the gateway it sends the ammount which is before the CCGV or P/R discounts were applied. I think I found the lines in linkpoint_api.php that deal with the passing of total, but lack the savvy to know what to do with them. $grantotal = number_format($order->info['total'], 2); $myorder["chargetotal"] = str_replace(",", "", $grantotal); Do these modules use some variable for holding final total other then $order->info['total']? Or maybe the API grabs the total from $order->info['total'] before it should. Please help debug, I am under a lot of pressure. :( Thank you for your time.
  17. Hello all, Hello Rhea, This issue doesn't pertain to CCGV only but nontheless I am hoping to find some answers here, because I am at a complete dead-end. I have just installed LinkPoint API and am having a big problem with it. I have both the CCGV(trad) and Points/Rewards 1.6 installed. They both seem to work fine so far, with the exception of some logical issues that P/R modual has. So when LP API passes the aleged grand total to the gateway it sends the ammount which is before the CCGV or P/R discounts were applied. I think I found the lines in linkpoint_api.php that deal with the passing of total, but lack the savvy to know what to do with them. $grantotal = number_format($order->info['total'], 2); $myorder["chargetotal"] = str_replace(",", "", $grantotal); Please help, I am under a lot of pressure. Thank you for your time.
  18. Voland

    Linkpoint Module

    Hi James and everyone, I have a big problem with LinkPoint API after just installing it and need some help. I will try to give as much info as possible. But before I do that I'd liek to make the follwing comment. Until recently I was working for a company that was using LinkPoint API, however their site was writen in ASP. And all the pre and post Auth were being initiated on their server/site; so it has to be possible im guessing. Although Im not sure how all of it reflected in their LinkPoint Central account I didint have access to that :). Anywau back to my problem. I have both the CCGV(trad) and Points/Rewards 1.6 installed. They both seem to work fine so far, with the exception of some logical issues that P/R modual has. So when LP API passes the aleged grand total to the gateway it sends the ammount which is before the CCGV or P/R discounts were applied. I think I found the lines tha deal with the total passing but lack the savvy to know what to do with them. $grantotal = number_format($order->info['total'], 2); $myorder["chargetotal"] = str_replace(",", "", $grantotal); Please help, I am under a lot of pressure. Thanks you for your time.
  19. Hi Henry, I am looking into SecurePay.com as well. I was actually quoted a monthly fee even a bit lower then your $28/mo. And the V/M rate was one of the lowest quoted too. Anyway when I mentioned osC to my rep she didi say that they have a module for it, although I got the vibe she wasnt sure, so ill be callign back on Monday to make sure. But your post is good news for me. Tell me did you use the module provided in the contribution section SecurePay.Com Payment Module (USA)? Or did SecurePay provide their own? Or is it one in teh same? Thanks for your time. Arkady
  20. Hi Sam, Where can I read baout the WebAdvantage services? are they a gateway? or are they a processor as well? Thanks
  21. Fair enough. Although can you just clarify which CC payment modules the current CCGV(trad) works without problems. Many thanks, Arkady
  22. Hi Rhea, I am not yet using any real time CC processing module. I am planing to use either Authorize.net or LinkPoint. However I also want to use Pay by Check (and maybe even wire trnasfer contribution) as avilable option(s). So are you saying I wont be able to use CC and another option with CCGV working propely? Thanks, Arkady.
×
×
  • Create New...