News:

AbanteCart v1.4.3 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

Messages - artist3412

#106
I dont understand. I have a category-Keychains. I have 2 subcategories in that, twisted heart keychains and diamond shaped keychains. I have a picture for the category and pics for the sub categories and products and pics in the subcategories. What are you saying is empty? What do I need? Thanks in advance
#107
When I do that, they look fine when I click on the subcategory. It is still just the screen showing the subcategories that cuts  the product image in half
#108
sorry, that was supposed to be inthewindcreations.com/abante  without the cart on the end.
#110
Existing features / Re: customer upload
March 08, 2013, 05:00:36 AM
Just wondering if you have a date set on this yet?
#111
no, I don't even have a product description now. I actually deleted the entire category at one point, and removed all the products that were in it and re-added it all(so no description right now, just one image for catalog) just to see if that would fix it. I may have overlooked it, but don't think I had the issue before the upgrade but I could be wrong on that.
#112
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.
#113
That worked perfectly, thank you so much.
#114
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.
#115
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
#116
General Discussion / Re: Fatal error
February 24, 2013, 07:44:35 AM
I found the solution to this finally on another post: I followed their advice and deleted the old text then  copied and pasted the text from http://forum.abantecart.com/index.php/topic,599.0.html
into my utils.php file
It worked perfect.
I do recommend of course if anyone tries this, be sure to copy the old text into a seperate file in case it doesnt work for you, that way you can still revert back to the old file.
I have to say, overall, I am very impressed with abante cart!
#117
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 -