Show Posts


Topics - Sam_78

Pages: 1 ... 4 5 [6] 7
76
General Discussion / Which table has products for block
« on: May 08, 2017, 04:15:53 PM »
I am looking into Database and trying to find out which table contains the product_id to be displayed in block
Example: Featured block has 7 products so which table have this information???.. products_featured has them but I have created custom listing block and looking for their DB

I am trying to find products only if its in any block.. is there a query which I can run to find only those products who are in any of the block..
I have so many blocks so it is confusing to maintain inventory and lots of duplicate

77
General Support / This site can’t provide a secure connection
« on: March 15, 2017, 11:15:57 AM »
Hi all my site works great online and it was working great locally too. But I got new machine
I FTP the whole folder on my local along with DB.. The admin panel works fine locally but storefront doesn't  when I hit localhost:8080/folder_name/
it goes back to https://www.localhost:8080/store/ with error  "This site can’t provide a secure connection

www.localhost sent an invalid response.
ERR_SSL_PROTOCOL_ERROR"     I don't know why.. I did change the settings->details Store URL:to localhost:8080/folder_name same for secure store URL but no luck.. is there anything that I am missing..
I am using XAMPP
Database is connected properly as I am able to admin panel work perfectly fine..
I have updated .htaccess and config.php


78
General Support / Get the customer who spent maximum money on store
« on: March 10, 2017, 10:52:14 AM »
Hello everyone,
I am trying to find the list of people who has spend maximum amount on my store...
I see that we have orders display in side of customers but is there a way to find who has maximum $ spend on the store?
Or maybe a Database query?

79
General Support / HOw to attach controller to block
« on: February 14, 2017, 11:46:29 AM »
I was making some changes in Category block and by mistake I lost the connection of controller. Now if I look at category block I see blank in "controller: " how do I attach controller there???

80
General Support / trying to edit email text
« on: January 19, 2017, 10:47:33 AM »
Hi guys I want to edit the text(comment) below order detail in order confirmation email
I would like to know where is the tpl file and where is $comment coming from ??
storefront\view\default\template\mail\order_confirm.tpl  => is this the file?
The problem here is I am getting same line printed twice in email
The variable value of text_payment is printing twice and I am not able to see where is it coming from

sp far I have found it under
<td align="left"><?php echo $comment; ?></td>
but where is code for $comment in which file
Because text_payment is printed twice in my $comment I tried to find it but no success yet

Thanks

81
Support / Need to stop few products shipping to particular state
« on: January 16, 2017, 03:23:55 PM »
Hello everyone,
I do see that there is a functionality to stop shipping to particular state or country.
My situation is a little different I want particular products to be restricted to particular state
For example product-Id=1152 is not available to ship in state of New York then in this case if user adds the product in their cart and when starts checkout he will be notified or something like this???
And I am using AbanteCart v 1.1.3(in-process of upgrading it to 1.2.9)

82
General Support / print the order as soon as order is placed
« on: January 11, 2017, 11:55:51 AM »
Hello everyone,
I am making some changes-code-wise in AbanteCart cart and need help
It is basically for a show where user can make there own order but I have an issue there
 As soon as order is confirmed I want to print an invoice right then for customer and also mail him/her.. Can someone tell me where to get the code for printing functionality, or is there any extension available?
I see here I need to get the most recent order_number everytime to print it

Any help is highly appreciated!!

I am able to make an order successfully and can print the invoice from admin panel but I want that functionality on storefront where I have a button "paynow"

83
General Support / Trying to print payment method on invoice
« on: January 09, 2017, 05:35:09 PM »
Any idea how can I print payment method on invoice $paymentOption tried few things but couldn't make it work

\admin\view\default\template\responses\sale\order_invoice.tpl

Able to change html but not able to display the value of variable $paymentOption = default_COD I am not able to print default_COD

I also tried storing variable in cookie and then using it as php variable but still no success

84
General Support / Database entry issue
« on: January 09, 2017, 10:21:40 AM »
Hello folks!
Hope you all had a wonderfull weekend
I am facing an issue here which is when I add content on the Description in Category I can't type  “  instead I have to type "  the inverted comma
IF I type “ it doesn't save it just erases everything in my description and if I add " it works.. Also there are few other characters that has the same effect
I guess its the issue when I set up Database.. Any help is really appreciated
Thanks

85
General Support / Facing some issue with authorize.net extension
« on: January 05, 2017, 06:02:00 PM »
Hi there!
I am getting a stupid error when I run my credit card which is "There is one or more missing or invalid required fields"
Anyone have solution for this?

86
General Support / Seo URL for same category
« on: January 03, 2017, 05:27:23 PM »
Hello everyone,
I am trying to get the same SEO url for two different sub-categories and I Wonder is it possible
I sell cloths online and my situation is
Men's->jackets   that has url men/jacket that works fine
but now when I add same sub-category in women's subcategory I get womens/jackets_0 I See here that two pages can't have the same SEO but is there any way where it can catch the parent folder like men and womens in my case and then catch the final page..


87
General Support / Getting error regarding External_widgets
« on: January 03, 2017, 01:17:57 PM »
Hi All,
I am getting an error on my admin panel everytime I log-in which is "external_widgets directory is missing in /public_html/folder_name/core/engine/extensions.php on line 287"
I know it says $warning = new AWarning($ext . ' directory is missing'); but I have tried almost all the extensions but I still get warnings

I am trying to install authorize.net extension and in admin panel it shows that it is installed but I don't see any thing in front end
For Example <?php echo $cc_number; ?> is not printed and in language defination I don't see cc_number

Any solution?

88
General Support / tweaking the order now functionality
« on: December 29, 2016, 10:38:03 AM »
Hello folks,
I am going to use AbanteCart for a road show kind of thing where user will use my pc to order the stuff and I dont want them to go through 3 step checkout instead I want them to use my template.
The question here is where  is the actual code for the order now functionality so that I can add the order to order table
Also need another functionality where I can email the invoice as soon as order is placed

I know this is a huge functionality but any help would be really appreciated
atleast if I can know which files(code) to change

89
General Support / default authorize.net extension v 1.0.1
« on: December 29, 2016, 10:31:56 AM »
Hi all,
The default extension we have of authorize.net is working right? I mean all we need is login id and key to test it? because I tried using the default extension it didn't work..
Is there any additional settings that I might be missing

90
General Support / print the order as soon as order is placed
« on: December 28, 2016, 04:44:06 PM »
Hello,
I am trying to make a standup store where customer will use my machine to order products I am done with template and now want to work on 3 things:
1: As soon as user clicks 'order now' the order will be saved in Order table? where is the current code? cart.tpl ?
2: Their card will be authorized using authorize.net extension version 1.0.1 which we have in extension tab by default? and all I need is is loginId and transaction Key to make it work?
3: (important)-- As soon as order is confirmed I want to print an invoice right then for customer and also mail him/her.. Can someone tell me where to get the code for printing functionality, I believe its under admin section?

Anyhelp is highly appreciated..
Thanks

Pages: 1 ... 4 5 [6] 7

Powered by SMFPacks Social Login Mod