Search:

Type: Posts; User: kamion

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    41
    Views
    9,658

    Re: Easy Google Analytics - Support

    Please describe what's missing.
  2. Replies
    41
    Views
    9,658

    Re: Easy Google Analytics - Support

    Ok, I think I've figured it out.

    Originally, the code for includes/templates/<your template>/jscript/jscript_google_analytics.php in Simple Google Analytics was:



    <?php
    /* Begin Simple...
  3. Replies
    2,160
    Views
    398,234

    Re: Simple Google Analytics - Support

    Ok - http://www.zen-cart.com/showthread.php?214095-Easy-Google-Analytics-Support
  4. Replies
    41
    Views
    9,658

    Easy Google Analytics - Support

    Since there isn't an Easy Google Analytics (2.1.5) thread, I'm starting one here.

    I'm on ZenCart v1.5.1. I was previously using Simple Google Analytics (1.2.6).

    In includes/templates/<your...
  5. Replies
    2,160
    Views
    398,234

    Re: Simple Google Analytics - Support

    Since there isn't an Easy Google Analytics (2.1.5) thread, I'm posting a query here. I'm on ZenCart v1.5.1. I was previously using Simple Google Analytics (1.2.6).

    In includes/templates/<your...
  6. Replies
    130
    Views
    62,202

    Re: Duplicate Orders/Order Confirmation

    Thanks for the response, DrByte. I'm on 1.39h but just on the cusp of completing my upgrade to 1.51. We are using a payment gateway to handle our credit card payments. So it would be as you said...
  7. Replies
    130
    Views
    62,202

    Re: Duplicate Orders/Order Confirmation

    Sorry, I'm using a different payment gateway. Is there code in ZenCart's Paypal Express Checkout module that does the debouncing which I can integrate to my own payment module?
  8. Replies
    130
    Views
    62,202

    Re: Duplicate Orders/Order Confirmation

    Is there a way to detect this and debouncing/preventing it?
  9. v150 Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    My suggestion to only moving the "Submit" line to within the curly bracket will leave the back button appearing on both form fill and success pages.
  10. v150 Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Hi Mike,

    All you have to do is move one line of code in includes/templates/<your template>/templates/tpl_testimonials_add_default.php

    At the bottom of the file, you'll see:


    </fieldset>...
  11. v151 Re: Plugins not auto-loading in Admin (Upgrade from 1.39h)

    OK, nevermind. I figured it out. The new plugins actually delete off files after running for the first time.

    For the Testimonials Manager, it was the admin/includes/auto_loaders/config.tm.php...
  12. v150 Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Ok, I figured it out.

    The admin/includes/auto_loaders/config.tm.php file was deleted from a previous test installation.

    Maybe a note should be added to the installation/upgrade about this...
  13. v151 Plugins not auto-loading in Admin (Upgrade from 1.39h)

    I'm upgrading from 1.39h to 1.51. I've dumped my 1.39h database and put it into a new databse for the 1.51 upgrade. I ran zc_install and upgraded the database.

    Everything seems working except...
  14. v150 Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    I'm upgrading from 1.39h to 1.51. I've dumped my 1.39h database and put it into a new databse for the 1.51 upgrade. I ran zc_install and upgraded the database.

    Everything seems working except...
  15. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    I can't remember what my error message was, but I added a line before the call to simplexml_load_string. You can try it:



    $myImage = zen_get_products_image((int)$_GET['products_id']);
    $myImage...
  16. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    It replaces the two extract() calls in:

    includes/templates/<your template>/common/html_header.php
  17. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    You're welcome. :) Glad it helped you.
  18. Replies
    153
    Views
    143,447

    Sticky: Re: Adding New Product_types

    WutsAnEmu, you can try using product.php as the base for product_dvd.php. I can't remember why, but I chose product.php to base all my new product types instead of product_music.php.
  19. Thread: SitemapXML v.2

    by kamion
    Replies
    2,106
    Views
    422,983

    Re: SitemapXML v.2

    Thanks for the heads-up. I'll try it out.
  20. Thread: SitemapXML v.2

    by kamion
    Replies
    2,106
    Views
    422,983

    I found an easy solution to this, just add links...

    I found an easy solution to this, just add links to the More Information sidebox as EZpages links, and then disable the "More Information" sidebox.
    ...
  21. Thread: SitemapXML v.2

    by kamion
    Replies
    2,106
    Views
    422,983

    Re: SitemapXML v.2

    Thanks for the quick response.

    I don't know why I'm using v2.1.0. I should upgrade my version. :)
  22. Thread: SitemapXML v.2

    by kamion
    Replies
    2,106
    Views
    422,983

    Re: SitemapXML v.2

    ZC 1.39h - SitemapXML v 2.1.0 - I've added some custom pages under the 'More Information' sidebox, like the 'Page 2', 'Page 3', etc. How can I add these pages to be indexed by SitemapXML?

    Thank...
  23. v139h Re: checkout_process -> checkout_success returning internal server error

    Live and learn. :)

    Thanks, DrByte.
  24. v139h Re: checkout_process -> checkout_success returning internal server error

    I figured out what was wrong. It's the email.

    I left it on default PHP email path on ZenCart, but for some reason, my host isn't accepting my login from my localhost PHP server. So it was getting...
  25. v139h Re: checkout_process -> checkout_success returning internal server error

    1. What payment gateway is being used when this occurs?

    Check/Money Order

    2. Your apache error logs will tell you the cause of the internal-server-error

    I looked into the Apache...
  26. v139h localhost server checkout_process -> checkout_success returning internal server error

    Dear all,
    I have a problem on my localhost test site. It seems to be working fine on my live site.

    The problem is during checkout, after clicking on "Confirm the order" button on Step 3 Order...
  27. Replies
    2,444
    Views
    353,444

    Re: Ceon URI Mapping v4.x

    I've found the answer to my problem above. :)

    Looks like there's a need to add custom product types to two files:

    1) includes\extra_datafiles\ceon_uri_mapping_product_pages.php
    2)...
  28. Replies
    2,444
    Views
    353,444

    Re: Ceon URI Mapping v4.x

    Dear Conor,

    I have installed Ceon URI Mapping (SEO) 4.4.1 on ZenCart 1.3.9h.

    It seems to be working, except the product listing display still uses the ZenCart generated URL.

    I have a...
  29. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    See my solution above: Link

    This error is generated when the arguments are empty. So I just checked if the arguments contained anything before I call the extract() functions. It has cleared up the...
  30. Thread: SitemapXML v.2

    by kamion
    Replies
    2,106
    Views
    422,983

    Re: cron job causes debug error

    I'm also having this same warning as torvista. I'm trying the browser method and will report back whether it works for me too.

    FYI, these are my warning messages:
  31. Re: v139 Random Products Image instead of Category Icon

    Expanding on your second attempt above that partially works, maybe something like:


    $random_products_query = "select p.products_id, p.products_image, pd.products_name, ptc.categories_id
    FROM " ....
  32. Replies
    0
    Views
    724

    v139h Category landing page for a manufacturer

    At the moment, when a manufacturer is chosen from the manufacturers sidebox, you end up with a list of all products from that manufacturer.

    Is there a way to show just all the categories related...
  33. Re: v139 Random Products Image instead of Category Icon

    I'm no expert, and I don't really know the answer, but I can see that your query is not linking the products you are selecting back to a particular category. You need to match the products selected...
  34. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    You can try putting the FB, Twitter, Google code into includes/templates/<your_template>/common/tpl_header.php.
  35. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    gopinathgoswami, in regards to the Facebook Open Graph tag in includes/templates/<your_custom_template/common/html_header.php


    <meta property="og:url" content="<?php echo $prod_url; ?>" />

    I...
  36. Replies
    3
    Views
    963

    v150 Re: Facebook Like Button main Page

    Like kdays said, you'll need to add the "href" parameter to your code, for example:

    <fb:like send="false" layout="button_count" width="90" show_faces="false"...
  37. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    Would something like this work?


    if(isset($product_info_metatags->fields) && !empty($product_info_metatags->fields)) {
    extract($product_info_metatags->fields);
    }...
  38. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    I don't have any problems with the Addthis sidebox sort order. It works just fine when I modify "LEFT/RIGHT COLUMN Sort Order".
  39. Replies
    696
    Views
    169,374

    Re: Better Together Contribution Support Thread

    Good work, swguy. This was what I was looking for, and saved me the hassle of having to code it all from scratch. :)

    Just a quick note, instead of using the define FILENAME_PRODUCT_INFO to...
  40. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    I've just deleted the two extract() calls. They don't seem to do anything useful as far as I can tell.
  41. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    Sorry gopinathgoswami. Ignore my post above about Google Chrome. I had the "Facebook Disconnect" plugin enabled, and that was blocking it. :oops::bangin:
  42. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    Dear gopinathgoswami,

    Did you try looking at the page for Facebook like button on Google Chrome browser? It doesn't show up in Chrome.

    I shows up in Firefox and IE, but not Chrome.

    Any...
  43. Thread: SitemapXML v.2

    by kamion
    Replies
    2,106
    Views
    422,983

    Re: SitemapXML v.2

    Just want to say thank you, Andrew.

    It worked perfectly. :clap:

    sitemapxml: 2.1.0
    Zencart: v1.3.9h
  44. Replies
    0
    Views
    348

    v139h Attributes - pricing and discounts

    I'm trying to set up a product "SD Cards" which have four attributes to select the size of the card:

    4GB
    8GB
    16GB
    32GB

    Prices go up non-linearly.

    4GB - $49
  45. Re: Creating a popup page like info_shopping_cart

    Thanks, usernamenone.

    I've just found out what I was missing! A good night's sleep does help.

    includes/modules/pages/<my_popup>/header_php.php

    It's now working.

    :clap::clap:
  46. Creating a popup page like info_shopping_cart

    ZenCart: v1.3.9h

    I've been trying to create a new popup page like info_shopping_cart. Unfortunately, I got a page not found error when I click on the link, and there's no error log in the cache...
  47. Replies
    4
    Views
    561

    Re: Tell visitors why they've been logged out?

    Thanks, DrByte. I appreciate your help and advice (and generally appreciative for the whole ZenCart). :)
  48. Replies
    4
    Views
    561

    Re: Tell visitors why they've been logged out?

    The idea behind CC Slam prevention is to stop simple scripts, right? Functionally, adding the polite text message makes no difference. Even without the polite message, there's nothing to stop a...
  49. Replies
    4
    Views
    561

    Tell visitors why they've been logged out?

    The FILENAME_TIME_OUT seems to be the page to go to whenever something goes wrong, but there's no mechanism to display the reason it gets there.

    How can I change it so that it displays some...
  50. Replies
    1
    Views
    829

    Re: Returning from external payment gateway

    Oh nvm. :) I found the problem. I used a different website address alias in the return URL. :doh:
Results 1 to 50 of 93
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR