Search:

Type: Posts; User: bigjoed

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1,667
    Views
    287,011

    Re: Dynamic Price Updater

    I totally agree with stiggy100. You need not to be concerned with those that do not know how to appreciate a FREE contribution and yet have the audacity to criticize not only the contribution but...
  2. Replies
    1,667
    Views
    287,011

    Re: Dynamic Price Updater

    Hi,

    First of all, thanks so much for this contribution.

    My "Your Price: $XX.XX (X)" message shows twice, how can I fix that?
    Would there be a way to show the quantiy update (X) only if the...
  3. Replies
    1
    Views
    1,218

    Re: Product Rating (stars) on home page

    In order to make this work, I have added the following to includes\modules\pages\index\header_php.php:


    $reviews_query = "select count(*) as count from " . TABLE_REVIEWS . " r, "
    ...
  4. Replies
    1
    Views
    1,218

    Product Rating (stars) on home page

    I've been trying to look for a way to display the product ratings (stars) on the home page. For example as in under each product on the featured products section etc. I have been playing with the...
  5. Replies
    28
    Views
    8,715

    Re: Tell a Friend free shipping Support Thread

    I'm trying to make this work with Fast & Easy Checkout. I followed your instructions shown on post #11 and the contribution displays the notice of Free Shipping and the email textboxes. The problem...
  6. Replies
    28
    Views
    8,715

    Re: Tell a Friend free shipping Support Thread

    Never Mind. The mod apparently works fine. I went ahead and tested it on a live demo site and the order was recorded as it should. My guess is since I have not setup my mail server on localhost to...
  7. Replies
    28
    Views
    8,715

    Re: Tell a Friend free shipping Support Thread

    I have installed this mod several times and can not get the mod to record the orders placed. I downloaded a fresh copy of zencart and installed it in my server using xampp. I installed a fresh copy...
  8. Replies
    3
    Views
    622

    Re: Review my new website please

    The website address might be of some help...
  9. Displaying the number of products sold/downloaded on the each specific product page.

    Hi,

    I'm trying to display the number of products sold/downloaded directly on the product_info page for that particular product. I have been playing with the code from the admin/index page to see...
  10. Replies
    53
    Views
    15,796

    Re: ZenTagCloud Beta Available

    Excellent mod. Works great on my site. I'm using the code on the tpl_product_info_display.php file to display only on the product page. What I would like is for the tags to show the keywords for that...
  11. Replies
    3
    Views
    1,308

    Re: Left colum layout box...

    What stevesh meant was right at the top of this page, the top navigation bar shows a link for "Free Software Add Ons". There you need to find the Blank Sidebox either by doing a search or by looking...
  12. Replies
    2,216
    Views
    351,154

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    I have not been able to find an answer to my problem. If there is and anybody knows, first I apologize and second please direct me to it.

    My problem is that I have Tabbed Products Pro installed...
  13. Re: Trying to override the stylesheet on the index page only.

    Is there a way to modify the tpl_main_page.php only when viewing the home page? I don't want to modify the original too much with codes i.e. if this is home_page etc...

    I'm wondering if I can do...
  14. Is there a way to set up free downloads without purchasing?

    I'm using zen cart 1.3.8. I would like to set up a download from the document_general_info_display.php page in which the customer does not have to login or even create an account.

    Basically like...
  15. Replies
    31
    Views
    6,609

    Re: Need SideBox to show in One Catagory Only

    Never mind, I think I got it.


    if ($_GET['products_id'] == 12 or $_GET['products_id'] == 47) {
    //do it
    } else {
    //skip it
    }
  16. Replies
    31
    Views
    6,609

    Re: Need SideBox to show in One Catagory Only

    Could this be done also for a specific product instead of the entire category?

    Thanks
  17. Replies
    119
    Views
    32,574

    Re: Newsletter Subscriber Discount

    I was hoping to find a solution to the problem I'm having. I just installed this mod. I think is great like all your other contributions.

    I have Easy Sign Up and Login v1.17 (from numinix)...
  18. Re: Credit Card Declined when purchasing downloadable products.

    I'm sorry,

    Did you mean to test it with the original linkpoint_api.php? As I mentioned earlier, I solved the problem by modifying linkpoint_api.php as discussed here. Are you asking me to recreate...
  19. Re: Credit Card Declined when purchasing downloadable products.

    I just did, it worked fine. Set the price to $1 and $5 and the sale went through.

    Thanks
  20. Re: Credit Card Declined when purchasing downloadable products.

    The free downloads were fine. The priced download was the problem. I used a solution posted on the forum. I read the Linkpoint Debug file and tried to make sense of it and searched for: Linkpoint...
  21. Re: Categories don't show on admin, product don't show on site

    I used the SQL from phpMyAdmin and entered the following code:

    DROP TABLE IF EXISTS `hide_categories`;

    then POOF! all my products were gone from the site. I deleted all the files and/or code...
  22. Categories don't show on admin, product don't show on site

    I have an issue with my database. I was deleting the "Hide Categories" table from my database and I don't know what exactly happened to my store. The Categories show on the website but they only show...
  23. Replies
    19
    Views
    6,218

    Re: AJAX BANNER Swapper support thread

    I wish I had. I sent a message to the creator of this mod on his website today. Hopefully he can help...
  24. Re: Credit Card Declined when purchasing downloadable products.

    I tried the free download and it worked, I also tried a regular product and a virtual product. All success. I tried them one at a time in the cart. If I try anything in combination with the pay-for...
  25. Re: Credit Card Declined when purchasing downloadable products.

    I added another product, same attributes, got the same response.
  26. Re: Credit Card Declined when purchasing downloadable products.

    :smile: This is actually the second product with this problem. It is the same product but I added it a second time just to make sure. I'll create an additional product and see what happens.

    Thanks...
  27. Re: Credit Card Declined when purchasing downloadable products.

    Thanks for your reply,

    I deleted the attribute from that product. I reassigned the original option name: File Format and option value: zip, just like the other products. The file name has only...
  28. Re: Credit Card Declined when purchasing downloadable products.

    I take that back, I can't delete it because I have other products linked to that attribute, but those products work fine. :blink:

    Now I'm more confused than ever. The attribute works for free...
  29. Re: Credit Card Declined when purchasing downloadable products.

    I did that. Well, not exactly. I changed the attribute not deleted it. At first I had it set up as:

    Option Name: File Format (Radio)
    Option Value: zip

    Now is

    Option name: Download (Radio)...
  30. Re: Credit Card Declined when purchasing downloadable products.

    No, let me explain. Apparently I made it confusing.

    The free download works. It completes the order and takes me to the download (success) page.

    The paid-for download however declines the...
  31. Re: Credit Card Declined when purchasing downloadable products.

    Thanks for your reply. As I mentioned above. The product is not set to virtual. I followed all the guidelines from the tutorial and I'm still getting the same message. In fact, I have other...
  32. Credit Card Declined when purchasing downloadable products.

    I have a product that I want to make available for downloads. The settings are as follows:
    Product is Virtual: No, Shipping Address Required
    Always Free Shipping: No, Normal Shipping Rules...
  33. Replies
    954
    Views
    184,551

    Re: RSS2 Feed Contribution

    I'm running into problems with this installation. Hopefully somebody that has experienced this could help.

    I have wordpress on zencart installed. When I click on any of the RSS feed, the URL...
  34. Re: PayPal Express Checkout crossing with Linkpoint API

    Kim, DrByte

    I just wanted to thank you for all your help and apologize for wasting your time. The problem was not FEC, I failed to mention the fact that I was using Magic SEO URL and there was a...
  35. Re: PayPal Express Checkout crossing with Linkpoint API

    Hi Dr. Byte,

    Well, I uninstalled Fast & Easy Checkout and removed paypal in order to test the Credit Cards but I still have to enter the Credit Card twice.

    I'm on testing mode. I enter the CC...
  36. Re: PayPal Express Checkout crossing with Linkpoint API

    I know, I don't know what made me do that, I was desperate I guess, I don't plan to do it again though.

    Thanks
  37. Re: PayPal Express Checkout crossing with Linkpoint API

    I used the regular windows network connection. I uploaded the entire includes folder that way, now I have a weird problem. If I enter a credit card using the linkpoint option, I receive the following...
  38. Re: PayPal Express Checkout crossing with Linkpoint API

    Can any of you please tell me exactly which files are needed for Paypal and Linkpoint to communicate with the Gateway to complete the sale? I'm having to upload the files one by one through the...
  39. Re: PayPal Express Checkout crossing with Linkpoint API

    I will remove it to test it that way, it didn't give me problems before. I will also post this question on the author's forum. More importantly, I want to thanks you both for your fast responses.
    ...
  40. PayPal Express Checkout crossing with Linkpoint API

    I currently have PayPal Express Checkout and the Linkpoint API installed on my site. I have the "Enable Linkpoint Module" set to false because I'm trying to figure out what the problem is. I followed...
  41. Replies
    19
    Views
    6,218

    Re: AJAX BANNER Swapper support thread

    Thanks for your reply:

    I'm using PHP Version: 5.2.6 (Zend: 2.2.0). The tpl_main_page.php has been modified but the code from your contribution has not. The back and nex pictures show as well as...
  42. Replies
    19
    Views
    6,218

    Re: AJAX BANNER Swapper support thread

    I have this mod installed but the banners does not show. What could be wrong?

    Thanks
  43. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    I saw this posted but somehow the subject changed without an answer to this problem actually being submitted. I have not being able to solve this. Anybody has any ideas?

    Thanks
  44. Replies
    5
    Views
    1,532

    Re: category info for specific category only

    If I want a specific message to be displayed only on specific categories I do the following.

    I modify the tpl_product_info_display.php by adding the following code wherever I want my message...
  45. Replies
    4
    Views
    1,029

    Re: how do I relocate messagestack output?

    Here's how I relocated the messagestack output. I moved the following code:

    <?php
    // Display all header alerts via messageStack:
    if ($messageStack->size('header') > 0) {
    echo...
  46. Re: Trying to override the stylesheet on the index page only.

    That did it.

    THANKS
  47. Trying to override the stylesheet on the index page only.

    I trying to change the background of my website but only for the index page. I understand that in order to do so, all I need is a css file on my template folder using the page name. Therefore I added...
  48. Replies
    2
    Views
    1,546

    Re: New file into "Config.->Define Page Status"

    There is a contribution that will actually create the pages for you, it is called the Define Pages Generator. All you do is create a name for the file, specify the name of your template and the...
  49. Replies
    14
    Views
    5,932

    Re: Unfamiliar Text on Welcome Emails

    Text only, I have not try to send any html emails. Also, on my Email Transport method I have it set to PHP. I have sent other emails and the subject and content of the email seems to work fine. It is...
  50. Replies
    14
    Views
    5,932

    Re: Unfamiliar Text on Welcome Emails

    I have a create_account.php and create_account _success.php on the includes/languages/english folder and no repeats on my template folder.

    Thanks again...
Results 1 to 50 of 151
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR