Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

besheer

Archived
  • Posts

    140
  • Joined

  • Last visited

Posts posted by besheer

  1. You can turn off the box corners by going to:

     

    catalog/includes/modules/wishlist/wishlist.php

     

    Find the following code:

    and change the true's to false.

     

    Cheers

    Rob

     

     

     

    This must be an old version or something. On my version, in catalog/includes/boxes/wishlist.php it is

    <?php
       $info_box_contents = array();
       $info_box_contents[] = array('align' => 'left',
                                    'text'  => BOX_HEADING_CUSTOMER_WISHLIST
                                   );
       new infoBoxHeading($info_box_contents, false, false, tep_href_link(FILENAME_WISHLIST, '','NONSSL'));

     

    As you can see, it's "false, false" already. And the little arrow in the corner is still there. How do I get rid of it?

  2. Strider,

     

    5.10c is basically the same as CCGV 5.10b.

     

    --- excerpt from contrib section ---

    26 Jun 2004 - ccgv-510c Author: Steel Shadow 

    I fixed a slight bug in the admin so that now when you click on the Catagory's title it will open the catagory, and show the first subcatagory instead of just staying on what ever catagory you where on before.

    ----

     

    Does anyone know the modified files (or better yet, the modified code) so I don't have to go through 100 files to find one different line? Is it just categories.php?

     

    Thanks.

  3. Does anyone have a new (from MS2) product_info.php with ONLY Linda's Attribute Sorter changes? The one that is included in the contrib is about 2 years older than the one that comes with MS2. I don't know enough PHP to determine what needs to stay and what needs to go, even when I put them side by side in Beyond Compare. So I am just using the old version for now since it works. But who knows what changes were made to it since 2002 that I am missing out on. If someone has it and doesn't mind sharing, please let me know! Thanks.

  4. fresco, logically that sort order does not make any sense, but amazingly it stopped the error. What's even stranger, is after doing it, and going back to my original sort order, the error is still gone. But I still have one problem. It wants to deduct from the GV balance whether or not it is ticked. :huh:

     

    Also, even if the GV is chosen, on the checkout_confirmation page, in the email, and in the admin panel, the payment method is recorded as "credit card." Is this normal given that the only payment method I offer is credit card? Or is it supposed to say somethiing like "GV balance?"

     

    Thanks a lot fresco...baby steps :)

  5. New findings: The credit card error has nothing to do with any verification process. Here's why. I disabled the credit card module and only enabled two modules: money orders and COD. The website is behaving like GV is not even there. You have to select a valid payment method, in this case either of the two. No credit card error pops up here obviously. BUT, if you don't tick the GV, it STILL deducts from the GV balance. So basically it's acting like GV is not there as far as choosing a payment method. But at the same time it's debiting the GV balance whether or not you tick it. So it's really only passing a transaction if you pay using both the GV and another valid method. That's why the CC module is triggering an error. Because it really does want a valid CC number.

  6. besheer: you probably either don't have your gv setup correctly in the admin->modules->ordertotal. an easy way to see this is when you get to checkout_confirmation and say you have the check_money order clicked .. what are your totals...

    strider, I followed all the advice about the sort orders I could find in this thread. My totals are coming up like this:

     

    Sub-Total: $15.00

    Federal Express (1 x 5lbs) (Home Delivery (1 days)): $5.32

    TX Tax 7.875%: $1.60

    Gift Vouchers: $21.92

    Total: $0.00

     

    Seems accurate, I think. Or am I missing something?

     

    Thanks.

  7. How do you set this up so that the store owner does not have to manually activate accounts, AND the user is logged in after registration?

     

    Why in the world would a store owner want to manually activate accounts anyway? So much money would be lost by doing so. Most customers will just move right along to the next store down.

  8. Another thing I just noticed (sorry, it won't let me edit the previous posts). When I add the check/money order module, and click that then try to use a voucher, the voucher works. But it still sees the payment as a money order payment. It is registered as a money order payment and the confirmation page shows "Please send money order to..."

     

    So the problem is not as simple as I thought. It's just not recognizing the GV as a payment method at all.

  9. besheer: there could be a couple of things ... if you are using the stock authorize net then you need to look at your shipping option under gv to make sure you are including tax and shipping. if you are using directx then you need to look at bug I think it is 416 or something like that(discussed earlier in this forum) to make the changes needed for checkout process.

    strider, thank you very much for the quick reply. I am not using Authorize or any of the other modules that use a gateway. I am just using the stock credit card module that sends an email with the middle numbers to the store owner and stores the other numbers in the db. It is still looking for the credit card number and is completely ignoring the tick box.

     

    I looked at the bug report (1629 - Error in checkout_process.php's logic) is that what you were talking about? It's the only one I found referece to in this thread. And it does not fix the problem. Any other ideas?

     

    Thanks for the help.

  10. After going through about 70 pages of this thread, and probably missing a few...I have a problem on checkout. I read in the early posts people were having problems with Authorize.net. Their problems were fixed by installing 5.10b, which I am already running. I am having the same problem with the stock credit card payment module.

     

    It is the only payment method I am using. When I try to use a voucher, it acts like I was trying to make a credit card payment and used a bad number. I get the "The first four digits of the number entered are..." message. If I use another method (just for checking) such as money order, it works. Even with the money order module enabled, if the credit card box is the chosen one, I still get the error. I tried uploading the checkout_proccess.php file several times and removed and reinstalled the GV module in the admin panel several times. Anyone know what I need to do?

     

    Thanks.

  11. 1. I cant change the colour of the body of my shop in the stylesheet. If I change the

     

    BODY {

    background: #CCFF00;

     

    it only changes the colour AROUND the centershop and not inside. How do I change the colour inside my shop?

    I've been trying to get an answer to this question for a while. Have you figured it out?

×
×
  • Create New...