Search:

Type: Posts; User: The_Mech

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    852

    Re: Select debit card or credit card module

    Yes. But man, you are awesome. I just installed and modified the direct debit module. Perfection. Nice work gilby. Thanks!
  2. Replies
    4
    Views
    852

    Re: Select debit card or credit card module

    At the payment screen, select a payment method for delivery. It determines if a debit machine is required or not.
  3. Replies
    4
    Views
    852

    Select debit card or credit card module

    Does anyone have a module that allows a customer to select a method of payment, but doesn't require payment details?
  4. Replies
    4
    Views
    518

    Re: Breadcrumb bar is brown??

    Perfect! Thanks twitchtoo!
  5. Replies
    4
    Views
    518

    Breadcrumb bar is brown??

    13892

    Why is the breadcumb background brown??
  6. Replies
    9
    Views
    1,008

    Re: Where does Zen Cart post to SQL?

    Nice one. I have a place to start now :D Thanks DrByte!
  7. Replies
    9
    Views
    1,008

    Re: Where does Zen Cart post to SQL?

    I solved that other post. This is another method to avoid having to change the shopping cart, confirmation, and order history.
  8. Replies
    9
    Views
    1,008

    Re: Where does ZC post to SQL?

    Sorry, checkout_method must be exclusive to the abagon template.
  9. Replies
    9
    Views
    1,008

    Re: Where does Zen Cart post to SQL?

    I am trying to remove any entries that the attributes = "None"
  10. Replies
    10
    Views
    914

    Re: Conditional statement in shopping_cart

    May this help many people ;)
  11. Replies
    10
    Views
    914

    Re: Conditional statement in shopping_cart

    I figured it out:


    <?php

    echo $product['attributeHiddenField'];
    if (isset($product['attributes']) && is_array($product['attributes'])) {
    echo '<div class="cartAttribsList">';
    echo...
  12. Replies
    9
    Views
    1,008

    Where does ZC post to SQL?

    Specifically, where does the checkout_method begin posting to SQL?
  13. Replies
    10
    Views
    914

    Re: Conditional statement in shopping_cart

    The "None" is the option value set in the attributes. It's not hard coded. The goal is that a list full of options are modified to show only what was selected in the cart / receipt. Anything set...
  14. Replies
    3
    Views
    700

    Re: Customize Order.php

    Hey Linda,

    It's more about the formatting at the end. I want to tell the order to read the proper data. An example would be, if the method of receiving the order is via delivery, it would show...
  15. Replies
    10
    Views
    914

    Re: Conditional statement in shopping_cart

    anyone? :(
  16. Replies
    10
    Views
    914

    Re: Conditional statement in shopping_cart

    I was thinking about this one all night... Wouldn't the change have to be made near the array? So the section as a whole changes, not just that one section seeing as the whole section is for the one...
  17. Replies
    10
    Views
    914

    Re: Conditional statement in shopping_cart

    Same outcome :(
  18. Replies
    10
    Views
    914

    Conditional statement in shopping_cart

    Source: tpl_shopping_cart_default.php

    I added the following conditional statement to the sheet. It is meant to not show any row with a option_value of "None".

    <?php

    if...
  19. Replies
    2
    Views
    614

    v152 Re: Moving Attributes to Shopping Cart

    Why not use the "text" attribute?
  20. Replies
    3
    Views
    527

    Re: Onetime discount automatically applies

    I am answering all of my own questions... Can someone just delete this post?
  21. Replies
    3
    Views
    527

    Re: Onetime discount automatically applies

    NM. It was because it was a special, which has a 18% discount. Can I remove that discount for the attributes?
  22. Re: Multiple Option Names, but same Option Values

    Thanks dbltoe, but the end goal was to reduce the time it took to generate the page. The load time is much too excessive.
  23. Replies
    3
    Views
    527

    Onetime discount automatically applies

    I am listing an attribute for +$1.00 and no discounts, but when the page refreshes, it comes back with:


    None + 1.0000 + 0 0 $1.00|$0.82 $0.00

    Help!
  24. Replies
    0
    Views
    464

    Extract Attribute text

    Is there a way to dynamically extract the text from the active attribute?


    echo $options_name[$i];

    I would think something Javascript related, but I would take anything!
  25. Re: Multiple Option Names, but same Option Values

    Just a quick bump of the post as there was no reply.
  26. Replies
    3
    Views
    700

    Re: Customize Order.php

    Anyone? :(
  27. Replies
    3
    Views
    736

    Re: First 2 attributes are free

    Stevesh is correct.
  28. Replies
    3
    Views
    736

    First 2 attributes are free

    How would I do this? :)
  29. Replies
    3
    Views
    796

    v151 Re: feeder for pricespy.co.nz?

    Like an RSS feed?
  30. Replies
    1
    Views
    480

    v139h Re: Customer Sign Up Issue SMTP - Error

    Copy your zen cart files back into your FTP, then add each one of your mods individually to identify the cause of the error. There are too many variables in your post.
  31. Replies
    3
    Views
    700

    Customize Order.php

    I am looking to customize my order.php file to modify the email received. I know I have the correct file because I can add to
    if (defined('EMAIL_DISCLAIMER') && EMAIL_DISCLAIMER != '')...
  32. Re: Multiple Option Names, but same Option Values

    Could you tell me how? Please :)
  33. Re: Where is 'products_options_type' defined?

    Found it!

    It was a value in the MySQL. I copied the details from the 'radiobutton' which held a value of 6. After changing to 7, it works!
  34. Where is 'products_options_type' defined?

    I am trying to add a new option value type for a bit of customization but can't find where $products_options_names->fields['products_options_type']; is coming from. When echoing, it is returning a...
  35. Multiple Option Names, but same Option Values

    To help speed up my site, I was wondering if there is a way to do the following:

    Select first vegetable:
    Select second vegetable:
    etc

    But all of the fields are populated with the same data:...
  36. Replies
    1
    Views
    820

    v151 Re: Need help deleting all products!

    Use MySQL. It would be a lot faster.
  37. Replies
    9
    Views
    7,398

    v151 Re: main_page=checkout_payment blank page

    I too have had difficulties with the PayPal module with 1.51. Possible bug?
  38. Re: My site is returning a blank page(HTTP 500) after installed the "ceon_uri_mapping

    If you are lucky, GoDaddy has a gear in the top right of the file manager. You can retrieve previous versions of your uploaded files. Good luck!
  39. Replies
    1
    Views
    509

    Probably an easy one... :)

    echo TEXT_PRODUCT_OPTIONS;
    if ($options_name[$i] == "test") {
    echo "works";
    } else {
    echo $options_name[$i];
    }


    Why doesn't this work? The output looks like " test " but the character is...
  40. Replies
    5
    Views
    741

    v151 Re: Admin log in page

    Why not just <?php echo ?> the days?
  41. Replies
    1
    Views
    787

    v151 Fast Easy Checkout - Add fields

    I have been searching for days. I don't know if I am not searching the correct criteria, but I am just in need of adding fields to the FEC registration. Can someone please help?

    Pre-emptive...
  42. Replies
    11
    Views
    21,304

    v151 Remove cart contents after logging out

    I know I need to put
    $_SESSION['cart']->reset(true);in the logoff file, but when I do, the cart contents remain after logging back in.
  43. Replies
    13
    Views
    2,206

    Re: Image / Price / Description order

    Amazing. As. Always. :) Thanks Ajeh. I didn't realize they were order fields.
  44. Replies
    13
    Views
    2,206

    Re: Image / Price / Description order

    Product Listing

    Display Product Image 1
    Display Product Manufacturer Name 0
    Display Product Model 0
    Display Product Name 1
    Display Product Price/Add to Cart 1
    Display Product...
  45. Replies
    13
    Views
    2,206

    Re: Image / Price / Description order

    What file would this be in?
  46. Replies
    13
    Views
    2,206

    Re: Image / Price / Description order

    I tried that but it didnt work. Put the images last.
  47. Replies
    13
    Views
    2,206

    Re: Image / Price / Description order

    Ajeh, where are youuuu? :)
  48. Replies
    13
    Views
    2,206

    Image / Price / Description order

    Hi all,

    How do I change the order of the images / description / prices in my product listing?

    Goal: Images then Prices then description.

    Thanks.
  49. Re: adding an asterisk to zen_get_products_display_price((int)

    Perfect. Once again Ajeh, you are amazing.
  50. Re: adding an asterisk to zen_get_products_display_price((int)

    please help
Results 1 to 50 of 67
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR