Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Embedding / Re: Wordpress Plug running on Abantecart
« Last post by nat66 on July 16, 2024, 08:39:41 AM »
Hello,
I understand you're interested in running a WordPress plugin on AbanteCart. Unfortunately, this is not directly possible as AbanteCart and WordPress are separate platforms with different architectures and plugin systems.
The plugin you linked (3DPrint Lite) is specifically designed for WordPress and cannot be directly integrated into AbanteCart. AbanteCart has its own extension system that is not compatible with WordPress plugins.
If you're looking to add similar functionality to your AbanteCart store, you have a few options:

Check if there's a similar extension available for AbanteCart in their marketplace.
Consider developing a custom extension for AbanteCart that provides the features you need.
If possible, you might be able to use an iframe to embed a WordPress page with the plugin into your AbanteCart site, but this would require additional setup and may not be ideal.

For the most accurate information on potential workarounds or alternatives, I recommend reaching out to the AbanteCart community forums or contacting a developer familiar with both platforms.
I hope this helps clarify the situation. Let me know if you have any other questions!
12
General Support / Re: new installation by softaculous path urls blank pages
« Last post by abolabo on July 16, 2024, 05:39:42 AM »
The error log shows this:

2024-07-09 1:04:20 - Unknown Error:  AbanteCart core v.1.3.4 Class "mysqli" not found in <b>/home/stormsof/public_html/AbanteCart/core/database/amysqli.php</b> on line <b>45</b>
this error mean mysli php-extension does not installed on your host.
You can try to switch on another mysql driver. Just open public_html/system/config.php file and replace 'amysqli' with 'apdomysql'.
Or install mysqli driver on your host. See more details here https://www.php.net/manual/en/mysqli.installation.php
13
Support / Re: Edit products not working
« Last post by soybeandepth on July 16, 2024, 12:02:37 AM »
Easy problem to fix. Great!
14
General Support / Re: new installation by softaculous path urls blank pages
« Last post by george62 on July 15, 2024, 06:42:44 PM »
The error log shows this:

2024-07-09 1:04:20 - Unknown Error:  AbanteCart core v.1.3.4 Class "mysqli" not found in <b>/home/stormsof/public_html/AbanteCart/core/database/amysqli.php</b> on line <b>45</b>


15
Customization help / Re: Dropdown Sub-Category
« Last post by Basara on July 15, 2024, 01:23:02 AM »
Hello.
Please check 3rd part menu modules https://marketplace.abantecart.com/navigation
16
General Support / Re: new installation by softaculous path urls blank pages
« Last post by Basara on July 15, 2024, 01:21:12 AM »
Hello.
It seems there's a server error causing a blank page. Please review the latest entries in the AbanteCart error log file to identify the issue.
17
General Support / new installation by softaculous path urls blank pages
« Last post by george62 on July 13, 2024, 08:04:39 PM »
I recently installed AbanteCart Cart, usinf softaculous. Softaculous sent me an email stating that the installation was successful. However, the path url for the shopcart, and the admin url both show up as a blank white page. any ideas?
18
Customization help / Re: Dropdown Sub-Category
« Last post by G. O. on July 13, 2024, 04:07:52 AM »
hi,

good point. I'm looking for such action too. any suggestions please?
19
General Discussion / Re: When does preview layout will be impmented?
« Last post by Basara on July 11, 2024, 06:47:06 AM »
Hello.
The AbanteCart team is considering a future transition to a Page Builder, which means the development of a preview layout feature is currently on hold.
20
General Discussion / Re: When does preview layout will be impmented?
« Last post by yonghan79 on July 10, 2024, 04:07:38 AM »
Hi abolabo,

i mean preview layout function within v1.4.0.

https://github.com/abantecart/abantecart-src/blob/1.4.0/public_html/admin/view/default/template/pages/design/layout.tpl

line 3-8

Code: [Select]
/* preview development is not complete. future */
if ($preview_id) { ?>
<div class="alert alert-info">
    <?php echo $text_preview_generated?> <a href="<?php echo $preview_url?>" target="_blank"><?php echo $text_click_here?></a>
</div>
<?php }

https://github.com/abantecart/abantecart-src/blob/1.4.0/public_html/admin/controller/pages/design/layout.php

line 40-45
Code: [Select]
//Note yet implemented
        if (isset($this->request->get['preview_id'])) {
            $preview_id = $this->request->get['preview_id'];
            $layout_data['preview_id'] = $preview_id;
            $layout_data['preview_url'] = HTTP_CATALOG.'?preview='.$preview_id.'&layout_id='.$preview_id.'&page_id='.$page_id;
        }
Pages: 1 [2] 3 4 ... 10

Powered by SMFPacks Social Login Mod