• Support will be limited until May 8th, as I will be out of the office travelling. Thank you for your patience and understanding.

Search results for query: *

  • Users: Nulumia
  • Content: Threads
  • Order by date
  1. Nulumia

    Not planned Multi-user marketplace

    I haven't gone in depth in recent versions (2.4-3.0) so just wondering if eCommerce has introduced (or is ever planning to) the ability for users to receive payments directly, by assigning their own payment accounts, or whether the addon will still remain tied to one global account and require...
  2. Nulumia

    Pending New Product Type: Affiliate

    Add a fourth product type to Physical, Digital, Service: Affiliate. Works similar to Physical products but does not involve stock or using the cart, but rather the purchase button goes to the destination website where the real product is purchased. This would add an additional field on the...
  3. Nulumia

    Question Add update fields similar to product fields?

    Right now we can add product fields and license fields. I'm wondering if it's possible you can add this to Updates as well, so when a product is updated we could select things such as "Requires blah" or "Does not require blah" etc. Much faster and efficient than writing tons of things over and...
  4. Nulumia

    Bug Multi-attachment downloads not working

    This is based on two local installations, including a fresh install on new XF instance. When choosing Add Download -> Attachment based -> Attach multiple zip files for a version, none of the download buttons work on the "Choose version.." page: When I click Download for any file, it slightly...
  5. Nulumia

    Implemented Functionality for "Best Selling"

    I've been tinkering with some code to get a Best Selling feature working in eCommerce, with the latest approach using the finders with Order Items matched against product IDs, which are sourced from category IDs. But I don't think this is ideal as it requires several loops to gather multiple...
  6. Nulumia

    Bug Error on Add Shipping Zone

    Didn't find this posted before unless I've missed it. This error has been appearing across a few fresh localhost installs (Apache 2.4.23 / PHP 7.1) but works fine on a live server :unsure: Occurs since eCommerce v1.3.4 - v1.5.5, upon saving a new Shipping Zone: core-compiled.js?_v=7d55ee02:45...
  7. Nulumia

    Not planned Increase execution order on navigation cart links

    The template modification order for inserting the Cart icon into the visitor tabs is currently at 1. I'm proposing (unless there's a hard reason obviously) increasing to say, 5-10 so other addons which manipulate or add other visitor link locations can receive the icon. This way, your template...
  8. Nulumia

    Question Bypass/make optional digital Billing Address?

    Hi DBtech, Did a bit of digging through other threads and didn't seem to find concrete answer on this. I'm wondering if the Add Address page can be skipped when adding only digital items to cart? (paid items, not free which I understand does bypass.) So Purchase button -> Checkout page ->...
  9. Nulumia

    Implemented Noindex for purchase pages?

    I felt this was a good universal choice for noindex tag as there's no SEO content on the page, and produced tons of redundant links in index/Analytics. Example: https://www.shopname.com/shop/product-name-here/purchase Template: dbtech_ecommerce_product_purchase With: <xf:head...
  10. Nulumia

    Bug Addon products in sitemap.xml

    Hi DBTech, just poking your thoughts on this. It's really cool having extra DBTech types added to the XF Options / SEO Sitemap page, though I noticed that creating addons such as Branding Frees will add a ton of listings to the sitemap and search indexes. <url>...
  11. Nulumia

    Question Any way to check via template if a product is in the cart?

    My idea was to place a conditional button under "Purchase", that will display "Go to Checkout" if the item is currently in the cart. I tried dumping the $orderItems var within the product wrapper template to see if I could pull the data, but it came up null in this location. Wondering if this...
  12. Nulumia

    Duplicate Digitial purchase email template

    Was just looking over the email templates for Ecommerce and found only these: The option for Email Invoice is cool, but seems the only general "purchase alert" email is for physical/shipped items (The dbtech_ecommerce_purchase_alert template contains all shipping related variables). Was...
  13. Nulumia

    Approved License fields global for all products

    Hi DBTech, This is a feature request, but I kind of wanted to keep it off the public section. It's my fault for not catching sooner but just found out that license fields are applied to all products & categories - was assuming that these would be configurable to at least categories such as you...
  14. Nulumia

    Implemented On Sale filter option

    Hi DBTech, Correct me if I'm wrong but couldn't find a native way to display items on sale. I thought this would be a cool feature to have somewhere perhaps via the filters.. here's two mockups I did: On the left is its own dropdown, on the right it would be additional option in "Type:"...
  15. Nulumia

    Pending Insert into post for product attachments

    ...to divide hosting certain images elsewhere on the server, when wanting to also display them inline within the Description, Features tab etc. *Correction well the workaround is just to attach them, then go back and use final attachment URL for the image BBCode. But this feature request would...
  16. Nulumia

    Implemented Allow custom product thread template

    When a product discussion thread is created, it uses this title format: Product name [Category Name] I thought perhaps an option for this similar to how you can set product title formats (ie. {title} ({variation}) ) could offer a bit more control over the discussion experience. For example the...
  17. Nulumia

    Implemented Custom location option for product fields

    Hi DBTech, I know this is rather small change to consider but I believe it could be very useful for building more dynamic product pages. Idea is to add a custom location for product fields, so that they will not automatically show in any of the predefined places. (User will have to add via...
  18. Nulumia

    Question Variable products for digital types?

    From what I read it seems there can only be variations for physical products, wondering what the best solution would be for my shop? Some themes I sell have one product page, but allows during Add to Cart to select which color to purchase, using variations. That way, I won't have separate and...
  19. Nulumia

    Bug Product news threads not updated if option selected after product creation

    So it appears that if the option in a product category is selected to "Create news thread in forum.." (regardless of New Thread or Reply), any product created prior to this option being enabled with not have threads posted or any place to put them. On my test site, only products created after...
  20. Nulumia

    Pending Downloadable versions assigned at category level?

    Let's say you sell something like Xenforo Addons, where in their category they tend to all share the same downloadable versions: I wonder if it'd be a good idea to allow category-level assigned values, much like category-level prefixes? For example right now if you sell 50-60 addons...
Back
Top