Search:

Type: Posts; User: altvali

Search: Search took 0.01 seconds.

  1. what causes zc timeout on curl post back to itself with this custom add to cart code?

    Hi all!
    I'm trying to modify zen cart and add custom made products into a user's cart. Here's my test code:

    $data = array('id[1]' => '101896', 'id[2]' => '101893', 'cart_quantity' => '1',...
  2. Replies
    4
    Views
    1,510

    Re: Charset after moving web to another server

    Make sure you have set the charset to utf-8 in your language files, i.e. change

    define('CHARSET', 'iso-8859-1');
    to

    define('CHARSET', 'UTF-8');
    in your /includes/languages/english.php or...
  3. special price that automaticaly increases over time?

    Hi!
    I'm trying to add a module that allows a different kind of special price, one that increases automatically every 5 minutes until it reaches the base price. I've added some modifications to the...
  4. how to modify adding products to cart to allow dynamic changes?

    Hi!
    I need to know in which file are the post values of the cart_quantity form received and added to the shopping cart before showing them on the shopping cart page.

    The reason behind this is...
  5. Re: how do I get the product picture in the shopping cart to reflect the selected att

    I'll have to thank the moderator that changed the topic name, when I noticed that I submitted it incomplete it was too late. However, I'll have to ask for another title change, to "what is the...
  6. how do I get the product picture in the shopping cart to reflect the selected attrib?

    Hello.

    I'm experiencing a bit of a problem that takes a while to explain. I've got products (e-cards) that have a single attribute (design name) and I've modified tpl_product_info_display.php to...
Results 1 to 6 of 6
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR