Show Posts


Messages - iron

Pages: [1] 2
1
Fresh Installation / Re: How to turn on Output Buffering ???
« on: November 15, 2023, 05:12:32 AM »
Please copy your php.ini file into install folder!
That's all.

2
Tip: enable template debug in System > Settings > System to see what controller and template used in the block

Did it and see that I was on right way, but still didn't solve this.
Am I the only who don't see that Notifications word in menu on account page? So strange.

3
Hello guys!
Got a little troubles with modifying the customer's account page.
1. When mouse is over any icon on account page, we see pop-ups with name of this icon. e.g. "Edit account details" or "Change password" and so (Pict.1). But this not work with Notifications subscribtion icon (second from right). And it's not named in account menu on right side, just a horn sign, and no name (Pict.2). I've checked the /AbanteCart/storefront/view/default/template/pages/account/account.tpl file carefully, and the Language Definitions in Admin panel (Pict.3). I see in account.tpl is $text_my_notifications, but text_notifications in Language definitions, perhaps it's the reason? Tried to change, still didn't find the right decision.
2. How to add/remove items in account menu on right side (Pict.2)?

Did someone solved similar?

4
Upgrade / Re: Unable to upgrade from 1.2.6 to 1.2.7
« on: May 28, 2016, 03:19:14 AM »
Hello.

You can try manual upgrade http://docs.abantecart.com/pages/upgrade/manual.html

Do not forgot to create backup Before upgrade  ;)

Thank you, Basara!

5
Upgrade / Unable to upgrade from 1.2.6 to 1.2.7
« on: May 25, 2016, 02:37:58 AM »
Hello guys!
I trying to upgrade, but get this message:
Error: Cannot locate file package.xml inside of extracted extension. Possibly extension was not extracted correctly. Check log for errors
 Stuck? Not a problem. You can install extensions another way. Check this help link

Log file starts with this:
2016-05-25 1:20:12 - warning: AbanteCart core v.1.2.6 file_exists() expects parameter 1 to be a valid path, string given in <b>/home/.../AbanteCart/core/lib/targz.php</b> on line <b>78</b>
2016-05-25 1:20:12 - warning: AbanteCart core v.1.2.6 mkdir() expects parameter 1 to be a valid path, string given in <b>/home/.../AbanteCart/core/lib/targz.php</b> on line <b>79</b>
Then repeats many time this:
2016-05-25 1:20:12 - warning: AbanteCart core v.1.2.6 chmod() expects parameter 1 to be a valid path, string given in <b>/home/.../AbanteCart/core/lib/targz.php</b> on line <b>94</b>
2016-05-25 1:20:12 - warning: AbanteCart core v.1.2.6 file_put_contents() expects parameter 1 to be a valid path, string given in <b>/home/.../AbanteCart/core/lib/targz.php</b> on line <b>89</b>
And this last strings:
2016-05-25 1:20:56 - App Error: AbanteCart core v.1.2.6 Error: Cannot to find package directory after unpacking archive. in /home/.../AbanteCart/admin/controller/pages/tool/package_installer.php on line 501
2016-05-25 1:20:56 - warning: AbanteCart core v.1.2.6 file_get_contents(/home/.../AbanteCart/admin/system/temp/install//package.xml): failed to open stream: No such file or directory in <b>/home/.../AbanteCart/admin/controller/pages/tool/package_installer.php</b> on line <b>513</b>

Please help to solve it.

6
Customization help / Re: How to insert anchor link?
« on: May 11, 2016, 12:36:27 PM »
Thank you Basara! Block work great!

7
Customization help / How to insert anchor link?
« on: May 10, 2016, 10:46:51 AM »
Hello guys! I didn't find nothing about my problem here on this forum.

I'm trying to put anchor link on a Product page. Doing it as usual (Pic.1, Pic. 2). Saving the file.
In HTML/Text mode all tags are on their places. In Visual mode everything seems OK, but in Link menu the anchor not saved (Pic. 3). And on storefront page, if move mouse on link in list, link seems workable (Pic. 4), but click on any link opens the main page.
Absolutely have no idea how to fix it.

8
Customization help / Re: How to change a Product Page's layout?
« on: May 03, 2016, 04:51:37 AM »
You will need to edit HTML template to change layout of product details page's content.

Check this template:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl

Thanks a lot!

9
Customization help / How to change a Product Page's layout?
« on: May 02, 2016, 11:06:04 AM »
Hello guys!

In normal mode an images and product info (such size, price, quantity, and so) are on the top, and text description is on the bottom. How to move description to the top?

10
Customization help / Re: Top menu's background modifying
« on: April 24, 2016, 02:28:34 PM »
Can you share the link to what you are doing?
I can't send links here, so sent it by private message.

B.R.

11
Customization help / Top menu's background modifying
« on: April 21, 2016, 06:22:50 AM »
I want to make a Category menu looking similar to the main menu (Top menu). In style.css I changed .headerstrip color to #f2f9fc, topnav ul li a color to #4b5b58, and it looks right. But can't change topnav ul li a:hover for make blue #00a1cb background when mouse is over. Hope there is a way to do it.

12
I've find a reason - the directory /storefront/controller was removed. Restored it. But banners still not justified, only left aligned even after /storefront/view/default/stylesheet/style.css correcting.

13
Hi.
This issue already fixed please see this commit style.css

hmmm... Things going strange. Did it, and after it the site don't open. I understand, it's couldn't be the reason, but now see only white screen. After undo this change - same white screen. I've checked permissions in /storefront/view/default/stylesheet/, all *.css files were 644 or 755, I make them all 755, but anyway get only white screen. Absolutely have no idea what's wrong  :-\
I have saved copy of few days ago, checked it - workable, so it's not a catastrophe, but don't understand what it was?

14
i am not sure because i am not a developer but i have seen if we exceed the banner width it increased to left to right. so the default size is 280x150 you can try with this method i hope it will work.

280*4=1120  now 1120 / 3 = 373.33 so you can make an banner 373.33x150
Thank you. It works, but not correct, if screen resolution changing, banners are not aligned. I mean is it possible to justify them?

15
Installation and Configuration / Alignment of "Banner Bottom" block
« on: April 12, 2016, 10:45:45 AM »
There  are 4 graphic banners in Main bottom banners group. I will use only 3 of them. But they arranged with alignment "Left". How to arrange them evenly inside their block?

Pages: [1] 2

Powered by SMFPacks Social Login Mod