Show Posts


Messages - matencio

Pages: 1 [2]
16
How-to questions / Re: Setting up flat rate
« on: June 22, 2017, 04:44:30 PM »
Should it look like this? 1:5.00,2:5.00,3:5.00,4:5.00,5:5.00,6:10,7:10,8:10.00,9:10.00,10:10.00,11:15.00,12:15.00,13:15.00,14:15.00,15:15.00,
It seems to be working but wasn't sure I was supposed to add the weight:cost also. I didn't add it and it's working
Thanks

The guide is confusing. Here's the simple explanation:  For future reference of new people like me: 1:5.00,2:5.00,3:5.00,4:5.00,5:5.00  means: 1 pound = $5.00 written like: 1:5.00.... 5:5.00  is 5 pounds = $5.00   6:10.00 = 6 pounds = $10.00 shipping fee.

17
How-to questions / Setting up flat rate
« on: June 22, 2017, 11:49:51 AM »
I can't figure out how to set up the flat rate shipping.

I sell coffee and it's $5.00 for up to five pounds
$10.00 for up to 10 pounds and
$15.00 there after
How the heck do I set this up? with multiple rates?
I can't launch until I get this so a walk through would really help. Thanks

18
How-to questions / Re: How to get global attributes to show up
« on: June 21, 2017, 10:23:09 AM »
Thank you. I kind of thought that what that was but was guessing.. I appreciate it.

19
How-to questions / How to get global attributes to show up
« on: June 20, 2017, 11:23:30 AM »
I figured this out.

How do I force the customer to make a choice? I used select box when I set it up, should I have used a different option?


I followed the doc for creating a global attribute. That went fine until I tried to add it into the product template. It doesn't show up. I don't want to use the "size, color&size, fragrance type or gift wrapping parent. I created "Grinding Preference" (See the attachment.) Mine came out with Download attribute???

I went back and created the option in Product Options because I have more than a hundred products to add this to. See the second attachment. Do I have to select an Attribute Parent for this to work? None fit my need. Can I make one for Grinding Preferences for my coffee instead of size and color?
The third screen shot is what I'm ending up with... I have four when there should only be one.
Help. Thanks

20
Customization help / Re: import / export new products not working...
« on: June 19, 2017, 10:02:40 AM »
How do I download and then upload back. Editing these files is difficult in Excel. I can make changes in Word.

I can't get the export or import to work.

I have already manually entered the data. but that doesn't help me in the future.

21
Customization help / Re: import / export new products not working...
« on: June 17, 2017, 10:22:23 AM »
I discovered this after going through settings. Any idea what it means and how I fix it?

22
Customization help / Re: import / export new products not working...
« on: June 16, 2017, 06:46:05 PM »
Set everything to 777, still not working and it exported in demo but didn't import back. Does it have to be in a .tar zip file to upload again?

23
That worked. For everyone else needing this and doesn't know how to make the change here it is: You have to change the style.css page located in this folder

/storefront/view/default/stylesheet
Then make the following change to the page at the top.

/* CSS Document */

/* ------------ Reset ------------ */
body {
   background-color: #820000;
   font-size: 13px;
   margin: 0;
   padding: 0;
}

By adding the word Background-    you can change the color from white to any color you want, or an image.
I don't do much css and didn't know about that.  I do now. Perfect. The second I made the change it worked. Thank you, thank you, thank you. Now if I could get the other issue with import and export fixed the day and weekend would be saved!

24
No. That was to add an image, I changed it to color. This is how I added the code but it didn't do anything. 

/* CSS Document */

/* ---------- BODY COLOR ADDED BY ME-------- */
body {
color: #820000;
}

/* ------------ Reset ------------ */
body {
   color: #820000;
   font-size: 13px;
   margin: 0;
   padding: 0;
}

25
Customization help / Re: import / export new products not working...
« on: June 16, 2017, 09:59:28 AM »
They do. All have 755

26
Customization help / import / export new products not working...
« on: June 15, 2017, 02:34:09 PM »
I can't seem to export a file for me to upload my product list... I've read and followed the tutorials, followed the instructions and still can't get it to work. What am I doing wrong or is there a permission I need to change or what?

27
Cleared the caches - IE and Abantecart and then shut off the computer and restarted. Changed the body code to 820000 from 333 still nothing changed.



@charset "utf-8";
/*
AbanteCart storefront main CSS style.css

Developers: Pavel Rojkov

AbanteCart brand color styles: #064770 (dark blue) #F19013 (Orange)

*/

/* CSS Document */
/* ------------ Reset ------------ */
body {
   color: #820000;
   font-size: 13px;
   margin: 0;
   padding: 0;
}

a {
   color: #000000;
   text-decoration: none
}

a:hover {
   text-decoration: none;
   color: #d8420e
}

28
I'm using the default template. I'll try clearing my cache. Thanks

29
I tried that already and it doesn't change the color. The template is still white.

30
I have the default template and want to change the background color to dark red. Where can I do this? I have opened style.css but haven't found the "BODY" tags to make the change.

/public_html/redeyeexpress.us/storefront/view/default/stylesheet

is my file location, Am I in the wrong .css file?

Pages: 1 [2]

Powered by SMFPacks Social Login Mod