Search:

Type: Posts; User: josee225

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Clearing the orders and customers in the Database

    Ok thank you!
  2. Re: Clearing the orders and customers in the Database

    Thanks! I am sorry I wasn't clear enough, I meant directly in the database.
  3. Clearing the orders and customers in the Database

    Hello,

    we recently duplicated our store, because we are starting a new website, and wanted to keep the inventory.

    I would like to know if it is possible, and more specifically how to clear the...
  4. Replies
    15
    Views
    1,544

    Re: Problem with "Product Date Available"

    Hi!

    Just wanted to let you know I changed the code, and now my products are now available on the release date.

    Thank you!
  5. Replies
    15
    Views
    1,544

    Re: Problem with "Product Date Available"

    :blink: I'm not sure what you mean?

    Since we are October 1st now, the products are available for purchase. I could create a product for testing with today's date if you need.

    But I did not...
  6. Replies
    15
    Views
    1,544

    Re: Problem with "Product Date Available"

    Here you go:

    $button_check = $db->Execute("select product_is_call, products_quantity, products_date_available from " . TABLE_PRODUCTS . " where products_id = '" . (int)$product_id . "'");
    //...
  7. Replies
    15
    Views
    1,544

    Re: Problem with "Product Date Available"

    Sure thing!

    In Catalog:
    includes/functions/functions_general.php
    Line #1141 : $return_button = BUTTON_UPCOMING_PRODUCTS_TEXT . zen_date_short($button_check->fields['products_date_available']); ...
  8. Replies
    15
    Views
    1,544

    Re: Problem with "Product Date Available"

    Ok looking for that word in Catalog, here is what I found:
    english.php
    Line #481 : define('BUTTON_UPCOMING_PRODUCTS_TEXT', 'Approximate availability - ');
    english.php
    Line #21 :...
  9. Re: Adding the sort order column to Quick Updates

    Is there anyone who could offer some help or pointers for this please ?
  10. Replies
    15
    Views
    1,544

    Re: Problem with "Product Date Available"

    Hi Linda,

    I have 12 cards available in each for product quantity, and since I took over the store, I have no clue if an add-on was used.

    All I can tell you is that I can enter a date right...
  11. Replies
    15
    Views
    1,544

    Problem with "Product Date Available"

    Hi,

    I have products that need to be online prior to their release date. So we set them up with the planned release date, like today for instance.

    But what I don't understand is that my product...
  12. Re: Using ZenLightBox in item description to link to other products

    Could someone point me in the right direction please?
  13. Adding the sort order column to Quick Updates

    Hi,

    I am using the sort order in our products because they need a specific display order in the Catalog.

    The prices get updated on a very regular basis and I could really use that column in...
  14. Replies
    93
    Views
    48,869

    Re: Moneris / eSelect Plus Payment Module

    Hi!

    I need to implement Moneris in my customer's ZenCart, has this module been updated by Blackthorne, as mentioned in this thread in June 2010? If not, has anybody have the list of threads that...
  15. Re: Using ZenLightBox in item description to link to other products

    Is there anybody out there who could help me with this ?
  16. Re: Using ZenLightBox in item description to link to other products

    Please, can anybody help me with this ?
  17. Re: Using ZenLightBox in item description to link to other products

    You can see the end result I am looking to achieve but rolling over links in the article:
    http://www.starcitygames.com/magic/misc/21972_Mana_Screwed_The_Importance_Of_Randomness_In_Magic.html
  18. Using ZenLightBox in item description to link to other products

    Hi!

    I am currently using Zen Lightbox in my store and lovin' it!

    But here is what I would like to achieve:
    Some of my products are a combination of many others (see...
  19. Re: How to remove all customers and previous orders from database

    Could anyone help me with this please ? Thank you!
  20. How to remove all customers and previous orders from database?

    I am currently duplicating my website for another purpose. I needed to keep all the products and change the purpose of the store.

    So I am on my to changing all my settings to fit our new needs,...
  21. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    It works perfectly!!!!

    Thank you so much for all your help and your patience!
  22. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    ** Wait! I want to try what you said first, I didn't see it when I wrote this below!!**

    Or maybe just adding the flat shipping fee to the canada post would be simpler...

    If I have products in...
  23. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    Hi! So it is still not working, now, it doesn't even show up, no matter what product I have in my cart...

    Here is how I setup my code:


    // disable only when entire cart is free shipping...
  24. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    Ok so I out this code in my /includes/modules/shipping/flat.php file and adjusted the master categories for my real ones , but I still get the Flat rate, no matter what I have in my cart...

    Did I...
  25. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    Sorry, I re-read my thread, and I do am not to clear... So here goes:

    I have some categories of product that I would not want to use the Canada Post module to manage the shipping. So here are the...
  26. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    Hi Linda,

    I added these bits of code into this file:
    /includes/modules/shipping/flat.php


    $extra_shipping = 0.00;
    global $cart;
    $chk_categories +=...
  27. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    Hi Linda,

    thank you very much for your help! I am a novice when it comes to php. Actually, I learned most of what I know from playing around in ZenCart!

    So I'm just not sure in which file to...
  28. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    Exactly!
  29. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    Could it be possible for Canada Post to take over ?

    Or even add up the 2 ?
  30. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    The regular shipping modules are:
    Free Shipping
    Canada Post
    Store Pick Up

    The regular shipping charges are based on weight and dimensions in the canada post module. The free shipping is...
  31. Replies
    46
    Views
    11,478

    Re: flat rate shipping to specific products

    Sorry about the wrong spot for the post! And thank you for answering so fast!

    Here is what I want to do:
    Some of my products are playing cards, that you can buy one by one. I would like to offer...
  32. Replies
    46
    Views
    11,478

    flat rate shipping to specific products

    Hi all!

    I was wondering if it was possible to have the flat rate shipping to specific products, instead of having it as a shipping option when a customer checks out?

    Thanks in advance!
  33. Replies
    10
    Views
    3,024

    Re: Canada Post bug in french

    I found a better solution, much faster !

    http://www.zen-cart.com/forum/showpost.php?p=620052&postcount=7
  34. Replies
    10
    Views
    3,024

    Re: Canada Post bug in french

    Apparently, this module has been updated, with a fix for our problem:
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=78

    I will be installing the update over the...
  35. Replies
    10
    Views
    3,024

    Re: Canada Post bug in french

    Has this been solved ? I am experiencing the same problem, and would like to find the solution...
  36. Re: Adding content to main page above and below "Featured" products???

    Ok so tinkered around and found the solution on my own. I just don't know if I defined the page in the right spot to optimize my code though...

    Anyway, here goes:


    <?php
    /**
    * Page...
  37. Re: Adding content to main page above and below "Featured" products???

    I have been testing with a few options here, and since I know almost nothing about php, I am kinda stuck here... :blink:

    I tried adding the define_page_2.php in my tpl_index_default.php file, but...
  38. Re: Adding content to main page above and below "Featured" products???

    Please, could someone help me out with this ?

    Thanks in advance :smile:
  39. Re: Need to add a random selection in a category to the home page

    I did that, and now I have only that category showing on the main page. So I truned it off again.

    What I would like to get is the same display as the featured products for my category. Could I...
  40. Re: Need to add a random selection in a category to the home page

    It did not show up anywhere...
  41. Re: Need to add a random selection in a category to the home page

    Thank you very much for your help ! I did that, but nothing showed up on my home page...

    Here is the link:
    http://www.cartamagicastore.com/

    And I want to add the "Combo" category, found in...
  42. Need to add a random selection in a category to the home page

    Hi, I would like to have a specific category listed on my home page, just as "Specials" or "Featured" products. I am already using those on my home page, I would like the category to show at the...
  43. Re: Adding content to main page above and below "Featured" products???

    This is exactly almost what I want !

    I have a bilingual website, how could I add a user defined box here, instead of just having content ? I can set up the box, I just don't know how to call it.
    ...
  44. Re: Adding the category name to my Title meta tag

    Can somene please elp me with this ?
  45. Re: Adding the category name to my Title meta tag

    Please, anybody ?
  46. Can I add the category name to my Title meta tag?

    Hi,

    My website address is here; www.cartamagicastore.com

    I would like to add the category name, have the name of the store without the tagline and remove the price in my title tag to get this...
  47. Re: Internet Explorer cannot display page at checkout

    Thank you !

    I guess you mean that this will not solve my checkout problem... Unless the customer's security features settings in IE produced this result because of my secure/insecure problem ?
  48. Re: Internet Explorer cannot display page at checkout

    :oops:

    The code for those images in at the bottom of the template for the Information box. Could this cause the checkout problem ?
    I am somewhat of a newbie with php, so here is the code where I...
  49. Internet Explorer cannot display page at checkout

    Hi,

    I have a 1.3.7 version installed (I know, I will be updating it !). I did not install it my self, I am jsut taking care of a store that has been there for a few years now. As far as I now, I...
  50. Replies
    1
    Views
    1,399

    Need help with upgrade from 1.3.7 to 1.3.8

    Hi,

    I am taking care on an online store running 1.3.7. Unfortunately, I was not the one who set it up, so I don't know about all the modules/patches installed in the store. That kinda makes me...
Results 1 to 50 of 78
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR