Search results

  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

    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...
  5. 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)...
  6. 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.)
  7. 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...
  8. 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.
  9. 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.
  10. 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.
  11. 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...
  12. 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.
  13. Liam W

    Bug Viewing order log resets carts

    I've just noticed that if I load the order log whilst a user has an item in their cart, the item is removed from their cart and their order is zeroed out.
  14. Liam W

    Pending Limited Release/Permission Controlled Release

    It would be handy to be able to release a version to specific users only for limited testing etc.
  15. Liam W

    Bug Error when processing callback

    Two of these errors appeared in my error log after a successful purchase: ErrorException: [E_NOTICE] Indirect modification of overloaded property XF\Purchasable\Purchase::$extraData has no effect src/addons/DBTech/eCommerce/Purchasable/Order.php:188 25 March 2019 at 11:15 PM Stack trace #0...
  16. Liam W

    Bug Some missing structured data fields

    Just saw these in my search console, you may want to consider adding them :)
  17. Liam W

    Bug Product licenses tab 404

    The 'Licenses' tab on a product view leads to a page not found error. The issue exists on this site as well.
  18. Liam W

    Bug Download with one downloadable version attachment visible in all versions

    Not sure if this is a bug or me just using it wrong, but if I have a product that defines two downloadable versions, then release an update with just one downloadable version assigned (attachment based), that update still appears under both downloadable versions on the license download overlay...
  19. Liam W

    Bug Phantom like bar (and missing reaction summary)

    You're probably already aware - the reaction bar appears on all releases, even if there aren't any reactions. In addition, it would appear that the reaction cache wasn't rebuild correctly for items on the first beta, as the user and reaction summary aren't displayed on the product view: Liam
  20. Liam W

    Bug Invalid template modification in 1.2.3

    When upgrading to 1.2.3 (from 1.2.1), this error appears: Testing it, it appears to be the PAGE_CONTAINER template mods that are causing the issue. The actual error from the regex (tested in a separate file) is: Liam P.S You need to update your Guzzle usage for XF 2.1 - it's using Guzzle 6 now.
Back
Top