Search:

Type: Posts; User: Celtic

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Sidebar Wrapper

    by Celtic
    Replies
    2
    Views
    696

    Re: Sidebar Wrapper

    Turpy, this will depend to a certain extent on the Template you are using on your site. But generally, doing what you want isn't a quick CSS stylesheet edit. The bit that needs the style applying to...
  2. Replies
    11
    Views
    1,354

    v139f Re: Phantom Category Showing up

    Snowbird, I think this may be a problem with the Acadame template you are using. You might want to read that support forum first, then ask your question there if it hasn't already been answered -...
  3. Re: Observer Notifier NOTIFIER_CART_GET_PRODUCTS_END Help

    Thanks DrB, but that's a no-go unfortunately.

    Here's what I've got in the update method...




    function update( &$class, $eventID, $paramsArray ) {
    echo "one...";...
  4. Thread: Blank Admin

    by Celtic
    Replies
    4
    Views
    693

    Re: Blank Admin

    Can't help, sorry, but if you go to http://www.imarquehosting.com/~totallyd/msadmin/login.php you do at least get the login screen. See what happens if you try to login.
  5. Replies
    2
    Views
    351

    Re: Product Info Page

    Works fine in IE 8.0.6 with me, but not in Chrome - have to do the page reload for this.

    I see your jqzoom javascript has been packed so no way to debug it for you.

    I looked at the...
  6. Re: Where can I hook in some code to run after an order is made?

    Glad that's of use.

    Yes, this is triggered after checkout/payment is complete. NOTIFY_ORDER_AFTER_SEND_ORDER_EMAIL is triggered, as it suggests, after the order email is sent to the store owner,...
  7. Re: Restrict Cupon usage when there is item on special in Cart?

    Sounds like the Observer/Notifiers are what you are after...

    http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#Observer_Class
  8. Replies
    4
    Views
    823

    Re: Restaurnt Order Online?

    I've not used the site myself or their templates, so this isn't an endorsement, but there's some food templates here......
  9. Re: Where can I hook in some code to run after an order is made?

    Louise,

    For what it's worth, here's the two files (auto_loader & observer) I cobbled together to send a 'packing list' email triggered by the NOTIFY_ORDER_AFTER_SEND_ORDER_EMAIL notifier...

    ...
  10. Observer Notifier NOTIFIER_CART_GET_PRODUCTS_END Help

    Hi all knowledgeable and intellectually imbued peoples :D

    I would like to sort the contents of my shopping cart alphabetically by name. I know how to do this by modifying the core file...
  11. Re: Where can I hook in some code to run after an order is made?

    Louise, been a while since you opened this thread. Is it still relevant to you? (I've just been playing with the NOTIFY_CHECKOUT_PROCESS_AFTER_SEND_ORDER_EMAIL observer.)
  12. Replies
    1
    Views
    583

    Re: Alphabetical order on customer order

    wirefram,

    I don't know what this will do in regards to the customer invoice, but the following will force the shopping cart to be sorted into alphabetical order based on the name of the product......
  13. Replies
    2
    Views
    408

    Re: Limited Gift Vouchers

    Damien,

    Possibly some sort of 'store credit' system offered as a payment service would do what you want?
    ...
  14. Re: Help Featured Products & New Products centerbox

    shahram,

    yes, in those files you'll need to add (without the quotes) 'p.products_model' to each of the sql statements (ie. $new_products_query and $featured_products_query)

    then, on about line...
  15. Replies
    11
    Views
    816

    Re: Products not displaying in IE8. Please help

    Sorcha, thought I'd mention that the menu is totally screwed up on Google Chrome too.
  16. Replies
    8
    Views
    1,003

    Re: HTML/CSS Issues?

    Alternatively (thought I'd add this for your info as it is the 'correct' approach), give your table a new class name...



    <table border="1" cellspacing="2" cellpadding="2" width="100%"...
  17. Replies
    8
    Views
    1,003

    Re: HTML/CSS Issues?

    OJ, each of the 'cells' within a table are created using TD elements. In your stylesheet you are setting your TD element to have a border of 0 (zero) pixels. Doing this switches off cell borders...
  18. Replies
    1
    Views
    402

    Re: Right Sidebox on Main Page AND ezpage

    Hi JorgeR,

    This might help you... http://www.zen-cart.com/forum/showthread.php?t=123689&highlight=show+sidebox+ezpage

    And/or this one... https://www.zen-cart.com/tutorials/index.php?article=249
  19. Replies
    6
    Views
    505

    Re: Using Override Template

    Bridget, you're in capable hands with help from DrByte and Kobra so I won't ######## in, but I just wanted to say that it's a pleasure to read such a polite request for help for a change. No wonder...
  20. Re: Automated Packing Slip Emailer Module (to my shipping department)?

    Ryan, I've created a rudimentary Packing Slip Emailer Module for you if you're still looking for something. Let me know if you're interested. I went the official route instead of hacking the core...
  21. Re: Notifier/Breakpoint basic test breaks css stylesheet

    Thanks for the suggestions DrB. I tried without the ?> and got the same result.

    I also tried switching to the Classic Contemporary Green template and the same effect occurs there.

    As for the...
  22. Re: Notifier/Breakpoint basic test breaks css stylesheet

    Just to add that I've now tested those two files on my live server and the same problem occurs, so it's not an issue with the local wamp install.

    I also saved the html source from the messed up...
  23. Re: Help! Suddenly can't log in to the admin panel

    ok, so what about access to your databases through your webhosting control panel. Have you used phpMyAdmin before?

    If you load phpMyAdmin and look in the 'Admin' table of your database you will...
  24. Re: Help! Suddenly can't log in to the admin panel

    why not ask your new admin to login to their account for you, or you log in using their login info?
  25. Notifier/Breakpoint basic test breaks css stylesheet

    Hi folks,

    I started playing with Notifiers/Breakpoints yesterday but seem to have got stuck at the first hurdle and was hoping someone could offer some suggestions.

    I've got an empty test of...
  26. Re: Automated Packing Slip Emailer Module (to my shipping department)?

    Ryan,

    Depending on how handy you are with a bit of php, it should be fairly easy to send some packing list emails when someone orders from your store.

    The file that is called as part of the...
  27. Replies
    2
    Views
    929

    Re: Changing Domain / Subfolder

    designbc,

    You probably don't want to put zencart into a sub domain unless you have a specific reason to do so.

    Sub domains look like: www.subdomain.domain01.com not like...
  28. Re: Width of "Limit to Manufacturer" under advanced search

    elena,

    You will need to edit one of your zencart php files. You haven't given a link to your site so I can't be specific as I don't know what template you are using.

    The file to edit is:...
  29. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    Ah, sorry about that, I just checked the overrides documentation again, and it says...

    Note: The override system does not yet extend to files in the subfolders order_total, pages, payment, or...
  30. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    To get the verification to work, we need to edit the module file at...

    /includes/modules/theme210/pages/contact_us/header_php.php

    Looking at the coding by the zencart team in this file, it's...
  31. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    Ok, first thing is to get the second email address on the Contact Us page. As the page display is handled in the template we need to edit the template file...
    ...
  32. Re: Unable to get an image to show on the home page

    bhensarl,

    The 'col2' block that's commented out is not what you need to put back in. In your other pages you'll find another whole chunk of code (between the javascript for the rotating slideshow...
  33. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    First of all we need to get ourselves set up properly with the zencart Overrides system. The 'overrides' system of zencart just means that zc will first look for a file in your own template...
  34. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    Nice one. As to your other query...

    SECOND: At the page contact us I'd like to make the customer to insert the email address twice and the system to check that both addresses are the same to...
  35. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    I hadn't looked too closely at the previous $lc_text code, so hadn't noticed that the title and the description were combined in one line. The following should fix it...

    Replace all of this...
  36. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    What was the path of the file that you edited? Can you send me a copy of the edited file and I'll take a look at it tomorrow.
  37. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    Looking around I see you probably have the 'Column Layout / Grid Layout for Products Listing (Add On Module for Zen Cart v1.3.8)' installed.

    If that is the case, then it's likely to be the second...
  38. Replies
    18
    Views
    1,853

    Re: Chenge the "sold out" button position

    Looks like your theme has customised the layout for your products listing, so you'll have to look in your theme files and make the changes within the code. The buttons aren't within css tags to allow...
  39. Replies
    1
    Views
    782

    Re: Wholesale category - login required

    jgold,

    Not 'out of the box' you can't. Maybe these will help (and you might find others if you search around a bit)...

    http://www.zen-cart.com/forum/showthread.php?t=137594
    ...
  40. Replies
    1
    Views
    671

    Re: Moving Cart to the Domain Name

    Niti,

    Assuming you're moving the entire zencart out of domain.com/zen1.3.7_dev to domain.com, you would change your cache folder to: /home/timtech/public_html/cache

    Also, see step 4 on the page...
  41. Replies
    2
    Views
    419

    Re: Setting up security

    Brad,

    There is no .htaccess file in the root of the ZenCart application. You can of course create one should you need one. If you look in any of the ZenCart subfolders then you'll find .htaccess...
  42. Thread: Htacess

    by Celtic
    Replies
    4
    Views
    737

    Re: Htacess

    erm, hate to bring bad news, but it's not redirecting me when I go to /shop.
  43. Thread: Htacess

    by Celtic
    Replies
    4
    Views
    737

    Re: Htacess

    Francisco,

    You might need: Redirect /shop http://meltcomics.com/webstore/

    This particular .htaccess file would need to be put into your meltcomics.com/shop directory.
  44. Replies
    20
    Views
    1,559

    Re: Question about editing the top Zen Cart banner

    sofasurfer,

    on that tutorial page, note the comment about CUSTOM needing to be replaced with the name of your own template.

    so, where it says... Save the edited file to...
  45. Replies
    8
    Views
    646

    Re: ONG Its all gone wrong HELP

    Looks like it's all sorted again now.
  46. Replies
    1
    Views
    307

    Re: Centering sidebox headers

    edux,

    edit your stylesheet and look for this definition...

    h3#categoriesHeading, h3#ezpagesHeading, h3#informationHeading, h3#searchHeading {

    Put text-align: center; in there and it will...
  47. Replies
    3
    Views
    414

    Re: Custom Template confusion - language file

    richard,

    following Kobra's advice, you'd put it here...

    /includes/languages/english/modules/payment/CUSTOM/moneyorder.php
  48. Replies
    5
    Views
    1,022

    Re: moving the write a review button

    thatgirl,

    I see that on some products you have additional images, which the stylesheet changes above will cause other problems for you. Not sure if you've done any editing of php, but you might...
  49. Replies
    5
    Views
    1,022

    Re: moving the write a review button

    I'm assuming you're editing your stylesheet here...

    http://scarletburn.co.uk/includes/templates/darkness/css/stylesheet.css

    The easiest thing you can do to play with layout is to install Google...
  50. Replies
    5
    Views
    1,022

    Re: moving the write a review button

    girlboo,

    This works in Chrome, but I haven't tested it in other browsers...

    #productReviewLink {
    position: relative;
    left: -250px;
    top: -65px;
    }
Results 1 to 50 of 154
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR