Show Posts


Messages - JHammond53

Pages: [1] 2 3
1
Feedback on My Store / Re: We are getting there, check us out!
« on: November 11, 2014, 09:38:58 AM »
yes,  it is nice.  A great showcase of what can be done with the Abantecart.

Big improvement over old site IMO.  I noticed on old site you had bid form,  the new Version 1.2 soon to be out  has an enhancement for adding forms might be useful to you in the near future.

Thanks for letting us have a look.
Lee

We had the bid form but never actually used it or had a need it. It was kind of a "just in case" feature that the previous person put on it.

Adding forms, however, is a nice addition! I had to create my own form and I attached it to the site as "content". http://www.archmetalsfl.com/ramp


2
Customization help / Re: Highlight current category in menu
« on: November 04, 2014, 08:14:07 AM »
If it is in the works for the next release I will just wait on it  :D

3
Customization help / Highlight current category in menu
« on: November 03, 2014, 10:11:47 AM »
I would like to hightlight the current category page that I am on instead of HOME always being highlighted. any suggestions?

4
Feedback on My Store / We are getting there, check us out!
« on: October 31, 2014, 03:05:06 PM »
Here is our site that I have been working on (on and off) for the past year. I would go months without touching it do to us being slammed with work (not a bad thing at all).

www.archmetalsfl.com

The site is almost done, just gotta add a few more things, and get pricing for products and we are off and running.


Our old site looked, well, old. www.architecturalmetalsinc.com

5
Customization help / Re: Hiding certain elements when not logged in
« on: October 31, 2014, 02:25:18 PM »
I modified the header.tpl file to read as such. Anything in red is what I added. You can see it in action at archmetalsfl.com

Quote
<div class="headerstrip_blocks">

                  <div class="pull-left ml10"><?php echo ${$children_blocks[0]}; ?></div>

                  <div class="pull-left"><?php echo ${$children_blocks[1]}; ?></div>

                  <div class="pull-left">
                     <?php if ($this->customer->isLogged()) {   ?>                     
                     <?php echo ${$children_blocks[2]}; ?>
                  <?php } else {   ?>
                  <div class="navbar" id="topnav">
                      <div class="navbar-inner">
                     <ul id="main_menu_top" class="nav main_menu">
                     <li  data-id="menu_login"  class="dropdown hover"><a  class="top menu_login"  href="http://www.archmetalsfl.com/index.php?rt=account/login" ><span class="menu_text">Login</span></a></li>                  
                     </ul>
                     </div>
                     </div>
                  <?php } ?>
                  
                  </div>

6
Customization help / Re: Hiding certain elements when not logged in
« on: October 21, 2014, 10:56:14 AM »
Well I figured it out. It may not be the best way to do it, but I got it done.

7
Customization help / Re: Hiding certain elements when not logged in
« on: October 20, 2014, 02:49:42 PM »
You can use be below condition in header.tpl file

Code: [Select]
if (!$this->customer->isLogged()) {
...
}

Thanks for the response. I have used this to remove the cart beneath the top menu, however the top menu is displayed as ($children_blocks[2]) not sure how to pick apart what I want to show when not logged in.

8
Support / Re: Weird Logout Problem
« on: October 20, 2014, 11:52:35 AM »
Got it fixed. In admin backend I had to go to Design -> Menu and in the links for Login and Logout I had to add "www" to the address.

9
Support / Re: Weird Logout Problem
« on: October 20, 2014, 11:13:38 AM »
Tried a different computer that has never accessed the site, still the same.

10
Support / Re: Weird Logout Problem
« on: October 20, 2014, 11:08:32 AM »
I tested Firefox, still the same result.

11
Support / Re: Weird Logout Problem
« on: October 20, 2014, 10:48:28 AM »
Chrome.

I have tested the personal demo site as well and it works fine

12
Support / Re: Weird Logout Problem
« on: October 20, 2014, 10:37:11 AM »
When it takes me to the logout page where I click continue, it actually shows like I am logged off, but even if I click any other links it will then show that I am still logged in.

13
Support / Re: Weird Logout Problem
« on: October 20, 2014, 10:34:31 AM »
Yes, I have refreshed, cleared cache/cookies, cleared cache in admin backend....nothing.

14
Support / FIXED - Weird Logout Problem
« on: October 20, 2014, 10:19:21 AM »
Ok, so I just realized that when I click the Logout button in the header it takes me to the account logout page. When I click continue it then takes me back to the home page but I am still logged in. I can keep clicking the Logout button and follow the same loop time after time after time.

If I click Log Off in the footer it takes me to the same account logout page, but when I click continue it takes me back to the home page and I am actually logged off this time. The same goes for the Log Off link on the Account page.

Any suggestions? I have reset all of the .tpl and .php files back to default yet still nothing.

15
Customization help / Hiding certain elements when not logged in
« on: October 16, 2014, 11:21:41 AM »
Ok, this may be quite complicated. If someone is not logged in, I would like to hide the entire top menu except for login. I would also like to hide the cart just below the top menu. One other thing is featured items.

If someone is then logged in, all of these would reappear.

I am not afraid of changing code as I have changed some already. Just can't find the right files/code to implement.

Pages: [1] 2 3

Powered by SMFPacks Social Login Mod