vtumeo
Advanced Member
USA
103 Posts |
Posted - 05/30/2020 : 07:13:12
I am new here hope I don't look stupid. I am trying to make my product page ave five columns instead of three can some one tell me were to go to change the lay out,of tj product page. I have everything else on the page the way i want it except the white space is too great and only three colums insread of five. Thanks for any advice. Vince )my name os Vince also not the Vince who weites the code) Vincent tumeo
|
1818charlie
ECT Moderator
United Kingdom
1197 Posts |
Posted - 05/30/2020 : 08:17:47
Hi Vincent
Welcome and no you don't look stupid
I haven't used the hosted store version but on the none hosted version the columns are set by the CSS. Have a look in your style sheet for
div.product { width: 32%;
32% gives three columns on the site I'm working on. So setting the % will give you the relevant number of columns. I'm sure someone will correct me if the Hosted Store version is different.
Steve Manchester England
Remember - Any edits to the ectcart.css file will be overwritten by updater's. ALL edits to ectcart.css rules should be placed in your style.css file
Edited by - 1818charlie on 05/30/2020 08:22:35
|
insight
ECT Moderator
USA
4479 Posts |
Posted - 05/30/2020 : 08:46:33
It isn’t a hosted store. Peter Professional ecommerce web hosting services Shared hosting Windows & Linux | Dedicated servers | Domains | SSL Ecommerce Templates specialists since 2003 https://servelink.com
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 05/30/2020 : 15:04:04
Hey I didn't expect a reply that fast thanks a million a million times Vince
Vincent tumeo
|
1818charlie
ECT Moderator
United Kingdom
1197 Posts |
Posted - 05/30/2020 : 15:58:50
quote: Hey I didn't expect a reply that fast thanks a million a million times
Expect the unexpected Have you managed to sort the number of columns using? div.product { width: 32%;Steve Manchester England Remember - Any edits to the ectcart.css file will be overwritten by updater's. ALL edits to ectcart.css rules should be placed in your style.css file
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 06/29/2020 : 14:58:49
How do I make the products in the database appear in the order I want. e.g. I have a product 8917 and a product 9114 I need the 9114 before 8917. Als is there a way to skip a place in the tabe the database sets. e.g. If i have 9114 and want a space between 311408917 can this be done? Thanks
Vincent Tumeo
|
dbdave
ECT Moderator
USA
10450 Posts |
Posted - 06/29/2020 : 19:35:52
Hi Vincent, in your admin, under products, you can set a product order. Two ways you can set this - Open each product and set a numerical value there, or use the "quick entry" drop down on the list of products and select product order, then set the numbers there. Lower numbers show first. Of course, you also want to go into your admin, "mains settings" page and set your product sort there as well. "Default Product Sort Order:" Set that to ^product order This part of your question, quote: Als is there a way to skip a place in the tabe the database sets. e.g. If i have 9114 and want a space between 311408917 can this be done?
I apologize, but I'm not sure I understand what you want there. Perhaps show an example. Thanks, David
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 06/30/2020 : 05:05:44
ok it is hard to describe so here is an example 1 2 3 4 5 6 7 8 9 11 12 13 14 15 10 does not exist so i want to leave that cell empty an start the next row with 11 can this be done
Vincent Tumeo
|
Vince
Administrator
42831 Posts |
Posted - 07/01/2020 : 01:31:40
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 07/01/2020 : 10:39:12
I understand about the number of products per page. However I have approximately 3700 products in 25 categories and about 40 sub categories. To keep the product in a logical order e.g. like products but different styles There are times when I need to skip a cell or two to make my client happy. Can this be done . I have tried several ways but no luck. Thanks
Vincent Tumeo
|
dbdave
ECT Moderator
USA
10450 Posts |
Posted - 07/01/2020 : 10:47:38
Hi Vincent, when you say, skip a "cell" or two... Are you referring to products showing on the products pages? I'm not sure I fully understand what you want to do. Do you have a page you can show us so we can fully understand what you want to do?
It is possible to set the order products show on the product pages, is that what you want to do?
Thanks, David
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 07/01/2020 : 19:32:33
ok first a new problem I messed up somewhere and dont kow where on the products page I am receiving this error " You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND products.pId>'') OR pOrder>)) AND products.pId NOT IN ('giftcertificate','do' at line 1 Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/vtumeo/public_html/giftconnections.net/vsadmin/inc/incfunctions.php:1820 Stack trace: #0 /home/vtumeo/public_html/giftconnections.net/vsadmin/inc/incproddetail.php(951): ect_fetch_assoc(false) #1 /home/vtumeo/public_html/giftconnections.net/proddetail.php(168): include('/home/vtumeo/pu...') #2 {main} thrown in /home/vtumeo/public_html/giftconnections.net/vsadmin/inc/incfunctions.php on line 1820" Can you tell me where to go to fix it? Now go to http://www.giftconnections.net/products.php?cat=2look at 22015 and 22020. to make it look right 22020 shpuld start the nex row and leave the space next to 22015 emty can this be done?
Vincent Tumeo
|
Vince
Administrator
42831 Posts |
Posted - 07/02/2020 : 02:18:35
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 07/02/2020 : 05:31:56
sorry try http://www.giftconnections.net/proddetail.php?prod=
Vincent Tumeo
|
Vince
Administrator
42831 Posts |
Posted - 07/03/2020 : 01:17:11
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 07/03/2020 : 08:13:14
Thanks however did you find the page i was asking about with the question about the products and how to make one cell blank and start the next line with the next series of numbers in that caegory
Vincent Tumeo
|
Vince
Administrator
42831 Posts |
Posted - 07/03/2020 : 09:27:28
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 07/03/2020 : 12:46:12
Thanks for the help tis forum is an invaluable resource thanks for pointing me to it. I di not know if you are american or not but have a happy fourth if July anyway. and please stay safe and healthy Vince
Vincent Tumeo
|
Vince
Administrator
42831 Posts |
Posted - 07/04/2020 : 03:05:24
|
vtumeo
Advanced Member
USA
103 Posts |
Posted - 07/09/2020 : 15:08:46
As it turns out my client does not want any prices listed I have the database set to O for the price. However I cant find where to remove the price fro the cart or the totals. Can you tell me where to go to remove all prices from the site.
Vincent Tumeo
|
1818charlie
ECT Moderator
United Kingdom
1197 Posts |
Posted - 07/09/2020 : 17:11:08
Hi Vincent
For zero price anywhere across the store put this in your includes file:
For PHP version $nopriceanywhere=TRUE;
For ASP version nopriceanywhere=TRUE;
This will completely strip prices from the product listings and shopping cart for example in situations where quotes can be requested by ordering.
Edited by - 1818charlie on 07/09/2020 17:13:51
|
|