Search:

Type: Posts; User: balihr

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    723

    Admin Bootstrap 5

    I've updated the Zen Cart 2.0.0-alpha admin to use Bootstrap 5.3.2 (current release). IMHO, it's a shame to use BS3 which is obsolete when a new ZC version release is just around the corner.

    I...
  2. v158 Re: Help me: No category provided for this new product

    This is a EasyPopulate question, so it would probably be best to ask in the official thread.

    You can check your EP settings and see what you defined for Import Language Override. Next, are you...
  3. Replies
    23
    Views
    2,595

    v157 Re: ZX Order Review [Support Thread]

    It will not work for previously placed orders, only orders that are placed AFTER you modified the code.

    You could clone and modify the root/order_review.php file yourself and create a custom...
  4. Replies
    23
    Views
    2,595

    v157 Re: ZX Order Review [Support Thread]

    Sorry for the late reply, I was on vacation.

    Guest checkout is excluded from the order review emails because I personally expect NOT to be contacted about anything other than the essential...
  5. Replies
    2
    Views
    142

    v158 Re: Store Email Not Being Received

    Are you sure your server's settings point to the mail server? Check your server's DNS zones and make sure it's explicitly configured to point to your mail server, otherwise the server will try to...
  6. Replies
    4
    Views
    824

    Re: Remove all countries at once except one.

    If you're 100% sure you want to remove them, an SQL command would be enough. You would need to know the ID of the country, but you could go with the name... For example, US is 223, but you could use...
  7. Replies
    8
    Views
    249

    v158 Re: Copy Categories / Products

    I can't say for sure because I don't use the plugin you're using (Numinix Product Fields), but this doesn't look right:
    ...
  8. Replies
    8
    Views
    249

    v158 Re: Copy Categories / Products

    Yup, exactly as swguy said. You seem to have quite a few extra fields in your query so it's obviously been heavily modified. The simplest solution is to add products_description2 to your products...
  9. Replies
    8
    Views
    249

    v158 Re: Copy Categories / Products

    Please remember that ANY TIME you get such an error message, there will always be an error log associated with the error in your logs folder. If there are many and you can't find the latest one,...
  10. Replies
    593
    Views
    52,157

    v157 Re: Square WebPay support thread.

    I really hate jumping into such questions, but I'll make an exception this time.
    Updating the SDK is not a 2-3 line difference, especially not with payment plugins which are IMHO the most critical...
  11. Re: How to remove Credit Card as payment method

    PayPal Payments Pro is used for accepting credit cards onsite. If you don't use it, go to admin->Modules->Payment and simply remove the Pro module. You want only PayPal Express installed.
  12. Replies
    7
    Views
    386

    v157 Re: Total is now 4 decimal places vs 2.

    Give it a try and let us know. :wink:
    It will simply drop the last two digits while inserting. No need to adjust code if this will do the trick.
  13. Replies
    7
    Views
    386

    v157 Re: Total is now 4 decimal places vs 2.

    As lat9 has mentioned, that field is decimal(15,4) by default. When in phpMyAdmin, simply click the Change button next to order_total row and set its length to 15,2
  14. Thread: Reviews Link

    by balihr
    Replies
    13
    Views
    439

    v158 Re: Reviews Link

    I'd say something really strange is happening. Can you check your includes/functions/extra_functions/ directory and see if you have any files that shouldn't be there (or post the contents here)? I'm...
  15. Thread: Reviews Link

    by balihr
    Replies
    13
    Views
    439

    v158 Re: Reviews Link

    And what does the error log say?
  16. Thread: Reviews Link

    by balihr
    Replies
    13
    Views
    439

    v158 Re: Reviews Link

    Use the Developers Toolkit and search all files for "function securityPatchSanitizePostVariableId" (without quotation marks). It's probably being declared elsewhere. Depending on where, you can leave...
  17. Replies
    5
    Views
    379

    Re: Editing main menu and banner section

    Well, for starters, the setup you have is "illegal" in Zen Cart - you're not supposed to have products AND categories on the same level. If you do, products take precedence and categories are...
  18. Replies
    2
    Views
    180

    v158 Re: Database Transfer

    The way I normally do it is I upgrade the old database to the latest version and then transfer only the customer and order related tables (don't forget address_book). Just double-check there are no...
  19. Replies
    2
    Views
    135

    v139b Re: EZ Page Passwords?

    On a 1.3.9??? :shocking:

    Would be MUCH easier if you converted those EZ Pages to define pages. EZ Pages don't support php, although there is a way of enabling it. You'll need to search the forums...
  20. v157 Re: Zen 1.57c and going VAT registered, is there a zen to do list for this?

    You'll need a Zone where your VAT is applicable and you'll need to create a Tax Class and a Tax Rate.
    #1 go to Locations->Zones Definitions and create a zone for VAT. Add countries where you will...
  21. v157 Re: Zen 1.57c and going VAT registered, is there a zen to do list for this?

    lbs to kg is a simple change in the files: includes/languages/english.php - simply search for lbs and change the 2 lines to read kg. Keep in mind there might be a template override so you might need...
  22. Replies
    1
    Views
    258

    Re: Reporting Fake Shop

    Unfortunately, no. Zen Cart is an open source platform, meaning anyone can install it on their server and do whatever they want with it. The only way to fight these scammers is through your local law...
  23. Replies
    739
    Views
    233,180

    Re: ZX Slideshow official thread

    Of course. Define Pages support php so you can simply add the block of code to insert the slideshow where you need it:

    <?php //if(ZX_SLIDESHOW_STATUS == 'true') { ?>
    <?php...
  24. Replies
    739
    Views
    233,180

    Re: ZX Slideshow official thread

    Use the uninstall.sql from the old version (2.2 or whatever you have installed) and then simply upload the files for v3 as per the documentation (nothing special, just like other standard plugins)....
  25. Replies
    739
    Views
    233,180

    Re: ZX Slideshow official thread

    It seems like you've already found the solution. Would you like to post what you had changed?
  26. Replies
    739
    Views
    233,180

    Re: ZX Slideshow official thread

    Glad to hear that!
    Please don't forget about Accessibility and make sure the font colors are set so it's not white text on white background or similar mistakes. You don't want @dbltoe breathing down...
  27. Replies
    739
    Views
    233,180

    Re: ZX Slideshow official thread

    Sorry for not updating this thread - searching the older threads won't help because ZX Slideshow v3 is completely different and there have been no question about v3 yet...

    It seems that you didn't...
  28. Replies
    172
    Views
    41,388

    v150 Re: Cookie Control Support Thread

    Uhm... Again... If you don't need too many options and are OK with just the warning and customer being able to confirm it, what's wrong with the one I suggested earlier?
  29. Replies
    7
    Views
    679

    v155 Re: One Page Checkout

    You're using by far the worst template ever created for Zen Cart, and judging by your other posts, the person who built the site made even more of a mess. The best thing you could do is to rebuild...
  30. Replies
    23
    Views
    2,595

    v157 Re: ZX Order Review [Support Thread]

    If you got a 404, that means you didn't run the correct URL. The XXXXX stands for the random characters that you should have added to the order_review.php as per the docs. Looking at your cron job...
  31. Replies
    23
    Views
    2,595

    v157 Re: ZX Order Review [Support Thread]

    Did the cron job run AFTER you enabled the Email Archive Manager?
    Are you sure you have orders that meet the requirements at the time when the cron job is executed? In admin->Configuration->ZX...
  32. Replies
    11
    Views
    1,343

    v155 Re: Review Reminder issue

    I remember seeing a plugin that uses the 'rd.reviews_reply_text', but can't remember which one it was. If the review REPLIES are not important to you, you could edit your...
  33. v158 Re: GDPR or Cookies plug in - or other solution for V158a ?

    Here's the simplest cookie warning plugin. User can only confirm, there are no advanced choices and it does NOT block cookies until confirmed, it's just a notification. You can see it in action on my...
  34. Replies
    3
    Views
    774

    Re: shopping cart issues after upgrade

    Brutal... :rotflmao: But sadly, 110% true.
  35. Replies
    739
    Views
    233,180

    Re: ZX Slideshow official thread

    The way it works is it respects your original image's height and the slider will use that for height. The width of the image will remain as is, but the image will be cut off if it doesn't fit the...
  36. Replies
    739
    Views
    233,180

    Re: ZX Slideshow official thread

    @NWCE - yup, this is exactly the reason.


    As an alternative, you can simply upload the slides to your /banners directory (or create a new one named /slides). If it's in /images/banners/ (or...
  37. Replies
    739
    Views
    233,180

    Re: ZX Slideshow official thread

    Is anyone interested to help me test the new version before packing it up as a plugin and submitting here? I'm pretty sure there's stuff that can be done to improve it, but am running out of time and...
  38. Replies
    3
    Views
    2,159

    v158 Re: 1.5.8+ Dutch Language Pack

    LOL, nope, but my client is. I was upgrading her site to 1.5.8 and the older language pack was in use (https://www.zen-cart.com/downloads.php?do=file&id=1156). I converted the old pack, removed...
  39. Replies
    9
    Views
    1,263

    v158 Re: Products Below Categories [Support Thread]

    Are those products linked by any chance? Meaning showing in multiple subcategories of the parent category?

    Try includes/modules/pages/index/main_template_vars.php
    from

    $listing_sql = "select "...
  40. Replies
    9
    Views
    1,263

    v158 Re: Products Below Categories [Support Thread]

    Yup, that's what I thought, but had to make sure.
    You'll need to make the same/similar change in includes/modules/pages/index/main_template_vars.php
    The simplest way is to add a line right after...
  41. Replies
    9
    Views
    1,263

    v158 Re: Products Below Categories [Support Thread]

    Glad to hear that!


    You can edit your includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php and simply find and comment the line that display subcategories.

    //...
  42. Replies
    7
    Views
    983

    v1371 Re: Locked out of my website

    Zen Cart 1.3.7 ? :ohmy: This might even be caused by an unsupported php version...

    The docs don't really cover it because it's a dinosaur version, but it's pretty much the same using phpMyAdmin:
    ...
  43. Replies
    6
    Views
    755

    v157 Re: Shipping option based on category/product

    Wasn't that the expected outcome?



    What happens when it's a mixed cart, can you explain what you get vs what you're expecting?
  44. Replies
    11
    Views
    1,910

    v158 Re: is there a Dutch language file?

    Replied to email with the updated file. :cheers:
  45. v158 Re: Payment methods not showing up after Install.

    No, you probably just installed the 1.5.7 version of the plugin to your 1.5.8 site.

    If you look at the stripe plugin, it comes with 2 folders, one for 1.5.7 and the other for 1.5.8. The one for...
  46. v158 Re: Payment methods not showing up after Install.

    From the screenshot, I'd say it looks like a partial blank page. Scroll down and see "Working with Debug Logs". My suggestion is to clear ALL debug logs, then go to the frontend to reproduce the...
  47. Replies
    12
    Views
    727

    v157 Re: Schema Markup Language

    Why are you putting the image URL in brackets? According to schema.org, the image property doesn't need brackets when you're submitting a single image.

    So, IMHO, the correct code would be
    ...
  48. Replies
    11
    Views
    1,910

    v158 Re: is there a Dutch language file?

    I'll send you the zip file in PM. Please install and test it and then report back to confirm whether it's working as expected. Once confirmed, I'll submit to Plugins for everyone else to use (simply...
  49. Replies
    11
    Views
    1,910

    v158 Re: is there a Dutch language file?

    I have it, I've recently updated it myself. I'll run through it tomorrow and will share later in the evening.
  50. Re: Typesense plugin (Instant Search add-on) Support Thread

    Got it all running, but will share my experience setting it up, maybe it helps someone.

    Running 1.5.7c on php 7.4.33
    Typesense installed on a cloud vps with 8GB ram and 4 vCPUs (should be plenty...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR