Search results for query: *

  1. Liam W

    Question Invoice link?

    I can't seem to find where the invoice link has moved to... I'm 98% sure there definitely used to be one, and there's still a mechanism to upload an invoice logo, so how do customers/admins access the invoice view for an order?
  2. Liam W

    Bug Not fully PHP 7.4 compatible

    There's curly array/string offset syntax lurking on line src/addons/DBTech/eCommerce/Finder/Download.php:127.
  3. Liam W

    Bug Product structured data error

    I've been getting this error in my search console: Either 'offers', 'review' or 'aggregateRating' should be specified It's referencing the embedded Product inside the itemOffered key of the product offers key. Not sure if this is actually a Google bug, to be honest.
  4. Liam W

    Bug Error logged when trying to view Order detail

    Huh, nevermind. It's an issue with my All Rich Usernames add-on.
  5. Liam W

    Bug Error logged when trying to view Order detail

    When clicking an order in the order list to view more detail, no overlay is displayed and this error is logged: Error: LogicException: Template admin:dbtech_ecommerce_log_order_view error: Entity is read only File: src/XF/Mvc/Entity/Entity.php:560 Stack trace: #0...
  6. Liam W

    Bug Missing order_id in OrderEmail job.

    Nope, email reminders sent after 2 days, orders deleted after 7 days - though I did decrease the orders deleted value around the time I noticed these start to appear.
  7. Liam W

    Bug Missing order_id in OrderEmail job.

    My error logs have been filling with the following: LogicException: Cannot trigger this job without a valid order id. src/addons/DBTech/eCommerce/Job/OrderEmail.php:35 #0 src/XF/Job/AbstractJob.php(28): DBTech\eCommerce\Job\OrderEmail->setupData(Array) #1 src/XF/Container.php(275)...
  8. Liam W

    Implemented Inverse criteria

    It'd be useful to have the inverse criteria available to select (I.E no more than x licenses etc.)
  9. Liam W

    Bug Default product icon CSS issues

    Hmm, that didn't work for me, though it's plausible I have some interfering CSS...
  10. Liam W

    Implemented Enable flex-grow for grid items on narrow displays

    Currently, when viewing the product list on a narrow display (where's there's only enough room to display 1 product), the product is aligned to the left, which looks unappealing. Adding a CSS rule for when the device is narrow (or below the width at which two products can appear) to enable...
  11. Liam W

    Bug Default product icon CSS issues

    Also, it might not be a bad idea to split the product logos from the avatar css, what with avatars having a default border-radius of 100% now.
  12. Liam W

    Bug Default product icon CSS issues

    The default product icon hasn't worked properly for a few versions - the icon is off-center. I was able to fix this by changing the display type on the container (.productList-product-grid.node a.avatar) to inline-flex.
  13. Liam W

    Implemented Add touch-proxy to grid wrapper

    Just a quick request for the templates to come with data-xf-init="touch-proxy" added to the product grid item block, so that a mobile device user can tap anywhere on the block to view the product.
  14. Liam W

    Bug User can purchase empty cart

    If a user removes the final product from their cart, they're redirected to the cart overview page, which allows them to complete the order. Ideally, removing the last product from a cart would delete any pending order and not redirect.
  15. Liam W

    Implemented Archive product?

    Hi, I have all my XF1 products in the database, which the relevant licenses attached. I just became aware that these licenses aren't actually showing for users, as the product view permission was revoked. Granted that permission (even if the purchase permission is removed) makes the products...
  16. Liam W

    Jesus, that’s a large update. I dread to think what the outdated template situation is going to...

    Jesus, that’s a large update. I dread to think what the outdated template situation is going to be... 👍
  17. Liam W

    Bug Product ID not part of page navigation params on license list

    When filtering the license list by product, the product filter isn't passed to the page navigation links.
  18. Liam W

    Bug Viewing order log resets carts

    Quite a mean bug, that. Very easy to miss. Thanks for the quick fix :) Liam
  19. Liam W

    Bug Viewing order log resets carts

    I’ll take a quick look at the code myself when I get in, see if something jumps out 👍
  20. Liam W

    Bug Viewing order log resets carts

    See this video: https://lw-addons.net/media/ecommerce-bug.8/
Back
Top