Show Posts


Topics - artist3412

Pages: 1 [2]
16
Template Support / text alignment in custom block
« on: June 09, 2013, 07:09:37 PM »
ever since I upgraded to new version, the text in my custom block that shows my products is aligned to the right. I cannot seem to find where to change this.
See photo example

17
General Discussion / default html5 template
« on: June 05, 2013, 03:17:24 PM »
I am curious if the clients with older web browsers will have any issue in viewing and using sites with the default html5 template.

18
Support / Upgrade to 1.1.5 HELP
« on: May 28, 2013, 10:34:48 AM »
I clicked on the link to upgrade to 1.1.5 and did nothing else and all I see now is this error:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@inthewindcreations.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/2.2.24 (Unix) mod_hive/3.5 mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.35 Server at inthewindcreations.com Port 80

19
General Discussion / has anyone added the authorize.net seal?
« on: March 24, 2013, 05:53:02 AM »


I use authorize.net and they offer a seal for adding to the website. I would like to use this seal (They provided the HTML code), but am unsure how to add it to my site. I tried entering the code  (Pasted it) into an html block, but I only get the actual code itself showing on the page. Do I need to place this into a file instead? I would like to place the seal both on my checkout page and on the home page.
This is the code they give me for my site:

<!-- (c) 2005, 2013. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="a7ebffc2-2c4e-4ec9-a88a-7972acfcbd5a";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Merchant Services</a> </div>
Modify message



Report to moderator 

20
Opinions / option modifier showing
« on: March 19, 2013, 05:16:10 PM »
I really love and appreciate this product. I do have one suggestion though:
when adding an option with a price modifier (I sell mugs, they can choose from an 11 oz (10.00) or 15 oz(15.00)). I have set this as an option with the 15 oz having a dollar modifier of $5.00. when I test this, it shows the checkbox options of :

11 oz.
15 oz. 5.00

to me, if I were the customer, this would look as if the 15 oz mug is being sold for  $5.00.

everything works correctly at the cart and checkout and has the correct price, which is great, but I wonder if there is a way to hide the modifier amount from the customer so that it would only show as:

11 oz.
15 oz.

Thanks for everything, you guys are fantastic.

21
Customization help / change a color on template
« on: 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
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.

23
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.

24
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

25
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 [2]

Powered by SMFPacks Social Login Mod