Search:

Type: Posts; User: tpascubarat

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: How to specify quantities for individual items before add to cart?

    I had to offer one letter as free. Once I did that, it calculated as 1 when I ordered 1.
  2. Re: How to specify quantities for individual items before add to cart?

    I spoke too soon. It calculates, but incorrectly. The price per letter is 17.95, but when I order 1 letter it charges me for 2. When I order several letters, it still adds an additional 17.95 to...
  3. Re: How to specify quantities for individual items before add to cart?

    That worked perfectly. Thank you.
  4. How to specify quantities for individual items before add to cart?

    Ver:1.3.9f
    New install
    no addons

    I am building a site that sells craft type items. One item in particular has several color options (which will remain the same for all letters ordered). But if...
  5. Replies
    9
    Views
    3,165

    Re: Insert/Edit image issue using Tinymce

    OK, I think I've got it. Thanks
  6. Replies
    9
    Views
    3,165

    Re: Insert/Edit image issue using Tinymce

    I am not exactly sure what you are trying to tell me here. I am just trying to browse to the location of the image and upload it and insert.
  7. Replies
    9
    Views
    3,165

    Insert/Edit image issue using Tinymce

    I am trying to insert an image into the main page (via Define Pages Editor), but when I hit the Browse icon for "Image URL", nothing happens. Is there a setting that needs changing?
  8. Replies
    1
    Views
    506

    How to set the attributes

    I am building a website for a company that cooks bbq meals. They have pork, beef, chicken, and fish (as categories). Under each category is the different meals they have. Ex: 2 pc, 3 pc, etc.

    All...
  9. Replies
    0
    Views
    625

    Attribute customization

    I am building a website for a company that cooks bbq meals. They have pork, beef, chicken, and fish (as categories). Under each category is the different meals they have. Ex: 2 pc, 3 pc, etc.
    ...
  10. Re: Three companies in one site, sort of...

    You're right. I don't know why I did not think of that. I seem to overthink many things.

    Thanks for your advice.
  11. Three companies in one site, sort of...

    I was asked by someone who has a floral shop, a candy store, and a novelty store, if a link can be placed on each site allowing people to to go there without having to key in the address.

    So, what...
  12. Replies
    5
    Views
    1,195

    Re: Gradient images

    OK, so in the #body portion, I would have for example
    background-color: magenta;

    and

    background-image: url(../images/background.jpg);

    where the bottom of that image is exactly (or as...
  13. Replies
    5
    Views
    1,195

    Re: Gradient images

    Yes. I have a 4px x 400px jpeg image that when I try to use it, it only goes halfway down. Is there a way to "stretch" it?
  14. Replies
    5
    Views
    1,195

    Gradient images

    Can gradient images be used as backgrounds? If so, can someone let me know how?

    Thanks
  15. Replies
    2
    Views
    816

    Re: Background image question

    I tried that. I forgot to mention that the background is a gradient.
  16. Replies
    2
    Views
    816

    Background image question

    I have a 4px x 400px jpeg image. I want to use it as my background, but when I place it there, it only covers the the top "half" of the screen using repeat-x. How can I make it "stretch"...
  17. Replies
    2
    Views
    750

    Re: Can't get past the sign in screen

    I did all that. After some more reading, I moved the following files to my custom folder:

    tpl_time_out_default.php

    &

    tpl_login_default.php

    It did the trick.
  18. Replies
    1
    Views
    662

    Re: Items in Stock

    I think I found a mod that answers the question - Stock by Attributes
  19. Replies
    2
    Views
    750

    Can't get past the sign in screen

    Everytime I enter my username and password instead of it proceeding to the shipping options, it loops back to the same login screen.

    Yet I have confirmation that the account was created.

    Any...
  20. Replies
    1
    Views
    662

    Items in Stock

    If I have an item (or items) that come in various sizes, how do I track what my stock levels are.

    For example:

    I sell protein shakes in three flavors and 4 different sizes. Assume I order 24...
  21. Replies
    3
    Views
    560

    Re: Customizing the background

    That's what I get for working at 2:30 am. I changed the bracket position and whalla...the background.


    Thanks much!!!
  22. Replies
    3
    Views
    560

    Customizing the background

    I would like to have one image on the left and one on the right. Can this be done? And if how can someone guide me.

    I tried to place #background-image: (url../image/image_name); under the...
  23. Replies
    3
    Views
    1,158

    Re: Search button on sidebox or header

    No, that did not do it. Thanks anyway.
  24. Replies
    7
    Views
    792

    Re: Erroneous code on product page

    I'll remember that. All I am doing now is experimenting and building some "demo" site that cover various types of products (with unique needs as well).

    Thanks
  25. Replies
    2
    Views
    595

    Re: Making the complete header linkable

    It does not show in FF, but it does in IE7. I fixed this by editing the stylesheet:

    #logo {

    display: none
    }

    Thanks
  26. Replies
    3
    Views
    1,158

    Search button on sidebox or header

    I replaced all the button on the cart, but the search button on the sidebox and header remained the same. The new button has the same name as the previous (button_search.gif). All the other buttons...
  27. Replies
    7
    Views
    792

    Re: Erroneous code on product page

    I removed the extra code and the issue is resolved. Thanks, I would not seen that.
  28. Replies
    7
    Views
    792

    Re: Erroneous code on product page

    You're right. Winmerge shows -

    ?>xt' => "\n " . $link);
    $col ++;
    if ($col > (IMAGES_AUTO_ADDED -1)) {
    $col = 0;
    $row ++;
    }
    } // end for loop
    } // endif
  29. Replies
    7
    Views
    792

    Re: Erroneous code on product page

    The code appears in the body as:

    "xt' => "\n " . $link); $col ++; if ($col > (IMAGES_AUTO_ADDED -1)) { $col = 0; $row ++; } } // end for loop } // endif ?>"

    It is on the page where you select...
  30. Replies
    7
    Views
    792

    Erroneous code on product page

    I am getting some extraneous code on all of my product pages. This started as a blank template. I added IH2, Category dressing, buttons, column layout grid, css flyout menus, and tinyMCE. The site...
  31. Replies
    2
    Views
    595

    Making the complete header linkable

    I know that the "logo" is linked to the url, but how do I remove the logo and make the full header_bg active?
  32. Replies
    0
    Views
    1,559

    Fl. County Sales tax sql quandry

    I am trying to use a portion of a database I had on an old website to handle sales tax calculation. In Florida, the base tax is 6%, but counties have the ability to add a tax surcharge (even down to...
  33. Replies
    3
    Views
    867

    Re: Product pricing???

    For the most part I understand where you're coming from, but how does one select which size (sm 3.50, med 4.50, and large 5.50). Would I have to have three of each times say 9 individuals. That...
  34. Replies
    3
    Views
    867

    Product pricing???

    One of our products comes in 3 sizes (priced by size). The option names are Image size (one time), Stick Image 1 (dropdown with Father, Mother...) and Individuals name.

    The size dictates the...
  35. Replies
    2
    Views
    1,169

    Re: "Gallery like" product page???

    Thank you, I will try that. I am not very experienced in this, but between you guys out there, my books, and alot of desire, I am sure I can get this site perfected..
  36. Replies
    2
    Views
    1,169

    "Gallery like" product page???

    I am looking to create a page that shows images that we sell which are radio button selected. I would like to have as many rows as it takes, but also 3-5 columns per row.

    For example, lets say...
  37. Replies
    4
    Views
    1,057

    Re: Radio button enabled images

    The site (actual page) is http://www.diycarkits.com/index.php?main_page=product_info&cPath=37&products_id=38.

    I ma not sure it is a solution, or just another way to do something, but all I did...
  38. Replies
    4
    Views
    1,057

    Re: Radio button enabled images

    OK, I figured it out, but now I need the images to go left to right, then begin a new row.
  39. Replies
    4
    Views
    1,057

    Radio button enabled images

    One of the products we sell online is vinyl lettering. In addition to just letters, we also have a collection of "logos" or images that the customer can choose from. I am trying to figure out a way...
  40. Replies
    8
    Views
    1,349

    Re: Attribute required for text???

    WHooHooo!!! The contrib "Improved Attribute Controller" fixed it.

    Thanks
  41. Replies
    8
    Views
    1,349

    Re: Attribute required for text???

    Google Sitemaps is not installed. I understand about the database, it was just a shot in the dark. I don't know alot about sql, therefore I am not going to fool with it too much. I do know a...
  42. Replies
    8
    Views
    1,349

    Re: Attribute required for text???

    OK!! I am out of patience and options. I have created a new clean zencart install, imported just the database and some image and css stylesheet files and I am still able to add to cart without...
  43. Replies
    8
    Views
    1,349

    Re: Attribute required for text???

    Unfortunately, that did not do it. I am still on a search and rescue mission though.
  44. Replies
    5
    Views
    2,351

    Re: Copy attributes question

    Sorry for the long delay, but I was out of town without the laptop (for once). Thank you, that was the only real way to do it. But it would be nice to have am automated feature in an upcoming...
  45. Replies
    8
    Views
    1,349

    Attribute required for text???

    I have forms for all of my products. These forms have text fields that need information. Some fields are required while others are optional. I have set up the "attributes required for text" as...
  46. Replies
    5
    Views
    2,351

    Re: Copy attributes question

    Thank you, I will try that.
  47. Replies
    5
    Views
    2,351

    Copy attributes question

    I have an option name of STATE, option value of each STATE, and the attributes set so that the customer must make a selection. The flags are:

    -Please select (yes, yes, yes, yes, yes, no)...
  48. Replies
    0
    Views
    1,319

    Fed Ex and screen layout

    I just installed the Fed Ex mod. I tried to place a mock order and when I got to the screen that shows the shipping options, everything on that page was "supersized"!!!

    It's like it has it's own...
  49. Replies
    5
    Views
    1,516

    Product Customization

    I would like to know if the following example is possible:

    We sell products for the automotive industry which of course is vehicle specific, so customer selects:

    2 door car and is directed to...
  50. Replies
    5
    Views
    1,516

    Product Customization

    I would like to know if the following example is possible:

    We sell products for the automotive industry which of course is vehicle specific, so customer selects:

    2 door car and is directed to...
Results 1 to 50 of 64
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR