Search results for query: *

  1. Espresso

    Question Transaction Phrases

    Thanks Fillip!
  2. Espresso

    Question Transaction Phrases

    Trying to change DragonByte Shop: Purchase This is what I edited: But i'm still getting this on the transactions (Shop nav menu)
  3. Espresso

    Question Mobile Cart

    Any ideas why the pricing info on "dbtech_shop_item_view" wouldn't show on UIX2?
  4. Espresso

    Question Mobile Cart

    Is there a way to include the pricing information widget elsewhere in the templates? I tested... <xf:widget key="dbtech_pricing_information" /> For some reason it's not showing using Themehouse UIX 2
  5. Espresso

    Question Mobile Cart

    Ah! Thank you! I'm still learning XF. That's what I was looking for. (y)
  6. Espresso

    Question Mobile Cart

    For the shop - the only options are "sidenav" item category: sidenav Item page: sidebar Item overview : sidenav
  7. Espresso

    Question Mobile Cart

    The problem is, the only places available to deploy anywhere else on the shop is the sidenav. On mobile it's hidden behind the "categories" button.
  8. Espresso

    Question Make "added to cart" message stay on screen longer

    Any way to increase the "added to cart" message that's displayed on the screen?
  9. Espresso

    Question Mobile - buy item on "item overview" page?

    Ah, UIX2 from Themehouse doesn't show those. I fixed it manually, thanks for the response.
  10. Espresso

    Question Mobile Cart

    No worries, thanks for getting back to me.
  11. Espresso

    Question Mobile - buy item on "item overview" page?

    On mobile devices - I couldn't see a way to buy an item when viewing the single item overview page?
  12. Espresso

    Question Mobile Cart

    <xf:if is="$cartItems is not empty"> show the cart now if not empty </xf:if> Tried to simplify it and the text still doesn't show. Take off the if statement and it shows.
  13. Espresso

    Question Mobile Cart

    Thanks for that snippet! I tried wrapping the cart button I added with the code above but the button now doesn't display at all, even if items are in the cart.
  14. Espresso

    Question Mobile Cart

    I added a quick and dirty fix to the template. Hoping you can make it a bit more elegant, like appearing only when an item has been added to the cart.
  15. Espresso

    Question Mobile Cart

    There has to be a better way to view the cart on mobile. Right now it's hidden under the "categories" button. Even changing the "categories" button to "view cart" would be a step. I did this via the phrase editor, but then it doesn't make sense for desktop as it says "view cart" and lists...
  16. Espresso

    Question MP3 Autoplay - Where is "global settings?"

    (I checked the shop setting page)
  17. Espresso

    Question MP3 Autoplay - Where is "global settings?"

    Man this shop add-on is begging for some documentation. To get profile MP3 auto play, where is "global settings" as you mentioned in the Xenforo forums? I found the widget auto-play toggle.
  18. Espresso

    Bug Error presented when shop item title is long

    Admin CP -> DB Shop -> Items -> Create item I added an item title that was a bit longer than normal and received the error below. I shortened the title and the item was added as expected. XF\Db\Exception: MySQL query error [1406]: Data too long for column 'title' at row 1 in...
  19. Espresso

    Bug Discarding an item in inventory produces error

    This is more about the error in the admin CP XF\Db\Exception: MySQL query error [1690]: BIGINT UNSIGNED value is out of range in '(commj373_ctmbd.xf_dbtech_shop_item.purchases - 1)' src/XF/Db/AbstractStatement.php:217 Generated by: Dan Feb 17, 2019 at 2:46 PM Stack trace UPDATE...
  20. Espresso

    Bug Discarding an item in inventory produces error

    When I visit shop -> inventory - > discard an item I get this error XF\Db\Exception: MySQL query error [1690]: BIGINT UNSIGNED value is out of range in '(commj373_ctmbd.xf_dbtech_shop_item.purchases - 1)' in src/XF/Db/AbstractStatement.php at line 217 XF\Db\AbstractStatement->getException() in...
Back
Top