Search:

Type: Posts; User: mskala23

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,678

    Re: Set the page shown after account login

    Awesome! I thought I was going to be stuck on this for a while. Lord know's i never would have found that!! thank you!!
  2. Replies
    3
    Views
    1,536

    Re: UPS charges based on size?

    I am having the same problem. any instructions on how to do this customization? Or do we have to wait? Have you come up with a way to make up for this, maybe increase the weight or something?
  3. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    hello Totally Zenned,

    i am panicking right now because I just discovered my add to cart button isn't working. Please help, I hope I didn't loose you, thanks!
  4. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    and... can I change the color of the background for the window that pops up with the large image when you click on the thumb on the product info page?

    I tried a few things but again have failed:no:
  5. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    I would like to put an image behind the "log in/join" and "home" navigation links at the top right of the page. How do I do that?
  6. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Rad! 13.0em was perfect! thanks!
  7. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    still trying to figure this out. tried some CSS but nothing is happening...

    tried adjusting the height of certain CSS ID's but nothing has targeted the ProductListing alone.
  8. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    I figured this out. I had to go to Configuration/stock in admin and turn off all the option that said "show xyz when cart is empty."

    now a new page comes up that just says, "your cart is empty"....
  9. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    There was part of that line of code that I had to leave to keep the page intact so I added a </div> at the end of that.

    Here are some other things I am having issues with.

    1. I can't figure out...
  10. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    I got rid of the "help" in the tpl_shopping_cart_default.php file by deleting:

    <?php echo TEXT_VISITORS_CART; ?></div>
  11. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    I found the text for the header links in the header.php file under:

    header text in includes/header.php

    I could than edit the text however I want for each link.
  12. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    There is a help link on the shopping cart page that I would like to get rid of. I can't find the code...
  13. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Found it, placed it, its working.

    I would like to uncapitalize the text fro the link. Didn't the text in the code. How can I change that?

    also, I am having some positioning issues from browser...
  14. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    this is all I could find for the log off link code:

    define('HEADER_TITLE_LOGOFF', 'Log Out');

    I stuck in there a few different ways but nothing. It seems like there should be more to it than...
  15. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    How did you get rid of the "Starting At:" field on your product info page?
  16. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Ok, I figured it out. It was just a matter of using the radio buttons instead of the checkbox and setting a default.

    I have it set up the same as yours.
  17. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    yeah, I like your product info page. How you can only select one option, and the prices are attached to the option with no starting price. And one option always has to be selected. how did you set...
  18. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Ok, I guess I just don't like the idea of having a value being displayed that is not usable, or maybe I am misunderstanding. Did you do that on your cart? I will take a look at it again.

    On...
  19. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    The product I am trying this with is A-2-23 in the animals category.
  20. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    1: I used the "print only" attribute as the default and display only value added the print only price to the product as the product price, since that is the base price. However I am now getting an...
  21. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    HAPPY NEW YEAR!!

    Yeah, looks like i left one in there. I deleted it. I am moving forward with a bunch of other stuff and I think I will need help with the following:

    1. Do not allow add to cart...
  22. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    I found the code for that home link. It was pretty cryptic. It was:

    <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

    on the...
  23. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    I now need to get rid of the home link at the footer. I imagine that is another simple task?
  24. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Cool, done. I added a style id #navlinks ul li and set the list style to none.
  25. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    This was a great task, now I understand better how CSS works.

    I created an id style called:

    #navlinks ul li a

    and a another id style called:

    #navlinks a:hover
  26. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Ok, I did that. So basically I just created an identifier for those links that I can specifically control in a style sheet?

    I will go to the CSS now (which I have been editing in Go-live) to see...
  27. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Merry Christmas!

    I have the links where I want them now. I entered the exact position in the code on the tpl_main_page.php file. I need to get rid of the bullet points and customize text and...
  28. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Ok, the log in link is on the page, I can't seem to position it with CSS without re-positioning other elements of the page. Maybe there is another CSS setting I could use. Do you know which one? Or...
  29. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    I tried looking for the code to use through the developers tool kit but I couldn't find it. what is the code for those links?
  30. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    woops... I saw what it was. I missed the first "<" with the copy and paste.

    looks like the home link is on a different line but if I can get it on the top of the page where I want it, I will not...
  31. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Looks like it worked but "<!--bof-optional categories tabs navigation display-->" is being displayed on the page...
  32. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Where is the cat-tabs code?
  33. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    I am not to confident about doing that but I will give it a try. Do I put the footer page into my custom template (my_template) common folder?
  34. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    That was it! feels good to get somewhere. Now, will I be able to put the "login" and "home" links somewhere else on the page? preferably specifically place them where ever I want? I also lost the...
  35. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Ok Here it is:

    // the following IF statement can be duplicated/modified as needed to set additional flags
    if...
  36. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    Doesn't seem to be working... ?
  37. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    great! thanks for the quick reply. I did not have this file in my common directory, in fact my common directory is empty.

    I copied the file over to my common directory. It says to copy it to ...
  38. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    ok, well, deleting it didn't work. back to square one, restored the file, will wait for replies.
  39. Replies
    59
    Views
    6,190

    Re: Newby needs to costumize

    "remove the main header bar where the logo and stuff is, I have no need for this part of the header."

    I tried this with the change logo tutorial editing the header.php file but could not get rid...
  40. Replies
    59
    Views
    6,190

    Newby needs to costumize

    Hello, here are my details:

    version 1.3.8a
    first install
    no addons
    I have started a costume template and started dabbling around with the style sheet.
    url:...
  41. Replies
    2,344
    Views
    567,784

    Re: CSS Dropdown menu for your header- With Categories!

    Can I do this on the footer and have the options pop up? Or can I move the header down the page. I would like to have these links be on the bottom of the pages to match my existing website.
Results 1 to 41 of 44
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR