Search found 59 matches

by Portman
Tue Feb 06, 2024 8:07 am
Forum: Community Help & Support
Topic: Blank screen after trying to modify layout in Admin
Replies: 8
Views: 536

Re: Blank screen after trying to modify layout in Admin

Thanks for your help burt ... it is an original mod I wrote to work with a wholesale mod... I actually found the error and it had nothing to do with the code, I accidently uploaded this template file into includes/modules/pi/product_info (not the template folder) and this is what was causing the err...
by Portman
Mon Feb 05, 2024 6:24 am
Forum: Community Help & Support
Topic: Blank screen after trying to modify layout in Admin
Replies: 8
Views: 536

Re: Blank screen after trying to modify layout in Admin

raiwa wrote: Sat Jan 27, 2024 12:32 pm It’s probably the pi/layout module install/uninstall bug fixed in 1.0.8.21.
is that update available yet? I have not found it and my site says it is up to date at 1.0.8.20
by Portman
Mon Feb 05, 2024 6:22 am
Forum: Community Help & Support
Topic: Blank screen after trying to modify layout in Admin
Replies: 8
Views: 536

Re: Blank screen after trying to modify layout in Admin

Paste the code from the core file. the core file is... <div class="col-sm-<?= (int)PI_BUY_CONTENT_WIDTH ?> pi-buy-button mt-2"> <?= new Button(PI_BUY_BUTTON_TEXT, 'fas fa-shopping-cart', 'btn-success btn-block btn-lg btn-product-info btn-buy', [ 'data-has-attributes' => (int)$GLOBALS['pro...
by Portman
Sat Jan 27, 2024 3:16 am
Forum: Community Help & Support
Topic: Blank screen after trying to modify layout in Admin
Replies: 8
Views: 536

Blank screen after trying to modify layout in Admin

Hi, I have been playing around with PI files to get the products page to do want I want - and had got it all (or mostly) doing what I want so went into admin to play around with the layout (Admin->Modules-Layout). when I try to change any of the modules setting and then save it I get a blank screen ...
by Portman
Sun Dec 10, 2023 6:30 am
Forum: Community Help & Support
Topic: mimicking MATC module.
Replies: 1
Views: 952

Re: mimicking MATC module.

Deleted module and mimicked newsletter module instead - made it a required field and it did the job for me
by Portman
Thu Dec 07, 2023 11:16 pm
Forum: Community Help & Support
Topic: mimicking MATC module.
Replies: 1
Views: 952

mimicking MATC module.

Hello... Because my store is a wholesale store only (ie no retail sales) I wanted to put an extra check box, like the MATC one that already exists on the customer account application form... I copies the 3 MATC files (im modules/customer_data, Modules/customer_data/templates, and Languages) and chan...
by Portman
Thu Dec 07, 2023 4:23 am
Forum: Community Help & Support
Topic: Language Files for create_account.php
Replies: 1
Views: 803

Language Files for create_account.php

Hi, I feel really stupid asking this question, I am trying to change the headings on the create_account.php page but I cannot find them... I want to change; "Your Personal Information" "Your Address" "Your Contact Information" I have done a search for these headings but...
by Portman
Thu Nov 30, 2023 12:59 am
Forum: Community Help & Support
Topic: hidibf products if price = $0
Replies: 2
Views: 798

Re: hidibf products if price = $0

Thanks @burt,

Yeah it probably is - I kind of thought hiding the product would be more elegant so that is why I was trying to go that route but I really cant get my head around it - maybe I'll add it to the growing list of things I'll attempt AFTER I have the new site up and running.
by Portman
Mon Nov 13, 2023 11:01 am
Forum: Community Help & Support
Topic: hidibf products if price = $0
Replies: 2
Views: 798

hidibf products if price = $0

Hi, I am trying to hide a product if the price is = $0 I am using different groups thanks to wholesale Pro - some of those groups will not be able to buy certain products. I thought the easiest way to do this would be to set the price to $0 for some products and then have an if statement to skip dis...
by Portman
Fri Nov 10, 2023 11:21 pm
Forum: Community Help & Support
Topic: quick question about override files
Replies: 8
Views: 1668

Re: quick question about override files

thanks @Kofod95, for your lateral thinking, you are a genious!!