Search:

Type: Posts; User: bigsy85

Search: Search took 0.01 seconds.

  1. Replies
    2,444
    Views
    356,168

    Re: Ceon URI Mapping v4.x

    Prefect that worked. Thanks alot Conor!
  2. Replies
    2,444
    Views
    356,168

    Re: Ceon URI Mapping v4.x

    Thanks Conor I think thats the route I will take, one last idea is hard code main_page=blog to be excluded as it seems the exclusion list isn't taking this into account
  3. Replies
    2,444
    Views
    356,168

    Re: Ceon URI Mapping v4.x

    Hi Conor,

    Its calling main_page=blog as this is integrated wordpress into zencart, it works perfect with the rewrite above but only when ceon is disabled.

    The aim is to have the blog appear...
  4. Replies
    2,444
    Views
    356,168

    Re: Ceon URI Mapping v4.x

    Also worth mentioning if I create a link in the db ceon_uri_mapping for main_page=blog the /blog works but obviously subsequent blog link dont.
  5. Replies
    2,444
    Views
    356,168

    Re: Ceon URI Mapping v4.x

    Hi Connor,

    Thats been added which is why I'm puzzeled.

    ##############################___

    RewriteRule ^blog(.*)$ /index.php?main_page=blog&$1 [E=VAR1:$1,QSA,L]

    # Don't rewrite any URIs...
  6. Replies
    2,444
    Views
    356,168

    Hi Connor, Thanks for replying. Yes i'm...

    Hi Connor,

    Thanks for replying.

    Yes i'm using the latest version, the problem is mydomain.com/blog/index.php works but not /blog, somehow the mod is still trying to rewrite this, wheras I'm...
  7. Replies
    2,444
    Views
    356,168

    Re: Ceon URI Mapping v4.x

    Hi,

    I have searched and searched and cant find a fix to allow CEON URI to work with wordpress intergrated into Zencart.

    I'm not using the MOZ mod, but instructions from ...
  8. Replies
    496
    Views
    82,855

    Re: Export Shipping & Order Information

    For some reason when I export, only 20 orders are exported, no matter if ran per order/per product and including already downloaded orders.

    The latest version crashes when Product Details is...
  9. Replies
    5
    Views
    1,186

    Re: Who's online showing

    Yep, sounds exactly like my problem, just look at each destination URL, and create the image its looking for as a 1x1 pixel image so it finds an image and displays it, but doesn't cause any problems...
  10. Replies
    5
    Views
    1,186

    Re: Who's online showing

    Hi,

    I had the same problem, what was causing mine as you explained is it would show the image location for a file, this is because they are references in a css file that do not exist.

    What I...
  11. Re: Capture additional product information for an order

    Having another thought about this, I can still use attributes to store the data, I was thinking I couldnt then sort orders by these BUT I could create a WHERE attributename = the attribute I want to...
  12. Re: Capture additional product information for an order

    Hi Ajeh,

    The value that I want to store isnt in any tables, to get this working I want a textbox which can have text written in which becomes the value that will be stored, placing this into a...
  13. Re: Capture additional product information for an order

    Still trying to figure this out. Within the shopping cart class theres the add_to_cart class, I'm guessing any additional information has to be passed within that.

    Also for what I'm wanting to...
  14. Re: Capture additional product information for an order

    Hi, Im still struggling.

    I now know how to store extra information into the order_products table, but from the product page how do I first capture extra information.

    Say I have a textbox on the...
  15. Re: Capture additional product information for an order

    Thanks Ajeh,

    So now I know how to store it, lastly how can I store the value to begin with from the product page when the user adds the product to cart.

    As an idea somthing like this on the...
  16. Re: Capture additional product information for an order

    Hi Thanks for your suggestion, this only adds fields for the actual product, whereas I want to record information regarding the ordered product, for eample final_price is stored within...
  17. Re: Capture additional product information for an order

    Hi Kobra Thanks for your reply.

    From searching their isnt a module for what I need, but I didnt elaborate on the exact field because eventually I need to store various other information that will...
  18. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    You can place the javascript anywhere within that file, when I reffered to finding the 'attrib-2' name I meant on your actual html page to find that value. For another site I run I'vre managed to...
  19. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    Hi,

    I had the problem with attributes replaces main image not working with dpu. I came up with a fix which is below which should work for you, let me know if it does.

    Place the code within...
  20. Capture additional product information for an order

    Hi,

    Hopefully you guys can help me out, tried searching with no answers.

    My question is, can I add additional fields to the orders_products table that stores the information for each product...
  21. Re: Since upgrade Ajax scripts Empty cart? Fast&Easy Checkout

    Hi FrilansReklam,

    To keep you updated with my progress I've managed to fix my issue by removing my php.ini, my guess is there was something in there causing the problem.

    Works fine now!

    Let...
  22. Re: Since upgrade Ajax scripts Empty cart?

    Hi, Thanks for the reply

    Disabling ajax on FEC doesnt work, and also tried removing ajax search completly with no luck. If you get any where keep me updated, I'll let you know if I get any where....
  23. Since upgrade Ajax scripts Empty cart? Fast&Easy Checkout

    Hi All,

    Since upgrading to Zen Cart 1.38d all Ajax scripts I have on page wipe the contents of my cart when run?

    It doesn't recreate a session which was my first thought, just wondered if this...
  24. Replies
    4
    Views
    2,032

    Re: Javascript onclick redirects to homepage

    Ok I'm happy now, instead of changing the id to 2 I should have tried 1 which works!

    Thanks alot!
  25. Replies
    4
    Views
    2,032

    Re: Javascript onclick redirects to homepage

    OK tried changinf the value in the HTML to (document.forms[2] but it still doesnt work. Also cant find any similar references in the js. Any other thoughts?
  26. Replies
    4
    Views
    2,032

    Re: Javascript onclick redirects to homepage

    Thanks kuroi for the quick response. What you said all makes sense, the likely cause is the form being defaulted to 0, going to try changing it to something else within the html, if it is used...
  27. Replies
    4
    Views
    2,032

    Javascript onclick redirects to homepage

    Hi all,

    Firstly not sure if this is the right section to ask this so don't shoot me.

    I'm just having a problem getting a celendar to work on my product page using the code below

    '
    <DIV...
  28. Replies
    2,220
    Views
    487,648

    Re: MultiSite Module Support Thread

    Hi,

    I've searched and not found anyone with a same problem.

    For some reason this mod doesnt work with any ajax mods I'v e installed from eazycommerce.

    Ajax Search and JQuery Banner

    These...
  29. Replies
    3
    Views
    939

    Re: Shopping Cart Blank in FF and Chrome?

    Hi thanks, didnt know about the second debug tool

    '[04-Apr-2010 00:59:34] PHP Warning: Missing argument 2 for currencies::display_price(), called in...
  30. Replies
    3
    Views
    939

    Shopping Cart Blank in FF and Chrome?

    Something strange is happening since moving my site to a new host. When adding a product into cart the shopping cart page is blank, even with strict error reporting on nothing is reported...Yet in...
  31. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    Are you still developing this chrome.

    I really need to get this to work with 'attribute replaces main image' mod

    Any help at all would be appreciated. Has anyone else conquered compatibility...
  32. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    Hi all,

    I've mentioned a problem I've had before but still not getting anywhere so I've decided to offer £50 sent via PayPay to whoever can fix it.


    My problem is I use this mod with the...
  33. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    Has anyone managed to get this working with other AJAX modules, such as the attributes change main image mod?
  34. Re: User input product dimensions, update price based on inputs

    I believe in you jackie!
    attribute calculator mod YES!
  35. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    Hi Chrome, there's an option in CEON to add an exception for a file which I did for dpu_Ajax.php.

    Just come across another problem I think you can help with. I've installed...
  36. Replies
    61
    Views
    15,536

    Re: Dynamic DropDown with Image

    Is this still active, tried all the code on this thread and just cannot get it to work, can someone post a step by step of all alterations you did to get it to work, thanks.
  37. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    Just noticed and I think you might have, dpu_ajax.php is not found when entering it, yet it exists on the server and is found no problem when CEON is disabled?
  38. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    Hi chrome, thanks for the reply, I have PM'ed the url, its on a dev server. Hope you can figure it out.
  39. Replies
    1,667
    Views
    289,957

    Re: Dynamic Price Updater

    Hi Chrome, thanks for this mod works great.

    My only problem is I have just installed CEON URI mod for url rewrites, now when an attribute is selected the price doesnt update but displays an alert...
  40. Replies
    2,906
    Views
    403,289

    Re: Ceon URI Mapping (SEO)

    I have many existing eZpages (prior to using Ceon mod) that need a URI generating for. There's nearly 500 so going into each one to have it automatically generated isn't an effective option.

    Is...
  41. Replies
    5,053
    Views
    994,715

    Re: Simple SEO URL [support thread]

    Hi all,

    I had an overlooked problem with my URL rewrites, products are shown as www.domain.com/productname50ml.html instead of www.domain.com/productname-50ml.html

    The problem initially was...
  42. Replies
    7
    Views
    1,011

    Re: Mass enabling disabled products

    thanks alot ajeh! that did the job
  43. Replies
    7
    Views
    1,011

    Mass enabling disabled products

    Hi all,

    I'm having a problem with alot of products being disabled and having google send visitors to them which causes a redirect as the product no longer exists, I think google is penalizing me...
  44. Replies
    0
    Views
    950

    Using images from suppliers website

    Hi,

    I have an XML feed with my supplier, my problem is that when new products are added because there image file location is relative my new products have no image.

    Instead of uploading the...
  45. Thread: MSRP contrib

    by bigsy85
    Replies
    392
    Views
    75,732

    Re: MSRP contrib

    Solved it! :clap:, cheers Lextechs.

    For anyone who has the same problem i just created an if statement that compares the normal price with the msrp price, if its the same no saving is shown.

    I...
  46. Thread: MSRP contrib

    by bigsy85
    Replies
    392
    Views
    75,732

    Re: MSRP contrib

    Is there anyway of removing the msrp if it is the same as the net price to stop it saying 'Saving 0%', just my xml feed imports the msrp but if theres no reduction it is the same as the selling...
  47. Replies
    3
    Views
    1,046

    Re: Attributes Feed Not Working - Please Read

    Thanks for the reply

    1. Easy Populate Advance2.76d
    2. Yep
    3. Mostly replaced products with attributes to match the sample downloaded

    I used Excel for all alterations and simply resaved, is...
  48. Replies
    3
    Views
    1,046

    Attributes Feed Not Working - Please Read

    Would really appreciate anyones help, in fact i will send 20GBP to whoever finds a solution first in this topic using paypal.

    I have a product feed and attributes feed and values feed designed for...
  49. Replies
    0
    Views
    651

    OSC to Zen Cart Attributes file

    Hi all.

    I've search and searched for an answer with no luck.

    I'm having trouble trying to inject a suppliers attributes file into my zen cart site, I know the feed is for OSC but I'm sure its...
  50. Manufacturer Images move benath once clicked

    Is it possible to show the manufacturer images when a customer clicks a category, then when they choose a brand instead of them having to scroll down to view the products the manufacturer logos would...
Results 1 to 50 of 50
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR