Show Posts


Messages - jaysbar

Pages: 1 [2] 3 4 ... 10
16
Hi

I have this error on my test site:
Fatal error: Call to undefined method AHtml::getHomeURL() in /home/mysite/public_html/test/storefront/controller/common/footer.php on line 33

I checked the code at line 33 in the relevant footer.php and this is the code. It looks ok to me.
$this->data['home'] =  $this->html->getHomeURL();

Any ideas?

Thanks

17
Hi

I created a new block on my LIVE site. In this block I have a link like this:

<i class="fa fa-shopping-cart" style="color: #ffffff;">
<br /></i></a><a href="http://www.MySite.com/index.php?rt=checkout/cart">
<span style="color: #ffffff;">  CART &nbsp; &nbsp; </span>

But when backup my LIVE site and load it into my TEST site and go to Checkout after adding some products, the cart is empty. This is because my Test site has a different URL (http://www.MySite.com/Test/index.php?rt=checkout/cart).

Is there a way I can use a URL that will work on both sites without any editing?

18
Hi all

Is there any way I can see all of the items which have "Featured" set to ON without using my SQL DB?

Thanks

Jay

19
General Support / How to add menu on the Admin page?
« on: September 16, 2016, 11:36:58 AM »
Hi

Is it possible to edit the Admin page? I want to add a new menu item which is basically a hyperlink which should display as a frame on the right of the menu. For example, if the menu item says Links and I click, it should expand and show me Links. If one of the links is www.google.com and I click it, it should open www.google.com in the main admin window.

Make sense?

Thanks

Jay

20
General Support / Re: Admin panel Login error during upgrade
« on: September 15, 2016, 12:56:58 PM »
Hi

Check your salt key (system/config.php) and make sure it hasn't changed.

I would advise anyone reading this post - when you set up Abantecart, always set up a 2nd admin account incase the default one ever has a problem.

21
General Support / Re: Change the order of Mobile menu list
« on: September 15, 2016, 12:22:48 PM »
I have fixed the issue and managed to keep the menu at the top.

I will create a How To worthy of a Sticky and update in a bit!

Jay

22
General Support / Re: Change the order of Mobile menu list
« on: September 15, 2016, 04:50:13 AM »
I found a problem.... Can someone help?

If you add more items to Design -> Menu, it causes a problem with the menu that appears on the right of the desktop storefront logo.

I can no longer see the menu items next to my logo and there is a big gap between the logo and my social icons. But if I only have 7 items in Design -> Menu the items show up fine next to my logo.

It's a shame that adding items to Design -> Menu makes a duplicate menu on the top of Abantecart Storefront.

Please see my attachments for the issue.

What is the fix for this?

23
General Support / Re: New Zone not showing in alphabetical order
« on: September 15, 2016, 03:10:26 AM »
Hi

Yes I assigned the country. But still showing up at the bottom of the list.


24
General Support / Re: How can I add a new Text Area field to Products?
« on: September 14, 2016, 05:43:41 PM »
I would be greatful for some help please.

25
General Support / Re: Change the order of Mobile menu list
« on: September 14, 2016, 05:05:47 AM »
Just incase anyone wants to know exactly how this is done...

Edit the way the menu looks on a mobile

When you make these changes, they will re-order the mobile menu and the menu which opens up when you click on HOME on the desktop website

1.   Go to Admin -> Design -> Menu
You can see things like HOME 10, Specials 11, Cart 40, Checkout 50 etc.
The numbers represent the order in which they will appear in the Home menu. The lower the number, the higher that item appears – so Home first, then Specials

2.   Click on the + icon to add a new menu Category

3.   Give the Category an ID and Title such as Women

4.   Give it a sort number (I will use 11 then change Specials to 30)

5.   On your desktop site, go to storefront and Women

6.   Take the last part of the URL and copy it (product/category&path=93). This is the path to the Category called Women

7.   Paste it into your new menu Category under Link

8.   Notice that when you paste it and move the cursor away, the field Link to Category automatically updates to Women

9.   If you wish to add a Fav Icon which will appear in Storefront Home, click on the icon area to add an icon

10.   You have two options, add an image or add resource HTML. Choose the latter for HTML

11.   Add the following line <i class="fa fa-female"></i>

12.   Change the word Female to the icon you wish to use (here are all the icons you can use - http://fontawesome.io/icons/, they are already stored in Abantecart so you only need to edit the word female and your icon will appear)

13.   Save your settings and go to Storefront and refresh the page.

14.   Click on Home and you will see the new Category with the icon you chose

15.   Now check the site on a mobile. The only difference will be that a new Category has been added and the order of Categories may have changed

26
General Support / New Zone not showing in alphabetical order
« on: September 13, 2016, 12:00:17 PM »
Hi

I created a new Zone called Middlesex (MDX).

When a customer creates a new account, Middlesex show up right at the bottom of the Zones list. How can I get it to show up near the other Zones which begin with the letter 'M'?

Thanks

27
General Support / Re: Change the order of Mobile menu list
« on: September 13, 2016, 09:31:25 AM »
Digitalt,

This has been an awesome tip! I used your idea just to recreate my menu. So instead of using Sitemap, I simply done the following:

Home 10
Women 11
Men 12
Kid 13
Beauty 14
Specials 70
Cart 80
Checkout 90

and so on.... It looks much better now on a mobile! Just gotta wait for a more mobile friendly approach now :)

THANK YOU!

Jay

28
General Support / Re: Change the order of Mobile menu list
« on: September 12, 2016, 12:26:11 PM »
Hi All,

Please can someone help me with this issue (see last post)

29
General Support / Re: mail problem
« on: September 11, 2016, 02:35:26 AM »
I'd be happy to Teamviewer to your pc and help.

30
General Support / Re: mail problem
« on: September 10, 2016, 12:49:39 PM »
Hi

You don't need the trailing ssl in your SMTP host. It should just be smtp.mydomain.com (replace with your actual SMTP host address).

Port 465 is a legacy (old) port. So if the above change does not work, try replacing the 465 with 25. Port 25 is a common port for SMTP traffic.

Let me know how it goes...

Jay

Pages: 1 [2] 3 4 ... 10

Powered by SMFPacks Social Login Mod