Show Posts


Messages - Riin

Pages: 1 [2] 3
16
Customization help / Re: sOCIAL MEDIA BUTTONS
« on: June 17, 2014, 10:44:35 AM »
I installed Firebug and found the width of the icon area specified under DOM, but it won't let me edit it there, and it's not at all clear to me where I'm supposed to edit it.

17
Customization help / Re: sOCIAL MEDIA BUTTONS
« on: June 16, 2014, 08:28:55 PM »
Ok, I did that, but now there are really big spaces between the icons. My icons are 32 x 32 pixels, and the spaces are approximately 45 pixels wide. I looked in the stylesheet to see if I could adjust it, but the stylesheet doesn't think those big spaces are there. Any recommendations on how to make those spaces a lot smaller?

18
Customization help / Re: how can I make company name required?
« on: June 16, 2014, 06:43:31 PM »
Anyone?

19
Customization help / Re: sOCIAL MEDIA BUTTONS
« on: June 16, 2014, 06:38:45 PM »
Oh! Duh!

Thanks!

20
Yes. But when I look at the list of orders in admin, it just lists order id, customer name, order date, and amount. I would like it to tell me the company name when I look at that page if possible, either in addition to the customer name or instead of the customer name. Is that something that's easily doable?

21
Customization help / Re: how can I make company name required?
« on: June 15, 2014, 03:32:27 PM »
The first change was easy. The second one I'm having trouble with. I added this:

if ((mb_strlen($data['company']) < 3) || (mb_strlen($data['company']) > 128)) {
         $error['company'] = $this->language->get('error_required');
      }

to customer.php (error_required is defined in language definitions), but when I try to create an account and leave the company name blank it doesn't give me an error. What am I missing?

22
Customization help / Re: sOCIAL MEDIA BUTTONS
« on: June 15, 2014, 11:09:17 AM »
I don't understand where you actually change the icons that way. I only see where to change the links.

23
Customization help / Re: sOCIAL MEDIA BUTTONS
« on: June 15, 2014, 09:14:09 AM »
Can anyone help with this? I need to add Pinterest and Ravelry icons. I tried replacing default_html5/image/footericon.png with a new image, but now no icons appear. Anyone? Help?

24
Customization help / how can I show companies in admin as customers?
« on: June 15, 2014, 09:03:02 AM »
This isn't critical, but it would be a lot easier on my head. Since I'm selling to stores, I think of the stores as the customers. If I get an order from Mary Smith at Spiffy Yarn, we view it as an order from Spiffy Yarn. Mary Smith is the contact person.

Is there a way to configure admin so when I'm looking at customers it lists Spiffy Yarn instead of Mary Smith? And so it shows I have an order from Spiffy Yarn, not from Mary Smith?

25
Customization help / how can I make company name required?
« on: June 15, 2014, 08:57:46 AM »
How can I make "Company" a required field, both in the registration page and the guest checkout step 1 page?

26
Customization help / Re: how to change copyright word order
« on: June 11, 2014, 12:58:41 PM »
I did. There's a line that says

<?php echo $text_copy; ?>

and I assume the text_copy is what I need to edit somewhere. When I searched for it in Language Definitions though, the only thing with that name is the AbanteCart copyright statement in Admin. I don't want to delete it, I want to edit the word order.

27
Customization help / Re: how to add link in footer that goes offsite?
« on: June 11, 2014, 12:34:35 PM »
Just to be clear, though I created another account and bought some other extensions, I would prefer to edit a template to add the link in the footer. Can someone please tell me how/where to do this?

28
Customization help / Re: how to change copyright word order
« on: June 11, 2014, 12:32:16 PM »
Anyone? I looked in Language Definitions, I looked in .tpl files... Somewhere there's a piece of code that's telling it to be the way it is. Where?

29
Customization help / Re: how to add link in footer that goes offsite?
« on: June 11, 2014, 08:26:53 AM »
I type my login name, but then as soon as I click the login button, it changes to my zip code again. I'd be happy to change my login name to my zip code if only I could login!

Ha! That gave me the idea to create a new account using my zip code as my login name and a different email address! Success!

30
Customization help / Re: how to add link in footer that goes offsite?
« on: June 11, 2014, 08:19:42 AM »
you control everything on the footers in the Site page,  the admin pages, and your emails to customers.   Important you will need to do all the areas  as when you turn the extension on,  it turns all the automatic footer info OFF.

Lee

Oh, I just saw this bit! I actually have everything else in the footers and the emails the way I want it, and I'm fine with editing things in the templates. I just need to know which template and what to edit.

Pages: 1 [2] 3

Powered by SMFPacks Social Login Mod