News:

AbanteCart v1.4.3 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - kavlito

#16
There is a product from a company named Lumise. https://www.lumise.com/platforms

They have a PHP version that I will be contacting them about integrating. Maybe they can create into an Extension???!!

A friend of mine uses the WordPress version for his custom t-shirt site and it is pretty impressive. Although, I have yet to see the PHP version.

Cheers!
#17
Product descriptions on my site were lengthy due to redundant details for each product. So I purchased the Extra Tabs Extension and problem solved!

The only issue I had was that the extra tabs I created were placed at the end of all the baked in tabs such as Description, Reviews, Tags, etc. I needed my extra tabs to be right next to the Description tab.

To solve this, I made one simple change to /storefront/view/*mytemplate*/template/pages/product/product.tpl.

I moved <?php echo $this->getHookVar('product_features_tab'); ?> up between $tab_description and $review_status - see attachments.

Works perfectly!
#18
Thank you.

I found the file: admin/controller/responses/sale/invoice.php

I made the following changes between lines 141 & 151: commenting out 'price', 'total' & $total_data lines
And with your language change, I now have a Packing Slip with no prices!

                    $product_data[] = array(
                        'name'     => $product['name'],
                        'model'    => $product['model'],
                        'option'   => $option_data,
                        'quantity' => $product['quantity'],
                        //'price'    => $this->currency->format($product['price'], $order_info['currency'], $order_info['value']),
                        //'total'    => $this->currency->format_total($product['price'], $product['quantity'], $order_info['currency'], $order_info['value']),
                    );
                }

                //$total_data = $this->model_sale_order->getOrderTotals($order_id);
#19
Support / Re: Updated PHP to 7.4 - critical error
May 11, 2020, 03:33:29 PM
Resolved by my web host:

I found that your application was not loading because it was trying to use a functionality of a module not loaded by default in the PHP 7.4 stack:

[11-May-2020 10:59:03 America/Chicago] PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding() in /public_html/core/init.php:21

I loaded the module but the application still rendered the same error page but it no longer produced any error logs.

I changed the PHP version to PHP 7.3 and the website started loading. It seems there is a part of your application incompatible with PHP 7.4. It is probably an extension, plugin, or a custom theme you might be using.

At this point I don't recommend changing the PHP version to 7.4, you should keep it at 7.3.
#20
Support / Updated PHP to 7.4 - critical error
May 11, 2020, 12:05:42 PM
Hi,

I updated my PHP version to 7.4 and received the attached critical error and no longer have access to my site. What should I do?

Thank you.
#21
I am new to Abantecart, and am a little troubled by what I discovered.

Every Extension that I have installed so far, paid or free, has set all of the folders AND files permissions to 777.

That is very frightening from a security standpoint as the .php & .tpl files are openly writable, is it not?
#22
Hi,

Thank you.

We don't use invoices, so I just want to modify the Invoice to a Packing Slip (no prices).

Can someone point me to the files involved?

Thanks again.
#23
How-to questions / Re: webp images
May 03, 2020, 08:20:25 AM
Hi, thank you. That allowed me to upload the .webp image, however, Abantecart will not display it in Admin or Frontend.
#24
Support / Re: Order status and their meanings
May 02, 2020, 07:38:33 PM
Quote from: abantecart on February 07, 2017, 01:35:53 PM
Careful with just renaming statuses. Changing meaning, does not change functionality. Some statuses are closely tide up with system functionality.

This is what I came here to find out. Can someone please explain which statuses are tied to system functionality with details?

Thanks.
#25
How-to questions / webp images
April 29, 2020, 09:27:59 AM
How can I use webp images for product images with Abantecart? I get an error message, "Filetype not allowed".

Thanks.
#26
I accomplished this by moving the code shown in the attachment from line 17 to 41 in /storefront/view/default/template/pages/product/product.tpl

The first screenshot moves the thumbnails only for desktop view.

The second screenshot moves the thumbnails for both desktop and mobile views.
#27
Customization help / Convert Invoice to Packing Slip
April 21, 2020, 09:02:43 PM
I need to produce Packing Slips. I thought I could figure out how to convert, or duplicate the Invoice to a Packing Slip, but can't figure it out.

Thanks.
#28
My cart is for personalized products for retail and wholesale (resellers).

The resellers products (only 2) are not the same as the retail products.

I would like to be able to have my B2B Category tied to specific Customer Groups and not be shown to the non-Customer Group retail customers.

Can anyone think of how to code that?

Thanks.

noob to AbanteCart coming from Zencart and Opencart

Forum Rules Code of conduct
AbanteCart.com 2010 -