Show Posts


Messages - Sam_78

Pages: 1 ... 12 13 [14] 15 16 ... 19
196
Customization help / Re: Hello admin how i can make top bar
« on: January 05, 2018, 12:51:50 PM »
If you want your navbar to stay on-top always then modify the following line:
/storefront/view/default/template/common/header.tpl line#2 <div class="headerstrip navbar navbar-inverse" role="navigation"> to <div class="headerstrip navbar navbar-inverse navbar-fixed-top" role="navigation">

197
General Support / Re: Back in stock notification
« on: October 27, 2017, 12:02:28 PM »
any suggestions?

198
General Support / Back in stock notification
« on: October 26, 2017, 12:10:00 PM »
Hi is there a way I can ask customers to enter their email/phone number to get notified when I will have a product back in stock?

199
How-to questions / Re: Variables List
« on: October 24, 2017, 09:28:32 AM »
You are missing ;(semi-colon)
try this:
<p>TEST <?php echo combine_pay_to; ?></p>

and make sure combine_pay_to has some text assigned to it

200
How-to questions / Re: Variables List
« on: October 23, 2017, 03:42:38 PM »
Yes, I suggest to clear cache after every database edit and also clear browser cache

201
General Support / Re: getting product images
« on: October 23, 2017, 09:25:06 AM »
Any suggestions?? Is there any table that I am missing?

202
How-to questions / Re: Variables List
« on: October 23, 2017, 09:13:29 AM »
Go to your admin panel System->localization->language Definition   
Or you can directly search the word in search box which is at the  top of your admin panel

203
General Support / Re: Cant find Form Manager
« on: October 20, 2017, 11:03:00 AM »
Yes it works by hitting url directly.. I wonder what could be the issue

204
General Support / Cant find Form Manager
« on: October 19, 2017, 04:58:24 PM »
I have upgraded from 1.2.10 to 1.2.11 before few weeks and it is working fine. All of a sudden I noticed that I don't have form manager inside my design tab. Have you guys moved it? If yes then where to
I need to edit few fields

205
General Support / Re: getting product images
« on: October 19, 2017, 09:17:08 AM »
I did it manually as my upgrade was from really old version. I did clear cache. Actually I was working with dummy products but now I am ready to pull all the products and while copying DB I think that mapping went wrong or something because I see images but some are distorted for example product 1 has image of product 2. And main issue is when I was working on dummy products I did had all these products in my product table and product_description table I have not merged the all the resources table initially, but now that I have merged all the resources all the product image should be updated but it is not I see that products are still using default AbanteCart image which it was using earlier.
I am starting with comparing DB lets see if I get lucky!!

206
General Support / getting product images
« on: October 18, 2017, 04:20:38 PM »
Hello everyone,
I am upgrading my DB from older version to newer version I have successfully moved all the tables including:
resource_descriptions
resource_library
resource_map
But I still don't see images.. I see the default AbanteCart images instead of product images. Is there any other table that I am missing?
or maybe when I loaded those product I have not merged these table I merged it later so maybe this would be an issue?? if yes what is the solution.

207
General Support / Re: Critical app error - resize image error
« on: October 18, 2017, 02:44:32 PM »
I also sometimes get issue with cache. Is there way where you can set up clear AbanteCart cache everyday or twice a day without going to backend..

208
How-to questions / Re: all products on
« on: October 09, 2017, 04:11:29 PM »
You can do this through Query.
UPDATE `products` SET status = 1;
but this will turn on all your product and there wont be any way to go back
Example:
('product1', 1),
('product2', 1),
('product3', 1),
('product4', 0),
('product5', 0),
('product6', 0);

after running this query all of the products would turn on:
('product1', 1),
('product2', 1),
('product3', 1),
('product4', 1),
('product5', 1),
('product6', 1);


So if you want to go back to normal after you made your CSV you cant go back to original as all the products are turned ON then you manually have to turn them off.

The other solution is edit your CSV file.  you can do it using excel update `status` column values to '1' .

209
General Support / Re: An easy way to keep all the articles
« on: October 06, 2017, 10:01:15 AM »
Thanks llegrand, I guess I overlooked the extension. I will contact the developer and ask about v1.2.11 . And yes as of now I was using the method you suggested but after some point I don't want to do it manually because I have to create a content page then add it on top of category. And this would also be pain for client to write a article.

Have a nice weekend!!

210
General Support / An easy way to keep all the articles
« on: October 05, 2017, 02:33:17 PM »
Hello everyone,
I am looking for an easy way of keeping track of all the articles
For example this month I have posted an article so what I do is I have article category and and I post it there. But I want something where they can read articles from every month like a list of articles and when they click(select) on any one then they can read it.. Is there any extension available? I might have overlooked at them. I am need of quick solution.
Basically what I am looking for is a method to achieve something like WordPress blog. But if I can do it with AbanteCart that would be great

Pages: 1 ... 12 13 [14] 15 16 ... 19

Powered by SMFPacks Social Login Mod