Show Posts


Messages - artist3412

Pages: 1 ... 6 7 [8]
106
General Support / Re: Please help me find reason for inconsistency
« on: March 09, 2013, 10:41:45 AM »
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
General Support / Re: Please help me find reason for inconsistency
« on: March 08, 2013, 12:00:17 PM »
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
General Support / Re: Please help me find reason for inconsistency
« on: March 08, 2013, 05:32:15 AM »
sorry, that was supposed to be inthewindcreations.com/AbanteCart  without the cart on the end.

109
General Support / Re: Please help me find reason for inconsistency
« on: March 08, 2013, 05:02:38 AM »
My site is inthewindcreations.com/AbanteCart

110
Existing features / Re: customer upload
« on: March 08, 2013, 05:00:36 AM »
Just wondering if you have a date set on this yet?

111
General Support / Re: Please help me find reason for inconsistency
« on: March 08, 2013, 02:01:57 AM »
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
General Support / Please help me find reason for inconsistency
« on: March 07, 2013, 01:12:38 PM »
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
General Discussion / Re: changing text in categories block
« on: March 04, 2013, 05:11:56 PM »
That worked perfectly, thank you so much.

114
General Discussion / changing text in categories block
« on: March 04, 2013, 08:54:25 AM »
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
« on: 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
« on: 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 AbanteCart cart!

117
General Discussion / Fatal error
« on: February 24, 2013, 06:51:34 AM »
I am brand new to AbanteCart 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;

Pages: 1 ... 6 7 [8]

Powered by SMFPacks Social Login Mod