News:

AbanteCart v1.4.4 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

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

Topics - artist3412

#21
Customization help / change a color on template
March 15, 2013, 08:45:44 AM
Almost ready to go. You guys have been wonderful about helping me find everything I need, but I do have another question. I would like to change the color of the Blocks "title" bars (currently default is orange in default template). can you tell me where to find this so that I can change it to a color that matches my scheme. Thank you so much.
#22
I am at my wits end. I am using default template. When I go to different categories on my list, they do not all display correctly. some do, some do not. Here are my screenshots. Why would one show the middle block as large, showing product image and price etc.  and one is not tall enough and cuts my products in half. Everything I can see in the code shows that all pages should be identical in this respect.
#23
I am very happy with most of the layout on the default template, however I would like to change the size and color of the text in the categories block on my homepage. The list text is very small and gray. I want people to be able to see my list of categories that they can click on. I have been looking through my files, but am lost as to where I can change this.
#24
Existing features / customer upload
February 24, 2013, 09:08:20 AM
I do personalization on products for which clients send me pictures. Is there a way to add a feature on the checkout screen where the customer can upload a picture to me with their order? I really hate for them to have to go through a 2 step process and email a pic seperately to me. Thanks in advance
#25
General Discussion / Fatal error
February 24, 2013, 06:51:34 AM
I am brand new to abante cart. everything seems towork except when I try to add a new product it comes up with Fatal error saying there issomething wrong with my utils.php file online 302.
Here is what my utils.php file shows around that line. Line 302 is the one that reads:
$iso_date = DateTime::createFromFormat($date_format, $string_date, $timezone);

Here is the whole section:
function dateFromFormat($string_date, $date_format, $timezone = null) {
   $date = new DateTime();
   $timezone = is_null($timezone) ? $date->getTimezone() : $timezone;
   if (empty($date_format)) return null;
   $string_date = empty($string_date) ? date($date_format) : $string_date;
   $iso_date = DateTime::createFromFormat($date_format, $string_date, $timezone);
   $result = $iso_date ? $iso_date->getTimestamp() : null;
   return $result;

Forum Rules Code of conduct
AbanteCart.com 2010 -