Search:

Type: Posts; User: mito0930

Search: Search took 0.01 seconds.

  1. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    Hi, I've run into a 500 fatal error on my site. I got this in my error log


    PHP Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c...
  2. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    I've fully installed this plugin to my shop with no problems on the storefront or the backend. However I ran into the problem of opening the Catalog > Reward Points page. I'm wondering if my...
  3. Replies
    14
    Views
    595

    v157 Re: Contact Form Sesson Time Out

    I should add, I got an SMTP Email error with the rewrite in my .htaccess on. Getting rid of it gets rid of the error.
  4. Replies
    14
    Views
    595

    v157 Re: Contact Form Sesson Time Out

    This was the solution, thank you!
    On top of editing the files you suggested, I did a rewrite through my host admin control panel to remove the www from the url (Dreamhost).
  5. Replies
    14
    Views
    595

    v157 Re: Contact Form Sesson Time Out

    I removed the force rewrite, nothing has changed in terms of the session timeout. The website is exactly the same as it was before, so like you said, the force rewrite isn't exactly necessary.
    ...
  6. Replies
    14
    Views
    595

    v157 Re: Contact Form Sesson Time Out

    It's running on PHP 7.4
  7. Replies
    14
    Views
    595

    v157 Re: Contact Form Sesson Time Out

    I checked both init_sessions files and they're exactly the same as the fixes shown. As for the includes/configure.php file... is there something I should fix there or is it ok as it is?
  8. Replies
    14
    Views
    595

    v157 Re: Contact Form Sesson Time Out

    sure here are my settings from the top:

    /tmp
    true
    false
    false
    false
    false
    true
    true
  9. Replies
    14
    Views
    595

    v157 Re: Contact Form Sesson Time Out

    I'm using an SSL for it, I've forced it in the .htaccess file. Checkout is fine, I've done multiple tests to see if it works. Cache settings... where do I find that? The database is new, I created it...
  10. Replies
    14
    Views
    595

    v157 Contact Form Sesson Time Out

    I'm testing my new zen cart install (v1.5.7) and the contact form keeps timing out when I hit the "send" button. I'm not getting any logs that specify where the problem might be. I've been receiving...
  11. Replies
    175
    Views
    26,925

    v151 Re: Column Layout Grid 3.0 - Twitch Base6 Fork

    Oh, I think I finally understand. I understand that it defeats the purpose, but I realized that displaying 3 columns on a small device makes everything squish together. If that's the case, should I...
  12. Replies
    175
    Views
    26,925

    v151 Re: Column Layout Grid 3.0 - Twitch Base6 Fork

    Twitchtoo, what I'm looking for is something that automatically changes with different screen sizes. Adaptive might be a better word for it, instead of allowing it to be toggled manually. My original...
  13. Replies
    175
    Views
    26,925

    v151 Re: Column Layout Grid 3.0 - Twitch Base6 Fork

    I want the columns to be more controllable, so that it responds to screen size.
    Currently I have 4 columns shown for desktop and would want 2 or even 1 shown on mobile.
    I didn't use the responsive...
  14. v156 Re: Trouble with Displaying Category with Define Main Page

    Actually coming back to this since there was a slight problem.

    While Twitchtoo's solution was helpful and actually worked, the code to display the define_main_page on tpl_index_product_list...
  15. v156 Re: Trouble with Displaying Category with Define Main Page

    Hi Twitchtoo,

    Thank you for the help and advice! This worked perfectly and did exactly what I was asking for.
    I'll admit I'm not all too familiar with PHP, but this explination helped. I think...
  16. v156 Trouble with Displaying Category with Define Main Page

    So I want to display a category on the main page along with the defined main page.
    I have no problem with it when displaying the Top category, but when displaying a subcategory, the define main...
  17. Replies
    175
    Views
    26,925

    v151 Re: Column Layout Grid 3.0 - Twitch Base6 Fork

    Is there anyway to have this plugin display products in a different number of columns according to screen size?
    I'm using Zen Cart v1.5.6c
  18. Replies
    11
    Views
    1,559

    v156 Re: Newsletter unsubscribe link

    Thank you so much swguy. It worked! :D
  19. Replies
    11
    Views
    1,559

    v156 Re: Newsletter unsubscribe link

    Just to clarify, I'm putting that line of code in email_template_newsletter, correct? I may have been editing the wrong file.
  20. Replies
    11
    Views
    1,559

    v156 Re: Newsletter unsubscribe link

    The code seems to not work. I've fiddled around with it for a bit to see what may have been causing it to not work but nothing I've come up with has worked.
    What has happened instead is the image...
  21. Replies
    11
    Views
    1,559

    v156 Re: Newsletter unsubscribe link

    Thank you! I believe I almost got it, seeing as I was able to remove the text from the html format email. The image shows up and it is linked as I wanted it to be.
    One last problem: I'm not too...
  22. Replies
    11
    Views
    1,559

    v156 Re: Newsletter unsubscribe link

    Thank you for your reply and help swguy.

    I forgot to clarify that I'm fixing the newsletter template for emails and not the website only. Will this work for the email as well? Or do I grab this...
  23. Replies
    11
    Views
    1,559

    v156 Newsletter unsubscribe link

    I did a lot of looking around and could not find an answer so here goes nothing:

    I'm customizing my newsletter template and wanted to change the newsletter unsubscribe link into an image rather...
  24. Replies
    113
    Views
    31,627

    Re: Additional Product Images addon

    Hello, after removing the files and running the uninstall.sql and reinstalling the plugin, the additional images started to show up. The other plugins still work alongside Additional Images but I...
  25. Replies
    113
    Views
    31,627

    Re: Additional Product Images addon

    Alright, I went and fixed the first problem which was unrelated. I no longer have logs reporting that issue.

    Now to tackle the issue. I'm using Zen Cart v 1.5.6c. The template I've made is based...
  26. Replies
    113
    Views
    31,627

    Re: Additional Product Images

    Forgot to put in the script code I mentioned that's in html_header.php


    <script type="text/javascript">
    $(document).ready(function() {
    var origsrc = $("#productMainImage a img").attr("src");...
  27. Replies
    113
    Views
    31,627

    Re: Additional Product Images

    Thank you for your reply. I've reinstalled Zen Cart again just in case it wasn't any plugins I forgot to uninstall clashing, but the problem still persists even after following all instructions and...
  28. Replies
    113
    Views
    31,627

    Re: Additional Product Images

    Hello, I have an issue with my additional images not showing up. I've set the additional images to show through the admin and added the images accordingly but it may seem that the script isn't...
Results 1 to 28 of 28
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR