Show Posts


Messages - BDLG

Pages: [1] 2
1
,productpageprice.jumbotron is not on the style.css.  You will need to all of this to the style.css:

.productpageprice.jumbotron {
    display: none;
}




2
General Support / Re: Products Not Displaying
« on: September 16, 2021, 12:16:27 AM »
I would suggest the simplest things first. Make sure you did add the category to the products details (I have accidentally left blank before ). Also, Make sure to hit CTRL+F5 to refresh after every add or change, in order to see it.

3
Built-in Features / Re: Quantity option in products
« on: August 10, 2021, 02:48:30 PM »
I see the QTY option just fine when I click on the picture of the product.  I see what you mean though, you want then to choose QTY on the main page instead of clicking the picture to get to the product details and the QTY option. I agree with llegrand, an extension may be needed, or you may be able to remove the box (In coding) with the cart in order to force them to click on the first picture

4
Configuration / Re: Default Product Page
« on: August 06, 2021, 11:08:17 PM »
Have you thought about adding a block with the information needed in the "Column -Right" in the layout for the product?

5
General Support / Re:change padding on block
« on: August 01, 2021, 01:43:28 PM »
SOLVED: I was looking for the word padding to already be there in my style.css.   I actually had to add the code padding-left: 225px; to the mt20 details. (see screenshot) if you are looking for same solution, please  Note: I found that it was mt20 by using inspect on the actual webpage, yours may vary depending on what block you are trying to alter. This may seem simple to those more experienced, but hopefully this helps newbies or those like me that are trying to relearn.

6
General Support / SOLVED:change padding on block
« on: July 30, 2021, 09:03:29 PM »
Still learning.
I added an HTML block to content top. It is too far to the left (see first screenshot). I used inspect and changed the left padding to 125 and it comes out perfect.(see 2nd screenshot) My issue is, I cannot find this code anywhere in my file manager to actually change it. I am still learning how to use inspect to find files and can find most so far, so forgive me. can anyone tell me where this is in the file manager to change it?

7
General Support / Re: Qty box only needed on certain products
« on: July 25, 2021, 02:39:25 PM »
I am still looking for a solution. I am trying to figure out what Abantecart was saying in previous post but for some reason I am just not understanding what I am to do. If anyone else has any ideas, please let me know.
Thanks to all.

8
General Support / Re: Qty box only needed on certain products
« on: July 22, 2021, 11:49:14 PM »
You can make qtty field as a hidden field with value of 1

Here is the template/line where it is shown
https://github.com/abantecart/abantecart-src/blob/47badf1f852a3cb2c35b5c978b4eb165766b578a/public_html/storefront/view/default/template/pages/product/product.tpl#L174

Here where you can change to hidden:
https://github.com/abantecart/abantecart-src/blob/47badf1f852a3cb2c35b5c978b4eb165766b578a/public_html/storefront/view/default/template/pages/product/product.tpl#L174

If you do not use extension/hook for this change, it can be wiped after next upgrade. Keep this in mind.

Did you mean to give me 2 of the same template line? Just wondering if you meant to send me link to another file to change

9
General Support / Re: Qty box only needed on certain products
« on: July 22, 2021, 06:48:10 PM »
Thank you so much for the information. I will try later tonight and post the outcome.
You are all wonderful!

10
General Support / Qty box only needed on certain products
« on: July 21, 2021, 07:00:47 PM »
Need opinion on best way to go about this.
I have different products with different needs for the QTY box (Shows on product page and in cart and is not a block that can just be hidden). For business cards I want them to select the qty from a select box (see attachment. By putting product price at 0 and making this list, the customer has to choose between 50, 100 and 250 cards and gives a specific price for that selection. This works perfectly.  But on these business card pages I do not want the other QTY box to show .

   Now on other pages I want the default QTY box for things like Copies/prints and flyers because they can give me an exact qty that they need, and the price is per page.

How can I delete or hide the QTY box from some, but not all product pages. I don't know much about hooks but I could probably learn, unless there is any other suggestion on how to go about this.
I'd love your thoughts on this and if I need a hook, what should I look at to learn

Thanks in advance.

11
Built-in Features / Re: Customer Account Page Suggestion
« on: July 18, 2021, 11:20:20 PM »
Honestly, I noticed it and thought it was odd, but a friend was looking at the site for me, but he had apparently left it for a while (This I wasn't aware of until later, I thought he saw it just after making his test account) and also commented on it . Thats when I started to look at it closer.

Thank you so much for your replies. I do remember your username, you were always great help.  I didnt even think about using my old login to the forum until I noticed a phrase on an old post I was reading and it hit me that it was the old me answering the old post lol

12
Built-in Features / Re: Customer Account Page Suggestion
« on: July 18, 2021, 06:32:51 PM »
Like I said, that part I now understand, it was a timeout.
 Take a look at this closer view, maybe that will help with why I feel it is confusing for customer as to why they are on the login page again.
Again, I am just suggesting it may be confusing for the customer, just as I was confused when I had it open for a while.

13
Template Support / issue editing email templates
« on: July 18, 2021, 04:48:22 PM »
I seem to have an issue with editing the email templates. When I click on the icon to edit one, it  takes me out of admin and directly to my website (the url it takes me to is https://bdlgraphics.com/com/static_pages/index.php?mode=admin.)  Prior to my fresh reinstallation, I would see the template and could edit it.

I do not have this issue with editing forms etc. it takes me to the editing screen as it should with everything else.
I cleared cache and tried again. I even tested it with another computer which I have never used before for admin or to go to my website and it does exactly the same thing.
I am using version 1.3.0. with A2 hosting

I am wondering if anyone else has had this issue

This is what I see in my error log:
2021-07-18 16:08:40 - database error: AbanteCart core v.1.3.0 SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
Error No: 1064
SQL: SELECT * FROM abj1_email_templates WHERE text_id='admin_approval_email' AND language_id=1 AND store_id=
PHP call stack:
#0 /home/bdlgraph/public_html/core/lib/db.php:102
#1 /home/bdlgraph/public_html/core/engine/extensions.php:1151
#2 /home/bdlgraph/public_html/core/engine/extensions.php:372
#3 /home/bdlgraph/public_html/core/lib/db.php:68
#4 /home/bdlgraph/public_html/admin/model/design/email_template.php:145
#5 /home/bdlgraph/public_html/admin/controller/pages/design/email_templates.php:214
#6 /home/bdlgraph/public_html/admin/controller/pages/design/email_templates.php:184
#7 /home/bdlgraph/public_html/core/engine/dispatcher.php:287
#8 /home/bdlgraph/public_html/core/engine/dispatcher.php:322
#9 /home/bdlgraph/public_html/core/engine/page.php:108
#10 /home/bdlgraph/public_html/core/engine/router.php:193
#11 /home/bdlgraph/public_html/core/engine/router.php:86
#12 /home/bdlgraph/public_html/index.php:97
in <b>/home/bdlgraph/public_html/core/database/amysqli.php</b> on line <b>119</b>
Thanks in advance

EDIT:      I finally ran across another post that had same issue. This worked for me as well :

To solve an issue needs to replace file  public_html/core/lib/config.php
with this

14
Built-in Features / Re: Customer Account Page Suggestion
« on: July 17, 2021, 08:21:33 PM »
I waited some time before checking again and it happened. So I come to the conclusion that it is a timeout that is logging off the customer, which is a good thing,  however, the customer still sees the "welcome back xxx" on the screen. If it has an automatic time out log off,  I would expect it to show as logged off instead of "welcome back xxxx". Also, the long list includes "Login" at the top of the list and also at the bottom, "Not xxx? Logoff". as though it is logged off (showing "login") and also logged in ("Not xxxx? Logoff". ) at the same time.

15
Built-in Features / Re: Customer Account Page Suggestion
« on: July 17, 2021, 06:21:27 PM »
that is not the behavior that any normal installation has.  If you are logged into your account and click on the check order  it goes to  My Order History.   Perhaps you have adjusted some of your coding again?!?!

If you think your customers will be unable to hover over the Welcome Back to see the dropdown -  you can change the title in localization>language definitions

Thanks for the reply.

I tried to recreate the issue again, but it did not happen. I will wait a while and see if time has anything to do with it since it had sat for a while before I did it before.

 On the issue of the list, I was pointing out that most websites would have the longer list ( Wishlist, edit account details, downloads etc) show up when you click on the word "account" , not when you click or hover over the "welcome". It was just a suggestion. I do realize you also have the longer list show on the page, so not a big issue, just thought it was odd.

Pages: [1] 2

Powered by SMFPacks Social Login Mod