Show Posts


Messages - Sam_78

Pages: 1 ... 7 8 [9] 10 11 ... 18
121
General Support / Re: Site set up
« on: January 02, 2019, 10:46:58 AM »
I am not very clear what the issue is.

What do you try to do with server pot redirect? Why did you put pot 80 for redirect?
Do you need to have https all the time?

You can have store URL to be https as well:
Store URL =     HTTP     https://www.mysite.com/
Secure Store URL =    HTTPS     https://www.mysite.com/

Ok so the best way to setup a store is

Store URL =     HTTP     https://www.mysite.com/
Secure Store URL =    HTTPS     https://www.mysite.com/

my .htaccess should be like this for https
RewriteEngine On 
RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]
/* no port 80*/

This htaccess change says too many redirect so I have commented it though. How can I check redirects? my .htaccess only has one redirect which is
RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]

my DNS should be
name = mysite.com , value = 1.1.1.1
name = www , value = 1.1.1.1
/*where value = 1.1.1.1 is IP of my domain */

Is this correct? because without https redirect if I hit mysite.com without www icons such as cart, add button are not loaded




122
General Support / Site set up
« on: December 28, 2018, 02:23:54 PM »
I guess this question has been answered but I couldn't find the right way of doing this so let me ask one more time
How to set up https correctly
In admin panel system->settings->store details
Store URL =     HTTP     http://www.mysite.com/
Secure Store URL =    HTTPS     https://www.mysite.com/

I do have Enable SEO turned on and my .htaccess looks like this
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]


when I do this I get error on chrome and other browser saying to many redirects
when I comment last line
#RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]

It works fine. Hosting people said issue is with the software and redirects. I don't have anything else in my htaccess or any other redirects I just want to send everyone to https://www.mysite.com/

123
General Support / Re: reset password email
« on: December 28, 2018, 01:25:53 PM »
This is my public_html/storefront/language/english/mail/account_forgotten.xml
<?xml version="1.0"?>
<definitions>
  <definition>
    <key>text_subject</key>
    <value><![CDATA[%s - New Password]]></value>
  </definition>
  <definition>
    <key>text_greeting</key>
    <value><![CDATA[A new password was requested from %s.]]></value>
  </definition>
  <definition>
    <key>text_password</key>
    <value><![CDATA[Your new password is:]]></value>
  </definition>
</definitions>

Shall I add it here or in admin panel under language definition ?

There are other words missing like  text_new_password , error_reset_token  my version is 1.2.11

124
General Support / reset password email
« on: December 27, 2018, 10:32:01 AM »
Hi,
Whenever customer requests to reset password an email goes from orders@mysite.com is there a way it can go from some other email addresses ? Also after password is reset they get another email that says text_password_reset I tried to find it in languages but I couldn't find it so where is this text_password_reset is coming? I need to change it

125
Template Support / Re: Which CSS is rendering for phone view
« on: December 21, 2018, 12:11:29 PM »
Sorry figured it out
That font was not there on my phone had to mention this in head.tpl
<link href="https://fonts.googleapis.com/css?family=Fredoka+One" rel="stylesheet">

126
Template Support / Which CSS is rendering for phone view
« on: December 21, 2018, 12:07:21 PM »
I am having issues with fonts on my site. I am using
font-family: 'Fredoka One', cursive;
And it works fine for PC and desktop but on phone I am getting small cursive fonts. I tried to use media query but it is not working
in style.css
     /* Phone fonts*/
        /* iPad [portrait + landscape] */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px)     {
    body {
    font-weight:800!important;
        font-family: 'Fredoka One', cursive!important;
font-size:20px;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
    body {
font-weight:800!important;
font-size:20px;
        font-family: 'Fredoka One', cursive!important;
}
}
It is not taking any of these CSS When I inspect on chrome browser for iphone it works fine but when I actually use my phone it is different
I have cleared cache on my phone and on AbanteCart.
Only change I made is in style.css in body tag changed font-family thats it and added the mentioned code at the bottom. i am editing right CSS file as I can see these media queries in browser when I inspect them

127
Template Support / Re: Product Description Panel
« on: December 19, 2018, 04:53:27 PM »
You can use Jquery toggle to control height
have a button like show more (read more) or show less (read less)
you can look here at example

https://codepen.io/maxds/pen/jgeoA

128
General Support / Re: complain
« on: December 18, 2018, 10:38:48 AM »
hello all,


first of all i should say that, I'm using abantecart since 3 years and i like it so much but, every time when I face a problems trying to post the issues here to get resolve for those problems which I guess they should be resolved from Abantecart support team but what I realized is, they never give you direct answer and keep asking questions then they just throwing technical problems on hosting companies and in the hosting companies doing same things. now back to the main issue of this complain, how many times I should reinstall abantecart ? is there any chance to get better service from supporting team here? is there in this company care or interest about serving clients more better and give solutions for the problems which we face on software?? i hope you will not just read this post and complete your life as nothing happened.



by the way, i am not programmer or coder and I trusted someone one time and he just stole money and for nothing. then after that i decided to learn my self and bought a hosting package with domain to learn alone. 


thanks for your understand and looking for positive replies

I think you should contact AbanteCart team and ask for paid support. They are fast and they are really reasonable price wise. And they are a genuine company so won't run away with your money.
I understand your frustration and you are trying to solve it on your own and you keep landing on problems after problem.
According to me getting their help is the best option for you.
You can check their pricing here  http://managed.abantecart.com/#pricing

P.S I am not promoting them as I am also a developer but I think they are the one who can help you best.

129
General Support / Re: Size of banner
« on: December 11, 2018, 04:04:42 PM »
I saw both this videos but its not helping me
So here are my steps
I created a new graphic banner and assigned main top banner group
I turned off all other existing banner which is Main banner 1...5
So now I only have one graphic banner which is on and in Main Banner Top group and in layout that block is turned on
I still don't see that banner infact the whole slider goes off as there is only one graphic banner

Second I added img src to one of the default text banner and got it displayed but then I see blue color on left and right side of banner I want my banner to be stretched across the screen.



130
General Support / Re: not getting banners on front end
« on: December 11, 2018, 03:59:35 PM »
I turned off all the banners and added my graphic banner to the existing group but it is not appearing.

131
Support / Re: GDPR - adding cookie warning on main page
« on: December 10, 2018, 11:32:29 AM »
Use this code in tpl that runs on every page like head.tpl and if you want to load this after page is loaded you can use it in footer.tpl

132
General Support / not getting banners on front end
« on: December 10, 2018, 10:40:32 AM »
Hi I have made a banner and I am not able to apply it on front end. AbanteCart v 1.2.12
I went to banner manager then created a new graphic banner selected main page banner group , added an image, clicked saved but on front end I don't see it. Also there is not error in error log.

Now I can edit one of the default banner which is text banner and update img src to my new banner then it works.
Also if I have only one banner on I should not see those left and right arrows as they wont go anywhere

133
General Support / Size of banner
« on: December 10, 2018, 10:14:55 AM »
Hi I am about to make a graphic banner for my site so can someone tell me what it the perfect pixel size 1100 * 360 ? or something else?
Also when I add banner I still see blue color on both sides I want my banner to be stretched out end to end so which css do I need to modify?

134
Built-in Features / Re: Which Payment Gateways Are Available?
« on: November 20, 2018, 05:52:06 PM »

135
General Support / Re: number of files exceeded
« on: November 06, 2018, 09:18:49 AM »
Yes I saw that but lets say my site is live for 6 months and I had 10,000 visitors till date and I have 5,000 products and I have about 250,000 files is this number right?

I am worried because I have added a custom cron job script that runs every minute and not sure if that is making files every minute. That cron job just sends me an email it doesn't do anything fancy though.

Pages: 1 ... 7 8 [9] 10 11 ... 18

Powered by SMFPacks Social Login Mod