Search:

Type: Posts; User: drgr33n

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    Yup :D That's me 100 miles an hour and overlook things, totally forgot about adding that for future use. Thank you guys for looking over this for me.
  2. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    Ok progress :D I've tracked it down to the Zen Cart Multi site module and this mess



    <?php
    /**
    * Multisite Module function
    * Modify the queries of Zen-cart in order to filter the...
  3. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    Gone over the time frame to edit sorry again. Here's an example of the old site working on the same server. Again this is a new category with new products but is displaying as it should.
  4. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    Sorry to bump again but still cannot find anything that would affect the categories in question.

    1) I've upgraded from 1.3.9g - v1.5.4.
    2) I've upgraded manually also migrating the DB manually....
  5. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    They don't show up when they are allocated a new category / subcat when there are multiple products in that category / subcat. If I manually edit the master_category_id in the database they show. If...
  6. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    Hey guys,

    Only one language installed. Fresh install of zen cart works fine. Been through the bug fixes and nothing relevant there. The template was from template monster but didn't have any core...
  7. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    Still can't get to the bottom of this. Trying to work my way through the code but can't figure it out. When I create a category I get the correct information in the database. Categories &...
  8. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    No products are in categories with subcategories. So if I create a new category (test), then a subcategory of test (subtest), then add a product (test_prod) with the master category ID subtest it...
  9. v154 Re: Migrated site to Zen 1.5 and having a small issue.

    From 1.3.9g - v1.5.4. I've upgraded manually also migrating the DB manually. No plugins installed that would effect the category system. I have my own server so installed via SSH. MySQL 5.6.25-4 PHP...
  10. v154 Migrated site to v1.5.4 and having a small issue with categories

    Hey guys,

    I've migrated my site to the latest version of Zen about 6 months ago and everything works great except one thing I noticed this morning. When creating a new category / sub category,...
  11. v154 Re: trying to add manufacturer description to dynamic generated page.

    Spot on !! Exactally what I needed :D


    if(isset($_GET['manufacturers_id']))
    {
    echo "I'm in manufacturers!"
    }

    Cheers Stevesh
  12. v154 Re: trying to add manufacturer description to dynamic generated page.

    Just to elaborate I could use a clause in tpl_index_product_list.php to test if your viewing manufacturer sorted product and pull the description; but the issues with that is I don't have a clue what...
  13. v154 trying to add manufacturer description to dynamic generated page.

    Hey I'm trying to add manufacturer descriptions to my store but can't find where main_page=index&manufacturers_id= is being generated from. Is it using the sidebox code or is it buried in the...
  14. Replies
    151
    Views
    20,711

    Re: Ezpages Footer Columns support

    Thanks gjh42 lol it was in the readme after looking over it again !! I should really learn to read those lol
  15. Replies
    151
    Views
    20,711

    Re: Ezpages Footer Columns support

    Hey Again lol

    Can anyone help me with adjusting the individual column widths within this mod ?

    Cheers.
  16. Replies
    151
    Views
    20,711

    Re: Ezpages Footer Columns support

    Hey Guys,

    Can anyone help me with the column widths within this mod ? I would like to make the colours slightly wider.

    Cheers.

    EDIT...

    No problem just figured it out. For anyone else...
  17. Replies
    3
    Views
    1,602

    Re: COWOA and Google Checkout

    Anyone got a link to FEC w/COWOA mod from Numinix. ?
  18. Re: Help with adding a image to background bars CSS.

    Many thanks gjh42 worked a treat ;)
  19. Re: Help with adding a image to background bars CSS.

    Thank gjh42 much appriciated. I also want to do this with other bars that extend over the entire page. If i use a image for those bars it may throw the page out of proportion on different screen...
  20. Re: how do i change prices for all items in that category?

    You could write a simple script

    $select_items = $db->execute("SELECT $foo
    FROM " . TABLE . "
    WHERE category_id= " . id);

    while( !$select_items->EOF ) {
    list( $blah, $blah2 ) =...
  21. Replies
    2
    Views
    433

    Re: Category on main page

    http://www.zen-cart.com/forum/showthread.php?t=150335&page=2

    may help you out ?
  22. Re: Help with adding a image to background bars CSS.

    Sorry forgot to link my site ..

    http://www.colmangroup.co.uk
  23. Help with adding a image to background bars CSS.

    Hey Peops

    I wanted to ask for some help floating an image at the end of the sidebox bars of my store.

    First my CSS responsible for the bar is here ..



    background: #35568C;
    color: white;
  24. Re: Help needed removing the main_page text from categories page.

    Ahhhhh I didn't think so !! Sorry

    http://www.colmangroup.co.uk
  25. Help needed removing the main_page text from categories page.

    Hey guys,

    I need a little help or to be pointed in the right direction regarding removing the main_page text from my categories page.

    ATM when a customer clicks on a category the list of sub...
  26. Replies
    3,720
    Views
    819,240

    Re: Zen Lightbox...

    The blank screen error is to do with options.php. When I checked the debug logs it came up with ...


    syntax error, unexpected T_ELSE in...
  27. Replies
    8
    Views
    1,311

    Re: Header_sales_text ???

    For anyone else interested in the ad slider its called easyslider. I think the latest version is 1.7 ? it's pretty simple stuff to integrate into zen cart. If you need any help PM me ;)
  28. Replies
    22
    Views
    1,791

    Re: Errors in sub total.

    Well I've been on this one all day and still can't figure it out :( I've pin pointed it to a rounding error.

    I think whats happening is that when the tax is added on each individual price and then...
  29. Replies
    8
    Views
    1,311

    Re: Header_sales_text ???

    anqus11 I hope you don't mind me asking but where did you find that advert scroller on your homepage ?
  30. Replies
    22
    Views
    1,791

    Re: Errors in sub total.

    Well I've been through all the changes made in 1.3.9e and it seems as all my files are up to the current version of zen cart but I'm still getting this rounding error ? If I disable tax from our...
  31. Replies
    22
    Views
    1,791

    Re: Errors in sub total.

    I can't seem to find info about the rounding error fix in 1.39e ? I found a bug fix related to PAYPAY shipping tax but thats it. Does anyone have the bugforum reference number ?
  32. Replies
    22
    Views
    1,791

    Re: Errors in sub total.

    I know i was a bit stupid. Ok well thanks for your help.
  33. Replies
    22
    Views
    1,791

    Re: Errors in sub total.

    It's 1.39g I think but there is quite a few mods installed and I have been known to just take the easy route and overwrite files lol is there a changelog or something I can look up the fix and patch...
  34. Replies
    22
    Views
    1,791

    Errors in sub total.

    Hey Guys,

    I'm having a little trouble with the subtotal being slighty wrong and would like to know if someone could point me in the right direction.

    Basicly it seems as if the subtotal is...
  35. Replies
    3,832
    Views
    1,218,865

    Re: Easy Populate support for Version 1.2.5.4

    phpmyadmin is your friend :D Just look in the configuration table for easy populate and drop it.
  36. Re: Writing a mod to hide products and could do with a little help !

    I think I've been a bit vague so I will explain more.

    I want to hide products to wholesale customers. I've modded a contribution here called dual prices to do what I need to do except this and I...
  37. Writing a mod to hide products and could do with a little help !

    Hey Guys,

    I'm currently updating an old mod and would like to hide products from some customers. Everything is in place except I cannot find where to add the code to hide the product after the...
  38. Replies
    3,832
    Views
    1,218,865

    Re: Easy Populate support for Version 1.2.5.4

    Just a little more info it turns out that to use this mod all model numbers has to be unique :/ Weird but thats how it is so if anyone else experience what I was change the model numbers to some crap...
  39. Replies
    3,832
    Views
    1,218,865

    Re: Easy Populate support for Version 1.2.5.4

    Hey Guys,

    Looks like you get lots of questions here lol :D I was just wondering if anyone had come across the same problems as me ? I'm trying to use easy populate and everything seems like its...
  40. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    There's another mod for that if you do a search on the contributions page for dual price the second one down is a add on for this hack to allow you to hide wholesale products. Maybe I can merge it...
  41. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    tidying up the code and adding specials tonight ;) There are a couple of short falls with this mod like if you have discounts set the retail price displayed also gets displayed with the wholesale...
  42. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    lol sorry control should be the admin directory. I will update it all when I've finished the mod.

    Sorry I didn't realize I'd left it at control :smile:
  43. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    Specials was never included to this addon. And to add it would be another totally new feature. I will take a look and see what I can do. I've had to modify a couple of things because the cart total...
  44. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    Ok my changes have been acepted and the new version is available to download .

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=166

    I've not finished yet I've still...
  45. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    Scrap that I'l sort the invoices out another time. I can't upload changes here on my 3g dongle so I've added a link to v1.7 below.

    Changes I made are stated in my first post here and I've fixed...
  46. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    moesoap this is a very old module and the author may not even be active on this forum. I would suggest you hold your tongue because if a moderator see's that you may be banned and you won't get...
  47. Thread: Eway module

    by drgr33n
    Replies
    32
    Views
    14,588

    Re: Eway module

    Thanks Gaffer,

    Yes I've come across this module the trouble is that in the UK eway use a different method of taking payments. It's ok the Uk website had a zen cart module but it was from 2007 so...
  48. Thread: Eway module

    by drgr33n
    Replies
    32
    Views
    14,588

    Re: Eway module

    This module doesn't work for UK based customers :( I've only just realized lol so I vote this module gets renamed to eway Australia payment module.

    Now I'm going to have to write a new payment...
  49. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    Hey again ! ,

    I will take a look at the attributes problem sometime this week if I'm not too busy :unsure: lol I doubt it will be that much wrong with it.

    Here's some screen shots of the other...
  50. Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing v2

    Is this mod still supported ? If not such a shame it's a great mod !! Anyways I'm going to be upgrading this over the next few weeks for my store and would like to submit the changes with the...
Results 1 to 50 of 84
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR