DragonByte Tech
Well-known member
But specifically, it only shows in ADDRESS forms and not on the CHECKOUT page, correct?My experience is that if sales tax is enabled and vat is not then sales tax id shows but only validates valid VAT numbers.
But specifically, it only shows in ADDRESS forms and not on the CHECKOUT page, correct?My experience is that if sales tax is enabled and vat is not then sales tax id shows but only validates valid VAT numbers.
I don’t know the answer to this but perhaps Stripe could pass the tax amount over after an address is entered? Maybe wishful thinking.Yeah, but usually customers get annoyed if the site says the price is €10 and then it turns out it's €12.50![]()
Correct, it only shows when adding a new address. This form appears under the select address form when checking out.But specifically, it only shows in ADDRESS forms and not on the CHECKOUT page, correct?
Will be fixed in v4.3.0, thanks@DragonByte Tech can you fix this please?
View attachment 317540
String: Eklentiyi verimli kullanabilmek için 14.000'den fazla sözcüğün ve çeşitli RegEx kodlarının yer aldığı veri tabanı.
Ah... so, I specifically avoided creating a "bundle" function for eCommerce because I had such a feature for vBeCommerce (which was internal-only) and it made accounting/revenue calculations a pain. We couldn't accurately track how much each individual product sold for, since the "bundle" had its own entry in the records.Is the best method for creating a "pack" of add-ons is to create a digital product that puts the user into a temporary user group and that user group has an all access user group to the pack add-ons?
Perhaps something like this...Ah... so, I specifically avoided creating a "bundle" function for eCommerce because I had such a feature for vBeCommerce (which was internal-only) and it made accounting/revenue calculations a pain. We couldn't accurately track how much each individual product sold for, since the "bundle" had its own entry in the records.
This was important to us because we had subcontractors who would get paid a %age of sales of certain products, and it's equally important in eCommerce since it has the "Commission" feature - I don't want to add new features that directly conflict with existing features someone else rely on!
If you want to sell the All-Access Pass as a way to bundle your products, you'll need to be aware of two things:
1. The cleanest way to do it is to sell a User Upgrade that enables the AAP usergroup, not a digital download. User Upgrades support subscriptions, which is likely relevant for you here, and user upgrades can be added to eCommerce as products.
2. You can only create one "bundle" with this method.
An exception occurred: [LogicException] Content type payment must define an 'entity' value in src/XF/App.php on line 3259
XF\App->getContentTypeEntity() in src/XF/App.php at line 3236
XF\App->findByContentType() in src/addons/DBTech/Credits/Entity/Transaction.php at line 130
DBTech\Credits\Entity\Transaction->getContent() in src/XF/Mvc/Entity/Entity.php at line 182
XF\Mvc\Entity\Entity->get() in src/addons/SV/ReportImprovements/XF/Entity/ApprovalQueue.php at line 93
SV\ReportImprovements\XF\Entity\ApprovalQueue->getReportableContentInternal() in src/addons/SV/ReportImprovements/XF/Entity/ApprovalQueue.php at line 66
SV\ReportImprovements\XF\Entity\ApprovalQueue->getReportableContent() in src/XF/Mvc/Entity/Entity.php at line 182
XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 134
XF\Mvc\Entity\Entity->__get() in src/addons/SV/ReportImprovements/XF/Entity/ApprovalQueue.php at line 109
SV\ReportImprovements\XF\Entity\ApprovalQueue->getSvReport() in src/XF/Mvc/Entity/Entity.php at line 182
XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 134
XF\Mvc\Entity\Entity->__get() in src/addons/SV/ReportImprovements/XF/Entity/ApprovalQueue.php at line 148
SV\ReportImprovements\XF\Entity\ApprovalQueue->setContent() in src/XF/Repository/ApprovalQueueRepository.php at line 151
XF\Repository\ApprovalQueueRepository->addContentToUnapprovedItems() in src/addons/SV/SignupAbuseBlocking/XF/Repository/ApprovalQueue.php at line 20
SV\SignupAbuseBlocking\XF\Repository\ApprovalQueue->addContentToUnapprovedItems() in src/XF/Pub/App.php at line 394
XF\Pub\App->updateModeratorCaches() in src/XF/Pub/App.php at line 253
XF\Pub\App->start() in src/XF/App.php at line 2822
XF\App->run() in src/XF.php at line 806
XF::runApp() in index.php at line 23
Wrong thread, also it’s 11 at night so I’m not at my work computer, sorry.@DragonByte Tech urgent error:
Code:An exception occurred: [LogicException] Content type payment must define an 'entity' value in src/XF/App.php on line 3259 XF\App->getContentTypeEntity() in src/XF/App.php at line 3236 XF\App->findByContentType() in src/addons/DBTech/Credits/Entity/Transaction.php at line 130 DBTech\Credits\Entity\Transaction->getContent() in src/XF/Mvc/Entity/Entity.php at line 182 XF\Mvc\Entity\Entity->get() in src/addons/SV/ReportImprovements/XF/Entity/ApprovalQueue.php at line 93 SV\ReportImprovements\XF\Entity\ApprovalQueue->getReportableContentInternal() in src/addons/SV/ReportImprovements/XF/Entity/ApprovalQueue.php at line 66 SV\ReportImprovements\XF\Entity\ApprovalQueue->getReportableContent() in src/XF/Mvc/Entity/Entity.php at line 182 XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 134 XF\Mvc\Entity\Entity->__get() in src/addons/SV/ReportImprovements/XF/Entity/ApprovalQueue.php at line 109 SV\ReportImprovements\XF\Entity\ApprovalQueue->getSvReport() in src/XF/Mvc/Entity/Entity.php at line 182 XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 134 XF\Mvc\Entity\Entity->__get() in src/addons/SV/ReportImprovements/XF/Entity/ApprovalQueue.php at line 148 SV\ReportImprovements\XF\Entity\ApprovalQueue->setContent() in src/XF/Repository/ApprovalQueueRepository.php at line 151 XF\Repository\ApprovalQueueRepository->addContentToUnapprovedItems() in src/addons/SV/SignupAbuseBlocking/XF/Repository/ApprovalQueue.php at line 20 SV\SignupAbuseBlocking\XF\Repository\ApprovalQueue->addContentToUnapprovedItems() in src/XF/Pub/App.php at line 394 XF\Pub\App->updateModeratorCaches() in src/XF/Pub/App.php at line 253 XF\Pub\App->start() in src/XF/App.php at line 2822 XF\App->run() in src/XF.php at line 806 XF::runApp() in index.php at line 23
Wrong thread, also it’s 11 at night so I’m not at my work computer, sorry.
You can disable DB Credits for now.Umm, can you tell my what should i do? I can't find cmd.php add-on remove code.
You can disable DB Credits for now.
Edit config.php and addI can't access forum admin page. That's what I asked for cmd.php
$config['enableListeners'] = false;
and save.Please re-post it in the correct support area @ DBTech so it doesn’t get lost in this thread and I’ll look into it as soon as I canOkay thanks. Should I report anything about this error? Or you just find what to do?
Please re-post it in the correct support area @ DBTech so it doesn’t get lost in this thread and I’ll look into it as soon as I can![]()
Would you like to explain why your account is showing up as not owning a license for DragonByte Credits?@DragonByte Tech any ETA about the issue that we had?
Would you like to explain why your account is showing up as not owning a license for DragonByte Credits?
We use essential cookies to make this site work, and optional cookies to enhance your experience.