Search:

Type: Posts; User: lankeeyankee

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. v157 Re: How can i limit shipper for liquid products

    buy the fantastic advanced shipper mod, it's worth it, we've been using it for years and couldn't function without it.
  2. Replies
    5
    Views
    526

    v154 Re: Best Cart to Migrate FROM Zencart

    It really depends on what you need that zc isn't giving you. What specifically does your business require that zc isn't providing, or what is the issue with zc that is bad enough to make you want to...
  3. v139h Re: Fast & Easy Checkout - Blank form problem

    seems to be working now, did you figure it out from the server logs?
  4. v157 Re: UPS and USPS are charging store more than zen cart is charging customer.

    They don't base it on dimensions at all unless you provide them, which is currently not possible in the stock zen cart or any module, commercial or free, that I am aware of.
  5. Replies
    18
    Views
    2,615

    v157 Re: ZX AntiSpam [Support Thread]

    Mine are always Bing, Apple, AT&T fwiw.
  6. v157 Re: UPS and USPS are charging store more than zen cart is charging customer.

    you need to give a little more info. What is the weight zen cart is quoting and what is the weight they are using in worldship? Are they equal or round up to the same value? If they are equal weight,...
  7. v157 Re: UPS and USPS are charging store more than zen cart is charging customer.

    One thing to keep in mind. UPS (and FedEx) will often charge by dimensional weight and (by default) zen cart has no way of telling the shipping service the box dimensions required by the cart...
  8. v156 Re: Need to retrieve Customer and Order data through API calls

    no, you will have to build it yourself and query the database.
  9. v155 Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    yes, it can
  10. v155 Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Is there a way to use dbio product handler to move products to new categories? I tried just changing the v_products_categories column to the new category but it doesn't do anything.
  11. Re: Can I reduce inventory based on weight instead of units?

    Can't you just set the stock level to the weight number and have them order in weight quantities? Example: you have 1000 pounds of product so there is 1000 units in stock. When they order, the...
  12. Replies
    10
    Views
    1,427

    v156 Re: Two parallel flat rates?

    +1 on advanced shipper. Native ZC shipping is too general and has very limited usefulness. Spend a bit and get AS, it's incredibly flexible and you can set up many different methods including...
  13. Replies
    2
    Views
    248

    Re: Product feature question

    there is a multi-store module that does allow for single sign-on between sites, it's in the modules section. Or you can get it from github https://github.com/Zen4All-nl/Multisite-Module-for-Zen-Cart
  14. Re: developers tool kit

    Did developers toolkit ever have the ability to find a whole file by name? I have never tried to use it like that.
  15. Replies
    15
    Views
    689

    v154 Re: Order Emails going to Spam or Junk

    What are the settings for email transport method and Emails must send from known domain? from admin>configuration>email options? Set your email back to sending from your domain then send one to an...
  16. v156 Re: Deleting empty customer accounts from database

    Thanks, Carl. I adapted it and it worked a treat to clear out COWOA accounts that never ordered. And then followed the other SQL commands to clear out the customer info, address book, customer...
  17. Replies
    8
    Views
    2,372

    v155 Re: Adding Apple Pay to wesbite

    I am looking at having adyen ported to zen cart, it has apple pay and many other payment types. The payment types can be automatically changed based on the customer's location. Not sure yet if we are...
  18. Replies
    1,782
    Views
    246,189

    v150 Re: Edit Orders v4.0 Support Thread

    you should change your admin directory name since you've put it out there for all to see
  19. v155 Re: Is there a plug-in that makes adding meta details easier or more straight forward

    dbio recently added meta tags to the products handler. Use this to bulk upload. Don't use the default unless you don't want to change anything, we always change the description so it can reflect...
  20. Thread: rss feed

    by lankeeyankee
    Replies
    5
    Views
    279

    v156 Re: rss feed

    what do the debug logs say?
  21. v156 Re: How to change or update 100's of attribute prices

    dbio, use the ProductsAttribsRaw handler. Can bulk change attribute pricing in a flash, and as far as I am aware this is the only module that can do this with attributes. Perhaps others can, too, but...
  22. Re: v156 - Admin - Customers - Orders - Edit orders Button only shows details

    Fair point. But I guess just a simple change to make the button say Details instead of Edit would stop any confusion.
  23. Replies
    638
    Views
    130,272

    v150 Re: Support Thread for Google reCAPTCHA plugin

    I think you are misunderstanding the intent of the module. I sent a message through your site using fake details. This module is not designed to prevent that. It's to prevent bots from sending junk,...
  24. Re: v156 - Admin - Customers - Orders - Edit orders Button only shows details

    Yeah, it's kinda misleading, the default button should be Details not Edit since you really can't do much editing to an order with default zen cart. I personally have changed the buttons after...
  25. Replies
    236
    Views
    44,699

    Re: Free Gifts-Dangling Carrot support

    You might like this one better. https://github.com/customscriptz/freegifts
  26. Replies
    19
    Views
    9,131

    Re: Amazon Pay for Zen-Cart

    If it's zucando, they are 100% trustworthy
  27. v157 Re: Parameter must be an array or an object that implements Countable in fec.php

    and did that fix the issue?
  28. v157 Re: Parameter must be an array or an object that implements Countable in fec.php

    after
    function update(&$class, $eventID, $paramsArray) {


    global $messageStack;
  29. Replies
    14
    Views
    4,577

    Re: Bank transfer linked to zen-cart

    In Europe it is much more common to do bank transfers. In the US I would never recommend it, too easy to create ACH fraud, I know this personally.

    To the OP, one of the great benefits of zen cart...
  30. Replies
    16
    Views
    17,663

    Re: Using PhpStorm

    I'll have to install that, thanks for pointing it out. I think it's important moving forward to future-proof so think making the changes as the code is being worked on would be the best way. That's...
  31. Replies
    16
    Views
    17,663

    Re: Using PhpStorm

    Did you ever find a workaround? I have modified includes/database_tables on my local install to avoid the issue.
  32. v156 Re: Operator's Manual in Admin

    It's almost like needing EZ pages for the admin, then it could be built out into chapters and have a TOC which would be perfect.
  33. Replies
    1
    Views
    288

    Re: Script Optimization Please Help!!!

    you say you are using php 5.6 but in their email it shows you using php 7.3. I am not sure if there are issues using zc 1.5.5f with php 7.3, trying forcing easy apache to use a lower version like php...
  34. v155 Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    I see a workaround. I need to add the products to the new linked category, which makes that the new master category. I then need to edit the csv to change the category back to the original and...
  35. v156 Re: Fatal Error - Site is down. SEO URL plugin to blame?

    PHP Fatal error: 1054:Unknown column 'pages_title'

    There is not a column in ezpages table named pages_title. It's in ezpages_content

    Does public_html/includes/classes/seo.url.php on line 936...
  36. v155 Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Hi Cindy,

    I've searched this thread and re-read the docs but haven't found an answer. I am trying to use dbio to link products to different categories but have not had any success yet. What...
  37. Re: Flash Sales or Sale for a specific time

    have you looked at specials? admin>catalog>specials
  38. Replies
    22
    Views
    1,700

    Re: Zen Cart Structured Data Module inv VAT

    Sorry, I don't have any other ideas. Not sure why it wouldn't display prices incl vat if the admin is set to display incl taxes. That is the function to display the price with or without taxes based...
  39. v156 Re: using facebook pixel to populate from my zencart to my fb business page.

    That is for order tracking, so it is different from what you were asking about originally. For orders, I have this in my custom template's tpl_checkout_success_default
    <!-- Facebook Pixel Code -->...
  40. Replies
    22
    Views
    1,700

    Re: Zen Cart Structured Data Module inv VAT

    Wouldn't you want to use zen_get_products_display_price instead of zen_get_products_actual_price?
  41. v156 Re: using facebook pixel to populate from my zencart to my fb business page.

    please do not put any of these lines in any of the pixel code
    search_string: 'leather sandals',
    content_ids: ['1234', '2424', '1318', '6832'],
    content_type: 'product'
    For the search result...
  42. v156 Re: using facebook pixel to populate from my zencart to my fb business page.

    when you go to google's structured data tool does it show the correct info? And is the chrome pixel helper showing anything in the Schema.org section yet?
  43. v156 Re: using facebook pixel to populate from my zencart to my fb business page.

    did you remove the open graph module and install the structured data module I linked? In the first screen, I see there is no data in the Schema section.
  44. v156 Re: using facebook pixel to populate from my zencart to my fb business page.

    I have

    <script>
    fbq('track', 'ViewContent');
    </script>


    in tpl_products_info_display and it works. You could have this in the footer and it should work, too. The info is passed from the...
  45. v156 Re: using facebook pixel to populate from my zencart to my fb business page.

    Also, read here for the required tags https://developers.facebook.com/docs/marketing-api/product-catalog/update-options#microdata-tags
  46. Replies
    1
    Views
    199

    v155 Re: How to create a new checkout session

    edit: saw you posted already in save for later thread
  47. Replies
    7
    Views
    5,623

    Re: Solve Memory Leaks

    Anything is possible but you'd have to do some editing to the file. I think it would be pretty large rewriting due to the way the code currently works.
  48. v156 Re: using facebook pixel to populate from my zencart to my fb business page.

    Do you have structured (they call it microdata on fb) installed on your site? You have to have that before it will pull data for a catalog. And you don't need the content_id. According to their...
  49. Replies
    133
    Views
    34,382

    v155 Re: non-CAPTCHA and Honey-pots

    https://github.com/davesaddle/NonCAPTCHA
  50. v156 Re: using facebook pixel to populate from my zencart to my fb business page.

    Yes, please share. Many people might not be aware that this is possible (like me):D
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR