Search:

Type: Posts; User: mcqueeneycoins

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. v155 Re: Simple Instructions for Import

    Hi all, just a couple of questions I'm having trouble finding the answer to in the readme docs, etc.

    1) Is there a way to update a product with a linked category without changing the master...
  2. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    Disregard my last post--I managed to fix it. Just reinstalled the original code and redid my modifications. Must have been missing a closing tag or something somewhere.
  3. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    @lat9, sorry to be a pain, but have a new issue I could use some help with--I'm assuming it's something I did, but maybe you can identify the root cause. On shopping cart page, I combined the update...
  4. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    @lat9, possibly another bug found on the checkout_success page? "My Orders" button showing in the log off card box, the "My Account" box has a customer service text/button, and Customer Service box...
  5. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    Got it, sorry if I confused anyone. Not sure if it is related or not, but it doesn't look like the State/Province drop down menus auto-update when a new country is selected in the estimator. Is it...
  6. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    I was having this same issue--I think the code is missing an else statement in the tpl_modules_shipping_estimator.php file. Here's what I added and for now seems to be working as intended:


    <?php...
  7. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    Try this--hopefully it works. Still a work in progress: https://www.thecoinauthority.com/index.php?main_page=index&cPath=1

    Thanks again!
  8. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    Thanks, Lat! I have a 3/9/0 column setup with the template, so I changed the 4,5 and 6 on the configuration all to 3 and now it displays correctly on the smaller screens and has a max of 3 columns on...
  9. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    Hi all,
    I'm still working on implementing an updated website using bootstrap template. I recently updated my BS version from 3.6 to 3.6.3 by updating the changed files in the readme docs. Using ZC...
  10. v158 Re: Numinix Product Fields w/ 1.5.8a Not Working

    Thank you, I attempted to add the code you suggested and the query update kept throwing off an error. I realized it was because I wasn't using the dimension field. As far as the php errors, do I just...
  11. v158 Re: Numinix Product Fields w/ 1.5.8a Not Working

    mc--thank you for your help. After a lot of trial and error, I found one issue was with an extra space after a comma in the configuration menu where I was listing out the fields I wanted to display....
  12. v158 Re: Numinix Product Fields w/ 1.5.8a Not Working

    I've continued to play around with the code and although I haven't been able to fix anything myself, it seems like maybe the problem is with my PHP version (8.1). Looking at the error logs shows:

    ...
  13. v158 Re: Numinix Product Fields w/ 1.5.8a Not Working

    Thank you!--now we're getting closer! I updated the language file as suggested in the previous post, and updated all of the defines in the numinix_product_fields.php file as you showed. Lo and...
  14. v158 Re: Numinix Product Fields w/ 1.5.8a Not Working

    When I delete the numinix_product_fields.php file the site loads fine again, just doesn't display the new product fields of course.

    This is what the first part of the file looks like, in case it...
  15. v158 Numinix Product Fields w/ 1.5.8a Not Working

    Using 1.5.8a, PHP 8.1.2 and rebuilding a site from the ground up. Took a chance and installed Numinix's Product Fields module as I need to add more display fields on the product info pages. Followed...
  16. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    I think I found a useable workaround--I moved the <div class="card-header"> and it displays all shipping options together with a less than perfect heading. This should work I would think, but any...
  17. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    Forgive me, but I'm completely out of my element on this one. I can work with basic html and css, and am slowly getting the hang of bootstrap, but adding if/then statements to php files starts...
  18. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    Thanks--I understand that and found the code creating the cards; however, I'm failing to see how I can make the shipping options combine into one. It looks like it is calling each shipping module...
  19. Replies
    1,222
    Views
    270,616

    v155 Re: ZCA Bootstrap Template

    Looking for advice on how to combine the shipping modules display on the Checkout Shipping page into one "card". Using bootstrap template, 1.5.8, USPS shipping plugin. Basically, I have flat-rate...
  20. Replies
    807
    Views
    339,597

    Re: Dynamic Filter [Support Thread]

    Just curious if anyone is using this with the most current ZC version...1.5.7 or later? Seems like the plugin hasn't been updated in quite awhile, but I need something like this for my site. If...
  21. v155 Re: product categories - linking

    Forgive me if I missed it in this thread already, but I'm looking for a couple of "best practices" or ideas on how to best implement this plugin to achieve a more seamless inventory management...
  22. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks everyone for the input. Sounds like this may be a little harder than I was envisioning. I have seen it done on other (non zen-cart) sites, so figured it would be a fairly straightforward code...
  23. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks for the quick reply. I understand the mobile detect element, but if I'm viewing on a desktop the mobile detect script doesn't trigger, and as I make the browser window smaller the elements of...
  24. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Hi all, I know I'm not the first person to have this question but having trouble locating the solution so hoping someone can point me in the right direction. I'm wanting the hamburger menu that is...
  25. v157 Discount Coupon Free Shipping Issue

    Currently working on my checkout process and running into an issue with the way the discount coupon applies free shipping when the cart contains a product from a restricted category. I have one...
  26. v157 Re: Custom Flat-Rate Shipping Options Based on Product Type?

    Found a solution that works for me, just in case anyone else out there has a similar situation:

    To turn the flat-shipping module off for a particular category, I inserted this code to the flat.php...
  27. v157 Re: Custom Flat-Rate Shipping Options Based on Product Type?

    I will definitely look into that module--thank you.

    This particular configuration is really more of a "nice-to-have" rather than a "must-have" at this point with the exception of the supplies...
  28. v157 Custom Flat-Rate Shipping Options Based on Product Type?

    Looking for guidance on the best way to incorporate some modifications to the flat-rate shipping module and USPS module. I'm not an experienced coder so need some hand holding if this is even a...
  29. v157 Re: Products Listing (New, All, etc.) Subsequent Products Not Displaying Correctly

    Thanks again--I added the comments like you suggested. I keep a changelog if I edit core files, but haven't been very good about updates to template files. Sidenote--I'll be posting a new question...
  30. v157 Re: Products Listing (New, All, etc.) Subsequent Products Not Displaying Correctly

    Ah, you make it look too easy. That worked perfectly--thank you! I'm not code-savvy enough to realize I could have added that extra line text and was too focused on finding existing code to tag on...
  31. v157 Re: Products Listing (New, All, etc.) Subsequent Products Not Displaying Correctly

    Perhaps I'm misunderstanding your suggestion, but I don't think that will accomplish what I'm wanting to achieve. Within the svdbPriceAddWrapper div, there is the div.itemTitle and div.cartAdd. If i...
  32. v157 Re: Products Listing (New, All, etc.) Subsequent Products Not Displaying Correctly

    I open the div earlier in the product_listing.php module:


    case 'PRODUCT_LIST_PRICE':
    $lc_price = '<div id="svdbPriceAddWrapper"><div class="list-price">' ....
  33. v157 Re: Products Listing (New, All, etc.) Subsequent Products Not Displaying Correctly

    Thanks again. The reason I had added the </div> to the functions_general.php file originally was because I couldn't figure out a way to close the <div> and include the qty box, add to cart/check...
  34. v157 Re: Products Listing (New, All, etc.) Subsequent Products Not Displaying Correctly

    Dr. Byte, I found the problem and you were right--I had added a </div> tag to the functions_general.php file following the sold_out button code because of a display issue I was having on the main...
  35. v157 Re: Products Listing (New, All, etc.) Subsequent Products Not Displaying Correctly

    Good catch! Yes, I changed product qty back to 1 and it fixed the problem. Changed it back to 0 (Sold Out) and display issue returned. Do you think it's a template file issue, or more of a css issue...
  36. v157 Products Listing (New, All, etc.) Subsequent Products Not Displaying Correctly

    Hi all, I'm having a little trouble pinpointing a solution to a display issue on all of my Products Listing pages (All, New, etc.). The first product displays exactly as intended, but the subsequent...
  37. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I think I figured it out after a lot of trial and error--realized I was missing a </div> tag, but needed to add it on the functions_general.php instead of the product_listing.php which is why I...
  38. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks for taking a look--I'll try to see what I may have left off. With regards to the contrast, the background should be White, not blue. That's the issue. When I set the qty to 0 (sold out) or...
  39. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    This may or may not be related to the responsive template, but again hoping someone can help me troubleshoot the latest issue I'm having with the product listing page. When all products are in stock...
  40. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I may have solved my own problem and hopefully didn't screw anything else up in the process. What I did was build in a specific width for .col150 (the column that houses the left boxes) and then used...
  41. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Sorry about that--I've removed the maintenance mode. I think I've managed to figure out my responsive issues, at least with the formatting for the listing page. I'm pretty sure I need to add at least...
  42. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I was being stupid and forgot to change the write permissions of the config files when editing it. Didn't realize it wasn't saving my changes. So far so good with the ATC. Still playing around with...
  43. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Disregard--your suggestion fixed the problem with ATC. Thank you!
  44. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thank you! I think this has gotten me much closer to the design I want. Now that I have the formatting, I'm having trouble getting the layout to remain responsive as the window shrinks. Can you...
  45. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks for the reply! I'll play around with this some, but if I'm not mistaken this is for the product info page, rather than the product listing page? I may just need to do something similar and add...
  46. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Hi all, looking for guidance here. Using 1.5.6 and currently working on the product listing pages. Having some trouble with the alignment/layout I'm trying to achieve. Please see...
  47. v154 Re: Switching to 100% SSL (https) - Thoughts?

    Hi all, after receiving several complaints from (non-tech-savvy) customers about the "entering an unsecure site..." browser messages that appear when first visiting my homepage, I added the 301...
  48. v154 Re: Urgent Help Needed - USPS Module Not Working for TN only

    Dr. B--any thoughts on how to prevent the shipping option from being blank when an invalid address is entered? As of right now, no error produces to alert my customer that an invalid address was...
  49. v154 Re: Urgent Help Needed - USPS Module Not Working for TN only

    Thanks, Dr. Byte--I may have pinpointed the problem after playing with it some more, but still not sure how to solve it. I reviewed the debug file and saw a few zip code errors--it appears that if an...
  50. v154 Urgent Help Needed - USPS Module Not Working for TN only

    Please help!
    I have installed the USPS shipping module and have adjusted the settings, etc. so that the module is only available when the shipping weight exceeds 0.01lbs.
    We have several items we...
Results 1 to 50 of 103
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR