Show Posts


Topics - Nuno Neff

Pages: [1] 2 3 4
1
Opinions / Black Friday
« on: November 28, 2023, 08:16:47 AM »
The Marketplace here could do a Black Friday, it would be a way for people to buy some addons or themes ?!?

2
How-to questions / Footer Link
« on: November 27, 2023, 06:59:41 PM »
Hello community I want to add a link in the footer content, so i created a word for my link and i dont know what code i need so that the link works.

I want to add this https://www.livroreclamacoes.pt/Inicio/

In here:      /extensions/bootstrap5/storefront/view/bootstrap5/template/blocks/content_footer.tpl

<?php
    $contents[] = [
            'text' => $text_contact,
            'href' => $contact
    ];
    $contents[] = [
            'text' => $text_sitemap,
            'href' => $sitemap
    ];
    $contents[] = [
            'text' => $text_complaint,
            'href' => $what do i have to write her so that the link will work           
           
    ];

    echo renderSFMenu($contents);
?>

3
New Features Discussion / Minimum amount to buy in a category
« on: November 15, 2023, 06:17:31 AM »
Minimum amount to buy products in this category.

This functionality should be implemented so that when the category is created there is a field where you can enter a minimum amount to be reached in order to make the purchase.

Example: Category Tools minimum to buy 50€

Hammer 5€
Tweezers 10€
Scissors 25€

It's not possible to checkout because the total of the 3 items doesn't reach 50€

But this works in conjunction with other categories where there is no such purchase limit.

Example:
Ultra Sonic Cleaner 200€    <----from a normal category
Hammer 5€
Tweezers 10€
Scissors 25€

Can't checkout because you haven't reached the minimum value in the tools category

4
General Support / Password recovery Issue
« on: October 13, 2023, 05:48:48 PM »
Hello, a client of mine alerted me that it was not possible to recover the password, and when I went to the error log I got this error:

Email Template with text id "storefront_reset_password_link" and language_id = 5 not found
Error: E-Mail message required!

Where can i get this template so i can re upload it ?

Solved: I just copied the email template from the abantecart demo site to my site and it works. :P

5
Template Support / Bootstrap5 Brandscrolling List
« on: August 13, 2023, 08:52:00 AM »
Hello I've been messing around with the bootstrap5 theme and adding the brand scrolling list block, It add the block but they are not scrolling? Any idea why this is happening?

6
Extensions and Add-Ons / NATANI IS A SCAMMER
« on: July 26, 2023, 06:06:08 PM »
Good evening to the Abantecart community and lovers, Im writting this post tonight to show my dissatisfaction with a DEV called Natani, I have already bought several extensions from him and I think that i should be treated like a good customer and he treats his customers like I would never treat any of my customers.

To give you an idea, I have already bought from him the following extensions:
Category Wall-+120 $ I paid this price because I was his first client, he made the extension for me.  After this i already paid for updates
Ultra Search Extension - 25$ + updates
SEO Boost Tools & Pack v2.2 -75$
Countdown Sale banner block 15$
React Image Slider 20$

The category wall extension was bought directly to him, at first I found it strange that he sold directly without being through the marketplace but it was at the beginning and I was still green and every time that a new version came out I could not update, only after sending him emails and he would send the extension by email.

Ok so the new abantecart version is out and i decided to start upgrading my extension so i can soon upgrade my store, i purchased today Ultra Search new version via marketplace and paid 7.50$ to get extended support, after that i send an email to this person asking him to send me the new version of category wall, and he got back to me saying contact me via https://www.fiverr.com/ and we will talk about that there, ok so i did so.

I wrote him:
Hello Natani I'm Nuno because of the category wall, After a few minutes he replied to me.

I will send you category wall 2.0.2 addon for 14€ + tax = 17,50€

I sent him this message:
I was your first customer on the category wall, I was the one who asked you to make this addon, I already paid you when you created it, I already paid you more than once for updates, and now you're asking more than twice as much as I would pay if I had bought the extension from the marketplace and pay the extended support fee which costs $7.50.

He didn't answer me anymore and you know what this unscrupulous person did next, he went to Marketplace and increased the price of the extension from 25$ to 39$ and the price of extended support went from 7.50$ to 11.70$

He is the owner of the extension but the least he could have done if he had some humility was to tell me, look, this is the price and take advantage if you want because I will soon increase the value of the extension.

I think Marketplace should be careful with its partners who create extensions, one thing is to make money and another thing is to steal, and people like Natani don't do any good, they just make people move away from this wonderful ecommerce platform.

7
Template Support / I think i found a BUG
« on: July 21, 2023, 08:53:58 AM »
At checkout, when someone selects more products than the store has, isn't a red box with an alert message supposed to appear?

8
General Discussion / Developers went on vacation?
« on: April 12, 2023, 09:09:37 AM »
Hello guys, almost nothing new about extensions has come out, what's going on?

9
How-to questions / Product quantities
« on: March 05, 2023, 05:23:19 AM »
How do i export product quantities, wich of the folowing should i select ?

product_descriptions      
products_to_categories         
products_to_stores         
product_options      
product_option_descriptions      
product_option_values      
product_option_value_descriptions      
   

10
New Features Discussion / Shipping Methods
« on: January 10, 2023, 06:28:16 PM »
It should be possible to choose the checkout methods for each product, I will try to explain, I have products that i send from my shop to my clients and i have other product that i dont have in stock and i send them from my supplier directly to my clients address, and Abantecart does not have the option when creating a product to specify whether the Shipping methods available for this product are Store Pickup, Courier Shipping etc...

11
General Support / orders dissapear
« on: October 10, 2022, 06:11:55 AM »
This must be a bug!!

It has happened to me more than once that orders disappear, and then the only way I can go to see what the person ordered is to go to the email and see the email I received when the person placed the order.


12
New Features Discussion / Show or Hide Based on usergroups
« on: October 08, 2022, 01:25:41 PM »

Would be great to have this on Abantecart, show some Sliders to a usergroup and hide from others, the same for Specials, Featured Products, latest Products, best sellers, brands, testimonials.

13
New Features Discussion / Category display
« on: October 06, 2022, 04:13:10 AM »
My store has 2 languages, and I have the categories arranged in alphabetical order, but in the second language everything is mixed up,

I'll give an example my first category is:

ALICATES = PLIERS in english language

I wish this category wasn't the first category on my site in the English Language.

14
Tips and Tricks / Product Video Tab
« on: September 09, 2022, 05:47:32 PM »
Would be nice to simplify adding a video to the product.

15
Tips and Tricks / character +
« on: September 08, 2022, 03:01:21 PM »
Hello why is the + character not visible either in the product name or in the product description?

Pages: [1] 2 3 4

Powered by SMFPacks Social Login Mod