Search:

Type: Posts; User: chillout_buddha

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    947

    Adding a feed in Zencart....

    I've asked this question in another section but received no replies.. So trying my luck here...

    I have created a script to generate an xml feed for my products but I am not sure where would be a...
  2. Replies
    4
    Views
    947

    Re: How to add a feed?

    Can anyone help me? I am more concerned about the security of my scripts. Since they are just xml files, I shouldn't be bothered... In the feed folder, I also ahve a php file that generates the xml...
  3. Replies
    4
    Views
    947

    How to add a feed?

    I have created a script to generate an xml feed for my products but I am not sure where would be a right place to put my feeds.

    I currently have it under www.mystore.com/feed/productfeed.xml. Is...
  4. Replies
    1
    Views
    2,524

    Javascript virtual path not working

    I am trying to implement a thickbox on my zencart setup. Everything is working fine except for the loading.gif animation image does not display when loading the thickbox. Apart from that, thickbox is...
  5. Re: How to get only the content ($body_code) of the page without headers and sideboxe

    I found a solution for this. Not sure if this is the best way to do this. If you have a better way, share your views.

    In includes/templates/YOURTEMPLATE/common/tpl_main_page.php, I modified the...
  6. How to get only the content ($body_code) of the page without headers and sideboxes?

    I am trying to implement ajax on my shop. I have all the working files but when I try to implement ajax on zencart, it shows the entire page with headers, footers and sideboxes. All I want for that...
  7. Re: Adding JQuery Lightbox to additional images

    I got it working now. I forgot to include a piece of javascript. My own fault...

    Just included the following code within the <head> section of includes/templates/MYTEMPLATE/common/html_header.php:...
  8. Adding JQuery Lightbox to additional images

    I am trying to add jquery lightbox (http://code.google.com/p/jquery-lightbox/) to additional images on my shopping cart. I followed all the instructions in here:...
  9. Re: Question about file/ directory paths

    Thanks, that worked!
  10. Question about file/ directory paths

    zen_image(DIR_WS_TEMPLATES.'template_default/'.DIR_WS_IMAGES.'icons/error.gif')

    In the above code, is there a way to write it so that I can avoid hard-coding "template_default/"? If I move...
  11. Replies
    2
    Views
    957

    Re: Using only one country

    I did the easy way. I duplicated the entire country table (just in case) and deleted all the countries except the one I need from the original. Took me 5 mins.
  12. Replies
    2
    Views
    957

    Using only one country

    I want to use only one country. How do I do this?

    One way is to delete all the countries from the Admin > Locations/ Taxes > Countries.

    Is there another way so that I can simply "disable" the...
  13. Replies
    3
    Views
    901

    Re: Where is the "Total" calculated?

    I wanted to recalculate the total price with the insurance if the customer selected it during checkout. I managed to get it working by modifying the includes/modules/order_total/ot_total.php file. I...
  14. Replies
    0
    Views
    1,009

    Which payment gateway to use?

    I would like to install a payment gateway for a website i am making for a client in Australia. I know there are some gateways such as authorize.net packaged with Zen cart. If I am to use these...
  15. Replies
    3
    Views
    901

    Where is the "Total" calculated?

    I'm just wondering where is the total calculated (ie, subtotal + shipping). I am referring to Checkout Step 2 that displays the Total amount. I mean which file is it calculated in?

    Thanks
  16. Adding a new checkbox in Checkout Step 1 - the value doesn't pass onto the next page

    I have added a checkbox for insurance in Checkout Step 1 (file: tpl_checkout_shipping_default.php):


    <?php
    $insurance = 0.05 * $_SESSION['cart'] -> show_total();
    ?>
    <fieldset...
  17. Re: Optional Shipping Insurance Module Support Thread...

    I have just downloaded and installed this module but it doesn't seem to be working at all. During checkout, I cannot see an option for selecting the Shipping Insurance. I am using zencart 1.3.8a and...
  18. Replies
    16
    Views
    3,850

    Re: Installation problem - blank page

    Sara,

    I talked to my hosting provider. They managed to fix it for me. It was something to do with session storage. Talk to your hosting provider. It could be the same issue as mine.
  19. Replies
    2
    Views
    1,043

    Re: Update cart not working for me?

    I had some codes commented out when I was testing something and forgot to uncomment them. Now everything is ok.
  20. Where does $_SESSION['shipping'] value get assigned?

    I was trying to overwrite the value of "shipping session" like this:
    if ($_SESSION['shipping']['id'] == "my_del_calc") {
    $_SESSION['shipping']['cost'] = $my_delivery;
    }

    I put the above piece...
  21. Replies
    2
    Views
    1,043

    Update cart not working for me?

    In the Shopping Cart page, when I modify the Quantity and press the "Update Cart" button, there is no change at all.

    Have some of you experienced this? What could be the problem?

    Thanks!
  22. Re: Shipping based on postcode for Australia; different shipping for different items

    Anyone with ideas?
  23. Shipping based on postcode for Australia; different shipping for different items

    I am looking for a way to calculate shipping cost based on postcode and I want to have different shipping for different items. Is there such a thing in Zencart?

    I want to have something like this:...
  24. Replies
    16
    Views
    3,850

    Re: Installation problem - blank page

    Well, my client is with Netregistry (Aus).. I haven't contacted the host yet. I was thinking maybe it is something to do with Zen Cart. I will be contacting them soon.
  25. Replies
    16
    Views
    3,850

    Re: Installation problem - blank page

    When I do mysite.com/catalog/index.php, I get the following:



    Then when I click on "Click here to begin installation", I get a blank page.

    "Click here to begin installation" is a hyperlink...
  26. Replies
    16
    Views
    3,850

    Re: Installation problem - blank page

    I did that again... no effect...
  27. Replies
    16
    Views
    3,850

    Re: Installation problem - blank page

    I already re-uploaded individual folders 3 times on 3 different days. I don't think upload was the problem. I can try again though......
  28. Replies
    16
    Views
    3,850

    Re: Installation problem - blank page

    System details as follows:

    PHP Version 4.4.8
    MySQL 5.0.32
    They are running Zeus/4.3 and Zend Engine v1.3.0
    Linux server

    Thanks
  29. Replies
    16
    Views
    3,850

    Installation problem - blank page

    I ftp'd all the installation files to the server.

    When I try to install by going to the www.mydomain.com/catalog/zc_install/index.php, I get blank page.

    I uploaded the files using FileZilla. I...
  30. paypal confusion - need some clarification

    I'm a bit confused about using paypal for checkout. In my shopping cart, I am using Paypal IPN which takes me to paypal's secure site for payment. This is all well and good. When I get to the...
  31. Replies
    71
    Views
    47,132

    MZMT default radio button selection

    Hi all,

    I use MZMT shipping module. I am just wondering how does it select the default radio button. For instance, I use 2 tables for each state. One table is for regular post and the other table...
  32. Clickable image link in New Products section

    Just wondering how do i make the image clickable (<a href=...) in the "New Products" section. I've looked at includes/modules/new_products.php file. Looks like this file is associated with the New...
Results 1 to 32 of 44
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR