Search:

Type: Posts; User: mdo82

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,993

    Re: Disable COD Payment

    Thank you for your clear explanation.
    It now works as I want

    Thank you!
  2. Replies
    12
    Views
    1,993

    Re: Disable COD Payment

    Thanks for your detailed explanation.
    I am indeed begun wrong with this topic.
    Now I had my information in the first post to fit, but it will be even more confusing.
    Maybe I should start a new...
  3. Replies
    12
    Views
    1,993

    Re: Disable COD Payment

    Does anyone have any idea how I can do this?
  4. Replies
    12
    Views
    1,993

    Re: Disable COD Payment

    I see that I have called the wrong file.
    It is not the COD, but it is the moneyorder.php.
    My mistake, but when I use the following code:


    if (!strstr($_SESSION['customers_id'],'3739')){...
  5. Replies
    12
    Views
    1,993

    Re: Disable COD Payment

    Perhaps I did not quite clearly explained my story.
    I want to all have the ability to choose for COD.
    However, I want to disable it for one customer with id specified.


    In answer to your...
  6. Replies
    12
    Views
    1,993

    Re: Disable COD Payment

    Thanks for the information.
    Unfortunately will not succeed me.

    I change the file /httpdocs/includes/modules/payment/cod.php, but the option remains.
    I work probably in the wrong file?
    ...
  7. Replies
    12
    Views
    1,993

    Re: Disable COD Payment

    I did it as follows:



    if (strstr($_SESSION['customers_id'],'3739')){
    $this->enabled = ((MODULE_PAYMENT_COD_STATUS == '') ? true : false);
    }


    This is unfortunately not succeed.
  8. Replies
    12
    Views
    1,993

    Disable COD Payment

    I am wondering if it is possible to disable the COD Payment method for some customers.
    For example, I stand a code at some shipping method so it is not visible when a particular item is in your...
  9. Replies
    6
    Views
    789

    Re: Changing add to cart button

    Well I thought of spaces will not work, but so that was not a problem so I had to whether you could change it, but I just buried a number of spaces, so it works.

    Thanks :smile:
  10. Replies
    6
    Views
    789

    Re: Changing add to cart button

    That was the solution :clap: is it possible to forced through custom coding the image instead of the CSS buttons by shorter length of the text ?
  11. Replies
    6
    Views
    789

    Re: Changing add to cart button

    Thanks for your reply.

    I have the follow text in my includes/languages/english/override/button_names.php


    define('BUTTON_IMAGE_ADD_TO_CART', 'button_add_to_cart.gif');...
  12. Replies
    6
    Views
    789

    Changing add to cart button

    a while ago I changed the button "add to cart" on this page (I'm just lost the name of this page). They are both in new products, category and product listing. However, I do not remember how I got...
  13. Thread: Call for Price

    by mdo82
    Replies
    21
    Views
    1,523

    Re: Call for Price

    Thank you to sent me in the right direction :clap:
  14. Thread: Call for Price

    by mdo82
    Replies
    21
    Views
    1,523

    Re: Call for Price

    Here it is


    <!--bof Add to Cart Box -->
    <?php
    if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
    // do nothing
    } else {
    ?>
    <?php
  15. Thread: Call for Price

    by mdo82
    Replies
    21
    Views
    1,523

    Re: Call for Price

    I have now the text "Units on Stock: 15
    But if the product is call for price this must not been seen.

    little preview can you see here

    I have now the following code


    <?php
  16. Thread: Call for Price

    by mdo82
    Replies
    21
    Views
    1,523

    Re: Call for Price

    Can you give me a hint :D

    This is the code what i have now


    <?php if ($flag_show_product_info_quantity == 1) { echo (($products_quantity > 0) ? '<li>' . TEXT_PRODUCT_QUANTITY ....
  17. Thread: Call for Price

    by mdo82
    Replies
    21
    Views
    1,523

    Re: Call for Price

    I had the following lines in my shop, namely:

    Units in Stock: and
    Estimated delivery:

    The 2nd line "Estimated delivery" Can I now hide if a product is call for price thanks to your code.
    ...
  18. Thread: Call for Price

    by mdo82
    Replies
    21
    Views
    1,523

    Re: Call for Price

    Thanks I'm almost there :clap:

    I also have a rule it contains Units in Stock:

    I have looked in de admin by the products to change "Products Quantity Box Shows" but I think this is for if you...
  19. Thread: Call for Price

    by mdo82
    Replies
    21
    Views
    1,523

    Re: Call for Price

    Thanks Ajeh,

    Can you tell me how i can do this in the tpl_products_info_display.php ?
  20. Thread: Call for Price

    by mdo82
    Replies
    21
    Views
    1,523

    Call for Price

    I am currently working on call_for_price.
    What I want to do is the following

    I want to add new products that were announced by vendors already in the store and putting this products on to show...
  21. Replies
    1,500
    Views
    247,072

    Re: Testimonial Manager Support Thread

    Thank you that was the trick to solve it.
    But I'm against another problem.

    In my Live store, I have under tools a button for testimonial manager , I miss this in version 1.39 and I can see him...
  22. Replies
    1,500
    Views
    247,072

    Re: Testimonial Manager Support Thread

    I am currently busy with my site to convert to 139, but I am getting an error when installing this script.

    I am currently working in Xampp for my site to get right before I go live

    What am I...
  23. Replies
    0
    Views
    373

    v138a Restrict to buy products

    I want to know whethet it is possible to restrict customers to buy a product from a categorie.

    I have the shop set so that products that are not in stock can be ordered.

    Now I want to add new...
  24. Replies
    2
    Views
    1,005

    Shipping by price and weight

    I am searching a method so i can send within the country based on price and outside the country based on weight.

    I had create two zones, one with total price of the card on that basis get the...
  25. Re: Free Shipping Rules - Default, hide other shipping option upon checkout

    I'm also looking for this.
    I have a weight of 570 gr en a total of €65

    I have the follow code:


    if (IS_ADMIN_FLAG == false && $_SESSION['cart']->show_weight() < 570) {
    ...
  26. Exclude one category from shipping allow by 0 in stock

    I'm trying to find something, but unfortunately can not find it.

    I have in my admin allow the setting so that when a product just have 0 stock can be ordered.

    Does anyone know if it's possible...
  27. Replies
    1
    Views
    647

    Re: Shipping method dependent on one product

    I've solved it to put the following into my zones.php.

    // disable one product for shipping
    if ((IS_ADMIN_FLAG == false && $_SESSION['cart']->in_cart_check('products_id','586') > 0)) {...
  28. Replies
    1
    Views
    647

    Shipping method dependent on one product

    I'm trying to get the shipping method dependent on one product.

    I had found this thread as an example http://www.zen-cart.com/forum/showthread.php?t=120145 but i don't getting it right

    Is it...
  29. Replies
    2,176
    Views
    496,661

    Re: Fast and Easy Checkout for Zen Cart

    I'm using the last version of FEC

    I have problems with the checkbox shippingaddress the same as billingaddress.

    If I use this button there didn't change anything.

    I use the following...
  30. Replies
    1
    Views
    1,164

    salesmaker for Buy 3 get 1 free

    Hi,

    I'm looking for an opportunity in zen-cart to an action to buy 3 products and get one free.

    The products in my store are uneven so it should apply across the store.

    I have this found...
  31. Replies
    7
    Views
    1,072

    Re: strong password strength

    It should indeed not too difficult for the customers, but my idea was to display a sort of indicator to warn that their used password is too easy.

    It seems indeed not easy to say, you have a 1-9...
  32. Replies
    7
    Views
    1,072

    Re: strong password strength

    My knowledge is unfortunately not so very good to do this :no:

    And i want only use this by creating a account
  33. Replies
    7
    Views
    1,072

    Re: strong password strength

    It is available for Joomla by example.
  34. Replies
    7
    Views
    1,072

    strong password strength

    Does anyone know if there a tool exists within Zencart for strong password strength ?
  35. Replies
    2
    Views
    632

    Re: Sort Order ordered products

    Problem solved.

    I found this thread https://www.zen-cart.com/forum/showthread.php?p=739066

    But they are talking about products_model.
    So it did not work for me.

    I have looking in te...
  36. Replies
    0
    Views
    517

    Display the way of VAT

    I want to change the way to display the VAT on the invoice

    On this moment stands there 19% VAT and there behind the VAT amount.

    But I want to change this to

    19% VAT calculated on <total> :...
  37. Replies
    2
    Views
    632

    Sort Order ordered products

    I've searched in the FAQ but can not find the solution.
    Is it possible to rearrange the order in admin when a costumer placed a order?

    Currently if a customer ordered a product with a Z and then...
Results 1 to 37 of 39
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR