News:

AbanteCart v1.4.3 is released.

Main Menu

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 - Sam_78

#256
General Support / Re: trying to edit email text
January 20, 2017, 04:02:34 PM
Hi guys!
I am still not able to find the solution
Once the order is placed it shows text only once on the screen but it is displayed twice in email
#257
General Support / trying to edit email text
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
#258
Template Support / Re: Change the border on products
January 18, 2017, 10:52:18 AM
Hi,
You have to make some changes in coding
in file template\blocks\product_list.tpl after line 32 which is <div class="col-md-3 col-sm-6 col-xs-12">
add one more div like <div class="display-border"> right after it and add </div> on line 80
Do the same thing in template\pages\product\product_listing.tpl


now add css for this class=display-border in style.css  so go to stylesheet\style.css

.display-border{
   border: 3px solid #e5e5e5;
        border-radius: 19px;
   padding: 2px 2px 2px 2px;
}

Note: You can edit the styling-color as per your requirement
#259
Hello developers can I get any solution for the above question....
I want product to be displayed but when they add to cart I want to show them a pop-up or something...
#260
Abante 1.2.8
#261
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)
#262
Hello everyone,
I am making some changes-code-wise in abante 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"
#263
llegrand : It doesnt show payment method in my invoice even if looked from admin panel. I am using v 1.2.8  is there any setting that you need to turn on or something?
#264
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
#265
General Support / Re: Database entry issue
January 09, 2017, 11:38:15 AM
Thanks for the reply
I did check my collation and it is utf8_general_ci but still it doesn't work
#266
General Support / Database entry issue
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
#267
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?
#268
Navigate to any other page
For Example your product page do you see fonts there?
#269
Hi Rey,
I am not sure about your first question but your 2nd question is related to fonts that you are using. Myabe if you refresh the page you will see the icons correct? It is because your fonts are not loaded at the beginning of page..
Try putting ref-link of font at the top of your file
#270
Found the solution:

As I was trying to modify the layout and brought authorize.net on home page but I think the xml file runs only if we use the extension as defined for the first time..
So installed the extension and used it on checkout step 2 the xml file was activated and it works fine there now have to make it work on the home page...

Guys correct me if I am wrong: XML files executes only after the extension is used once right?

Forum Rules Code of conduct
AbanteCart.com 2010 -