Recent Posts

Pages: [1] 2 3 ... 10
1
Existing features / Re: Updating option qty
« Last post by vsdoug on Today at 06:21:44 PM »
I tried using SKU and Option Name and get same error
Code: [Select]
2025-05-16 15:19:43 - Unknown Error: AbanteCart core v.1.4.2 array_merge_recursive(): Argument #1 must be of type array, null given
Trace:
#0 /home/public_html/AbanteCart/admin/model/tool/import_process.php(1110): array_merge_recursive(NULL, Array)
#1 /home/public_html/AbanteCart/admin/model/tool/import_process.php(235): ModelToolImportProcess->buildDataMap(Array, Array, Array, NULL)
#2 /home/public_html/AbanteCart/admin/model/tool/import_process.php(179): ModelToolImportProcess->addUpdateProduct(Array, Array, 1, 0)
#3 /home/public_html/AbanteCart/admin/controller/task/tool/import_process.php(149): ModelToolImportProcess->process_products_record(6, Array, Array)
#4 /home/public_html/AbanteCart/admin/controller/task/tool/import_process.php(48): ControllerTaskToolImportProcess->_process(6, 37)
#5 /home/public_html/AbanteCart/core/engine/dispatcher.php(308): ControllerTaskToolImportProcess->processRows(6, 37, Array)
#6 /home/public_html/AbanteCart/core/engine/dispatcher.php(204): ADispatcher->dispatch('')
#7 /home/public_html/AbanteCart/core/lib/task_manager.php(250): ADispatcher->dispatchGetOutput()
#8 /home/public_html/AbanteCart/task.php(106): ATaskManager->runStep(Array)
#9 {main} in /home/public_html/AbanteCart/admin/model/tool/import_process.php on line 1110
2
Customization help / Static Headers, Footers and Side Bars? v1.4.2
« Last post by LuzDeLaDiosa on Today at 02:02:01 PM »
I think I'm probably misunderstanding something. The point of a header, footer, and side bars is that they are, more or less, static--saving you from having to edit them on every page. I could be wrong because I have so little experience with block code but, at least in Novator, it looks like you have to set the footer (and maybe other navs) on every single page. Is that by design or is it something the creators are still working on? Same thing with the header categories navigation. Navbar categories usually pop up on a page navigation bar in or under the header when a category is set to active in admin panel, but it looks like it will have to be created manually and, I'm guessing, set on each and every page? Is that right?

AbanteCart v1.4.2
Novator Theme
3
Tips and Tricks / Re: Options for products
« Last post by uaevisacenter on Today at 02:49:59 AM »
How to use the product for our uaevisaonline.center website
4
Existing features / Re: Updating option qty
« Last post by streetgirls69 on Today at 12:44:44 AM »
fggrgrg
5
Existing features / Re: Updating option qty
« Last post by vsdoug on May 15, 2025, 12:57:38 PM »
csv file..
6
Existing features / Re: Updating option qty
« Last post by vsdoug on May 15, 2025, 12:56:44 PM »
import settings..
7
Template Support / Re: website logo size
« Last post by LuzDeLaDiosa on May 15, 2025, 09:56:10 AM »
CSS is a better way to go. Tried it and it works perfectly. Thank you, Basara!
8
Template Support / Re: website logo size
« Last post by Basara on May 15, 2025, 02:07:50 AM »
I know this thread is old and the OP has, likely, already resolved, but for anyone else looking for the info and using default Novator template (same file name for the other template but in its folder):

1) In your shop directory, go to \extensions\novator\storefront\view\novator\template\common\header.tpl
2) On line 24, edit <div class="w-auto" style="max-width: 260px"> to the size you desire
3) Save, close, clear cache and refresh

Luck!

We appreciate your post! With Novator, you can easily adjust the logo size using a CSS rule.
Code: [Select]
.navbar-brand.logo > img {
    max-width: 100px;
}
9
Existing features / Re: Updating option qty
« Last post by Basara on May 15, 2025, 02:05:20 AM »
Hello.
Please try again to attach the CSV file and screenshot of the mapping to the fields when you import
10
Existing features / Updating option qty
« Last post by vsdoug on May 14, 2025, 02:22:16 PM »
I set up a test shop, have one shoe item with 15 sizes. Im trying to import a CSV with the option.sku and option.qty. It says item description is needed so I added that too, my file look slike

forum thinks i have links but I dont, see screenshot..

any idea what im doing wrong? Still evaluating AC and updating qty by a csv is a major must-have.
Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod