Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Product Detail Edit Feature
Next Page
Author « Topic »
Page: of 2

KenLane
Advanced Member

USA
460 Posts

Posted - 04/17/2024 :  16:26:53  
I have this on my old site but I'm not sure what add-on it is.

I'm pretty sure it's not Froala as I cannot find it even active. I used to have it but didn't like it.



======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Edited by - KenLane on 04/17/2024 16:29:08

dbdave
ECT Moderator

USA
10411 Posts

Posted - 04/17/2024 :  17:29:04  
Hi Ken, that is indeed the Froala editor

Froala admin HTML editor (Minimum version 6.9.3)
If you want the built in Froala HTML editor for your admin pages then add this to includes.php...
$htmleditor="froala";
You will need to download the Froala files separately from our downloads page and upload them as per the instructions there.


PS - I did see your emails a few minutes ago and I'll respond shortly.

Thanks,
David

KenLane
Advanced Member

USA
460 Posts

Posted - 05/18/2024 :  10:37:30  
I'm still working on the future of the site but still have Froala issues.

On AustinFlightCheck.com, all looks normal.

On CentexLube.com, Froala works and displays normal on the product page but not in the edit page. The product edit page doesn't show the WYSIWYG appearance. Bullet points and othe details are missing there though they show up on the product page.

On FlightCheckManual.com, it will not show at all. The files are added and the tag is in the includes.php file.

I'm confused.

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

dbdave
ECT Moderator

USA
10411 Posts

Posted - 05/18/2024 :  14:59:04  
Hi Ken, I still have your FTP access and had a look and all seems to be in place.
However, I didn't check the Froala files, so you might upload that folder to the server, in the proper locations, again to be sure they all made it over.

Thanks,
David

KenLane
Advanced Member

USA
460 Posts

Posted - 05/18/2024 :  15:11:20  
They're uploaded on the two new sites just like the original site.

But, there's still the issue of not performing the same on centexlube and not at all on flightcheckmanual.

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Vince
Administrator

42768 Posts

Posted - 05/22/2024 :  02:18:58  
Hi KenLane
Could you send the site FTP login details for the flightcheckmanual to my email (vince AT ecommercetemplates DOT com) and I'll have a look why that one isn't loading.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KenLane
Advanced Member

USA
460 Posts

Posted - 05/22/2024 :  06:38:33  
Sent

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Vince
Administrator

42768 Posts

Posted - 05/23/2024 :  04:22:11  
Hi KenLane
I just uploaded the files for the froala editor plugin again and it all seems to be working now.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KenLane
Advanced Member

USA
460 Posts

Posted - 05/23/2024 :  04:54:01  
Thanks for that. I see the editor showing but there's still confusion on how each of the sites work.

I just sent an email to you with three images and the variations from my original site.



======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Vince
Administrator

42768 Posts

Posted - 05/24/2024 :  03:04:26  
Hi Ken
I think what you need to do is to specify the CSS files that are used for your product descriptions and you can do that with the following parameter...

$customcsslocation='/css/ectstylebase.css,/css/ectstyleproduct1.css,/css/ectstyleqbuy1.css,/css/ectstyledetails1.css,/css/style.css';

I'm going to look into a way to automate that for the "ectstyle" CSS files, but this should get you going.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KenLane
Advanced Member

USA
460 Posts

Posted - 06/01/2024 :  09:01:08  
I'm just now getting back to the tasks after a weekend away and catching up.

Where does that needed to be added? includes.php ?

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Vince
Administrator

42768 Posts

Posted - 06/01/2024 :  11:40:21  
Hi KenLane
quote:
Where does that needed to be added? includes.php ?
Yes, that;s correct.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KenLane
Advanced Member

USA
460 Posts

Posted - 06/01/2024 :  12:31:44  
I added it to CenTexLube.

I see it was already added to FlightCheck.

But, no change!

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Vince
Administrator

42768 Posts

Posted - 06/03/2024 :  01:39:53  
Hi KenLane
I had a look at the centexlube site and I see what the problem is. But it is because that particular style for the <ul> tag is set for ul tags that are under the div.detaildescription and that isn't there when viewing the description in the admin.
I'm afraid it's really a case of trying to make the display as similar as possible in the admin to the actual detail page display, but at times there are going to be differences.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42768 Posts

Posted - 06/03/2024 :  02:08:13  
Hi KenLane
One thing I noticed when I was looking at your detail pages is that you've still got the default, "ECT store:" in the page title. You may want to change that to say, "Centexlube" or something like that.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KenLane
Advanced Member

USA
460 Posts

Posted - 06/03/2024 :  10:28:47  
Shouldn't that show the item title as the page title? How do I make that the default?

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

dbdave
ECT Moderator

USA
10411 Posts

Posted - 06/03/2024 :  12:58:43  
quote:
Shouldn't that show the item title as the page title? How do I make that the default?


Hi Ken, check this page for how to set that up
https://www.ecommercetemplates.com/seo/dynamic-title-meta-php.asp

KenLane
Advanced Member

USA
460 Posts

Posted - 06/03/2024 :  14:25:22  
I've got those last changes made.

New issue: If I click on the category, it takes me to an 1044 error page.

http://www.centexaviation.com/products.php?cat=Molykote+Greases

I'm seeing another user set up for the db file and that is being referenced on the error page.



======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

Vince
Administrator

42768 Posts

Posted - 06/04/2024 :  05:01:50  
Hi Ken
Have you actually included the vsadmin/db_conn_open.php script before the other scripts on that page?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KenLane
Advanced Member

USA
460 Posts

Posted - 06/04/2024 :  15:00:18  
These are the first lines on the categories.php, products.php and proddetail.php per your earlier instructions:

<?php
session_cache_limiter('none');
session_start();
ob_start();
include "vsadmin/db_conn_open.php";
include "vsadmin/inc/metainfo.php";?>

======
Flight Instructor selling Flight Training Materials & Pilot Supplies
http://www.AustinFlightCheck.com

dbdave
ECT Moderator

USA
10411 Posts

Posted - 06/04/2024 :  15:53:36  
Hi Ken, it looks like all pages on the site http://www.centexaviation.com have this issue.
I expect it the same problem (syntax error) I fixed for you before.
Check the db_conn_open.php file please.

Thanks,
David
Page: of 2 « Topic »  
Next Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000