Show Posts


Messages - Tishbyte

Pages: 1 2 [3]
31
General Support / Mail function.
« on: March 23, 2018, 07:34:00 PM »
Greetings,
I was just looking around and I could not find the code that is responsible for sending emails to customers. If someone could point me to that, that would be delightful!
Thank you.

32
General Support / Re: Continue Shopping.
« on: March 09, 2018, 06:09:39 PM »
I agree that's what it does, is there a way to change it or to suggest such a change?
Thanks.

33
General Support / Continue Shopping.
« on: February 12, 2018, 01:13:58 PM »
Recently a customer became semi-frustrated with the way that "Continue Shopping" worked. If I add an item to the cart from a product page, Continue Shopping will take me back to the product page. If I go to a different category or if I do a search and then go to the cart and click Continue Shopping, it won't take me back to the search/category page, it will take me back home.
Is there a fix for this or a way to suggest that this be fixed?
Thanks!

34
General Support / Re: AbanteCart Total Sales Bug.
« on: January 29, 2018, 01:13:02 PM »
The guest orders. Under Reports->Customers->Orders

35
General Support / Re: AbanteCart Total Sales Bug.
« on: January 26, 2018, 02:52:11 PM »
It seems to be that it has grouped all guest purchases into one. Although that one person did not make that many orders, all of the guests did. Shouldn't it be that the guest customers be shown individually as it only shows one in that entire list?

36
General Support / Re: AbanteCart Total Sales Bug.
« on: January 25, 2018, 11:37:13 AM »
I have not changed anything in the system nor in the database. After checking the database, there is no order over $300. It's something unusual. Something about guest purchases. Are all guest customer_id's set to 0? If so, I have a theory.

37
General Support / AbanteCart Total Sales Bug.
« on: January 24, 2018, 03:57:36 PM »
I discovered a bug in which the Total Sales amount (under Overview in the Dashboard). The amount that it displays very far off of the actual amount. When I check under Report->Customers->Orders, the bottom Guest order shows an very large number of orders were made by that person, which they have not actually made.
Included are screenshots and my AbanteCart version is 1.2.10.

38
Development Help Needed / Re: Search Products by Manufacturer
« on: November 20, 2017, 05:06:05 PM »
Please add option to search for products by the manufacturer in the admin panel. Have not found a way to display all of the products entered according to the vendor.

I have have used this code. Check whether it works for you.
$page_menu_bar =
'<div id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">' . "\n";
if ($bfa_ata['home_page_menu_bar'] != '') {
$page_menu_bar .= '<li class="page_item';
if (function_exists('is_front_page')) {
if (is_front_page() OR is_home()) {
$page_menu_bar .= ' current_page_item';
}
} elseif (is_home()) {
$page_menu_bar .= ' current_page_item';
}
$page_menu_bar .= '"><a href="' . get_option('home') . '/" title="' . get_option('blogname') . '">' .
$bfa_ata['home_page_menu_bar'] . '</a></li>' . "\n";
}
if ($bfa_ata['levels_page_menu_bar'] == "") {
$bfa_ata['levels_page_menu_bar'] = 0;
}
$page_menu_bar .= bfa_hor_pages($bfa_ata['sorting_page_menu_bar'], $bfa_ata['levels_page_menu_bar'],
$bfa_ata['titles_page_menu_bar'], $bfa_ata['exclude_page_menu_bar']);
$page_menu_bar .= '</ul></div>' . "\n"; ' <div><ul class="searchform">' .
include (TEMPLATEPATH . '/searchform.php');'</ul></div>' . "\n";

For more information you can also check WWW.ARIESTCO.COM

What file did you put this into and at what line?
Thanks.

Pages: 1 2 [3]

Powered by SMFPacks Social Login Mod