Search:

Type: Posts; User: Justmetoo

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,631

    Re: Shipping costs need help

    If you want the price to be:
    1 item is $12
    2 items is $13
    3 items is $14

    Cost Per Item is 1
    Handling is 11
  2. Replies
    2
    Views
    822

    Re: Download/ Shipped price?

    If the choices are Download or shipped CD, then you can just add weight to the CD Option Value and the shipping will be triggered and you will see the checkout_shipping page on the checkout.

    When...
  3. Replies
    1
    Views
    860

    Re: Can I desply images in my order page?

    Do the model numbers differ when you edit the invoice?

    You can look in the orders_products table at the products_id to see what they really are in something like phpMyAdmin which you can access...
  4. Replies
    1
    Views
    824

    Re: Copying Text Attributes to Category

    Check and make sure that if you are doing this from the Attributes Controller and hitting copy to category that you are sitting on the product to copy the attributes from and that you are using just...
  5. Replies
    7
    Views
    1,124

    Re: Image size help

    Have you looked at the examples in this post:
    http://www.zen-cart.com/forum/showthread.php?t=41010
  6. Replies
    6
    Views
    1,375

    Re: Hiding Price when Call For Price is On?

    To find code or text or anything else in any of the php files, look in your Zen Cart Admin under the Tools menu for the Developers Tool Kit.

    In the bottom box, type in what you are looking for,...
  7. Re: How to removing free and per unit shipping on an item?

    If you look in the Admin for the Modules ... Shipping ... you will see what shipping modules are installed.

    Just click on the module you want to remove and hit the remove button to uninstall the...
  8. Replies
    2
    Views
    1,362

    Re: Have sale but not show it

    You could either update the database table for products with the new prices with a global command to replace the existing price with 10 percent less.

    To be safe and eliminate rounding issues or...
  9. Replies
    6
    Views
    1,375

    Re: Hiding Price when Call For Price is On?

    Call for Price lets you set a price but read Call for Price to get the customer to see a stated price but know there is a better price if they call.

    To mask the price totally, you could use the...
  10. Re: So, have I got the overrides system figured out?

    Did you try adding some products with manufactureres and see if the box appears?

    There is a configuration setting in the maximum values where:
  11. Re: Config - Shipping/Packagin - small/med and large packages

    A package is large when the weight exceeds the maximum weight shipped.
  12. Replies
    1
    Views
    1,589

    Re: Free shipping icon not showing up

    How did you set this up on your shop?
  13. Replies
    2
    Views
    969

    Re: no new category button

    A Catetegory can contain either a Category or a Product.

    The buttons will turn off when one or the other has been added.

    If you added a Product to the Top Level Category then the New Category...
  14. Replies
    18
    Views
    4,784

    Re: Add Product, Page Disappears

    If you view the source for that link there is a <!-- around line 8.

    I do not see where this ends.

    That <!-- is the starting tag of an HTML comment. Is that interferring with the display of the...
  15. Replies
    8
    Views
    1,545

    Re: default "1" product is virtual

    You keep trying to touch the code.

    Why don't you put the database field back to how it was and any code changes and just change the setting for this in your configuration settings?

    In the...
  16. Replies
    8
    Views
    1,545

    Re: default "1" product is virtual

    I believe that this is managed by a setting in the product type configuration for each product type.

    Look under the edit layout button and you will see:


    That would appear to override anything...
  17. Replies
    2
    Views
    794

    Re: Free Shipping / Pickup

    Did you turn on the Free Shipping shipping module called freeshipper?
  18. Re: Need UPS for everything, but added option as well.

    Clone flat.php shipping module, first.

    Copy the files:
    /includes/modules/shipping/flat.php
    /includes/languages/english/modules/shipping/flat.php

    to the new filenames for under 1lb to:...
  19. Replies
    11
    Views
    1,466

    Re: Modified zone shipping... help!

    I think it is this one in the downloads:
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=695
  20. Replies
    11
    Views
    1,466

    Re: Modified zone shipping... help!

    Did you try the ZoneTables add-on that lets you build all the zones you want and then when you install it, it creates as many zone definitions as you have defined and you can just set them to what...
  21. Replies
    8
    Views
    1,545

    Re: default "1" product is virtual

    What product type did you change this on?

    Is this happening incorrectly on a new product or when you edit an existing product?
  22. Re: Editing/adding a downloable product to an order

    How are you adding the information for the added download?
  23. Re: Price showing up in page title on my call for price items

    Would setting the store status to showroom only work for you until you are ready to turn on the purchasing of your products?

    Or, do you need to do this one by one as you fix each price?

    There...
  24. Replies
    4
    Views
    1,030

    Re: I need to set a flat rate for one item.

    I think you can check the shopping cart to see how many of a Product is in it with one of the functions from the shopping_cart class.

    $_SESSION['cart']->in_cart_check('products_quantity') should...
  25. Re: Flat Rate shipping challenge - need a separate rate for a few heavier items

    If all of your products have a shipping charge of either $8.00 each or $25.00 each, I think you can use the Per Weight Unit shipping module.

    In that module the weight of the Product is used to...
  26. Replies
    5
    Views
    1,005

    Re: Medium Sized Images

    Looking in the Images there are two settings for width and height on the Product Info page:
  27. Re: Flat Rate shipping challenge - need a separate rate for a few heavier items

    If a customer buys exclusively from this group heavy of products, then what should happen on the shipping cost?

    If a customer were to buy from this group of heavy products and some of the other...
  28. Re: zen_products_lookup: How do I "return any field"?

    If you wanted to know the products_model from a particular product, such as one from the also purchased, first you have to make sure that the products_id is available.

    In this case, it is...
Results 1 to 28 of 31
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR