Show Posts


Messages - Sam_78

Pages: 1 ... 10 11 [12] 13 14 ... 18
166
Support / Re: how to remove spacing between sections ?
« on: March 28, 2018, 09:34:19 AM »
I believe there is no documentation for CSS as we can always use inspect element from our browser. Don't worry you will figure this out it's pretty straight forward. I am glad I was of some help. Have a nice day!

167
Support / Re: how to remove spacing between sections ?
« on: March 27, 2018, 11:06:42 AM »
Its not unidentified look at your style.css #911

#categorymenu {
    margin: 20px 0 20px 0;
    clear: both;
}

remove this if you don't need it

168
Support / Re: how to remove spacing between sections ?
« on: March 26, 2018, 05:02:29 PM »
If you inspect your header the class navbar is getting margin-bottom:20px; from bootstrap.css:4153 if you want you can remove it or else you can write inline CSS in your_template\storefront\view\default\template\common\header.tpl  line:2 chagne it to <div class="headerstrip navbar navbar-inverse" role="navigation" style= "margin-bottom:0px;">

169
Support / Re: how to remove spacing between sections ?
« on: March 26, 2018, 02:43:46 PM »
Are you using any template? if yes then you should change CSS in extension/your_template/storefront/....   the url you gave is not the actual store we need to see actual site then only we can guide you which file and line to change

170
Customization help / Add to cart pop-up
« on: March 26, 2018, 09:35:31 AM »
Hi, I am trying to add a functionality where I need to add a pop-up when they add a product to their cart. Right now on phone there is no way new customer would know that product is added to their cart other than CSS color change. I just need help with which file to start editing with. I am planning to show the cart module when they click on add to cart button showing this is your cart now with button to continue shopping or checkout.

171
General Support / Re: Need some advice on managing product options
« on: March 15, 2018, 12:36:15 PM »
Yes this is what I need. Thanks

172
Customization help / Re: Edit of EMAIL CONFIRM
« on: March 15, 2018, 09:35:59 AM »
Try $product_info['sku']

173
General Support / Re: Need some advice on managing product options
« on: March 15, 2018, 09:30:30 AM »
Thanks Basara for taking time helping me. So just to confirm
A 1: If t-shirt is $10 then price will show $10 and if I have drop down option for yellow $2 more then it shows in dropdown yellow $2 actually it should show yellow $12 right? Rather then showing just the difference in difference in dropdown can we show total price?

A 4: I Am not looking for something like this. Let's say customer is on checkout page and they want to add delivery Tip they can just enter the amount there and we add it to our total. This donation extension is more like a product. They have to add it to their cart.
If this requires programming change please let me know the files I need to look for I can try doing this. I need to add one more field in orders_enc and what else.

174
General Support / Need some advice on managing product options
« on: March 14, 2018, 11:55:47 AM »
Hi I have been working with AbanteCart cart for a while now but I need some suggestion as we just started multi size options in our cart.

My question is I have a product ABC it is available in three size lets say size 1, 2 and 3
Q 1: As per my understanding from https://abantecart.atlassian.net/wiki/spaces/AD/pages/9568257/Manage+Products+Options I have to setup product ABC price with size 1 by default and then give them an option on product page where they can select size 2 and size 3.  is this correct?

Q 2: What if I want to promote product ABC with Size 3 can I directly pass something in URL so that they see final price instead of default price + price difference.

Q 3: Regarding inventory if I use size 1 as default for product ABC then if someone buys size 3 it wont be deducted from product page to view that I have to go to options and view the inventory count of size 2 and 3?

Q 4: Is there away to add custom field on checkout saying add Donation and if they enter $2.00 then we charge them at checkout. Even if there is extension do let me know.

I would really appreciate if someone can help me regarding this. 
AbanteCart Version 1.2.12

175
General Support / .htaccess change
« on: March 08, 2018, 09:41:50 AM »
Hi I need to redirect customers on every page not found to home page after 2-3 seconds how can I do it?
Is there some setting in AbanteCart or it will be handled by htaccess

176
On this note. How do I handle 404 via htaccess and redirect them to home page
lets say they open example.com and some how they click example.com/page-not-available I want to redirect them to home page after lets say 3 seconds or so

177
Extension Support / Re: Edit the Refined search
« on: March 02, 2018, 03:01:26 PM »
For product refined search got to extensions\products_refined_search\storefront\view\default\template\blocks and edit .tpl file
I don't have idea about the other extension but it should be same

178
Opinions / Re: SEO generated should be more SEO friendly
« on: February 28, 2018, 10:05:57 AM »
Yes I know that this _number is generated for a duplicated SEO but what I am trying to say is sometimes user wont notice it and keep it as it is. The underscore and number in SEO is counted as bad link so instead of generating underscore and number you can generate dash and alphabets only for duplicate SEO links

179
Customization help / how to add extra field on newsletter signup
« on: February 27, 2018, 11:54:51 AM »
Hi I would like to add telephone number field to 'index.php?rt=account/subscriber' is there some setting where I can just add that field to newsletter page?

180
Opinions / Re: SEO generated should be more SEO friendly
« on: February 27, 2018, 11:10:39 AM »
No there is nothing that says _19 in keyword, infact its all letters no numbers. I also had similar issue with other sub-category and it showed _256 and that sub-category also had only letters. I think these numbers are randomly generated and if you can change _ to - that would solve the issue and instead of random numbers use 2 digit random letters like (AB) or (NW).
I am not an expert in this but just a suggestions as number in SEO are not that effective

Pages: 1 ... 10 11 [12] 13 14 ... 18

Powered by SMFPacks Social Login Mod