Search found 465 matches

by heatherbell
Mon Apr 15, 2024 3:23 pm
Forum: Community Help & Support
Topic: Homepage Splash Image
Replies: 1
Views: 20

Re: Homepage Splash Image

A module for an image on index is part of this PRO Addon https://phoenixcart.org/forum/app.php/addons/supporters_code/s06e01_index_layout/ There is a whole bunch of "must have" addons that are available to PRO VIP members and much else besides so maybe you ought to think about joining and ...
by heatherbell
Mon Apr 15, 2024 11:43 am
Forum: Community Help & Support
Topic: New error - Due to PHP update(?)
Replies: 6
Views: 99

Re: New error - Due to PHP update(?)

I assume the (int) stands for integer? what is the reason (if you can explain easily enough) that it is insecure without this? By casting $products_id to an integer, you're essentially sanitising the input, ensuring that it can only be interpreted as a numeric value. Any attempt to inject SQL code ...
by heatherbell
Sun Apr 14, 2024 4:58 am
Forum: Community Help & Support
Topic: about us text
Replies: 1
Views: 23

Re: about us text

heffners wrote: Sat Apr 13, 2024 9:06 pm How do you change the text under about us on the homepage?
In the module language file - /includes/languages/english/modules/content/footer/cm_footer_text.php
Learn more here - https://phoenixcart.org/phoenixcartwiki ... hange_Text
by heatherbell
Sat Apr 13, 2024 8:05 am
Forum: Community Help & Support
Topic: Modal/Popup of checkout Module
Replies: 2
Views: 45

Re: Modal/Popup of checkout Module

Perhaps look at how the core customer data MATC module handles it?
by heatherbell
Fri Apr 12, 2024 3:54 pm
Forum: Community Help & Support
Topic: Dark Mode
Replies: 16
Views: 288

Re: Dark Mode

PBR Streetgang wrote: Fri Apr 12, 2024 2:47 pm One final thing. I'd like to remove the phone and the @ down in contact us part.
Already answered in previous post
heatherbell wrote: Fri Apr 12, 2024 6:19 am Look in the language file for the icons.
If someone's time saves your time or helps to develop your store then the Buy Me A Beverage button is an option :)
by heatherbell
Fri Apr 12, 2024 6:19 am
Forum: Community Help & Support
Topic: Dark Mode
Replies: 16
Views: 288

Re: Dark Mode

change the few items I have note in this screenshot You've applied the background-color to the a element, try removing it. BTW, style changes targeting width classes like col-sm-12 are not advisable, your change has broken a lot of things. CSS changes often need to be carefully targeted. Some of yo...
by heatherbell
Thu Apr 11, 2024 5:53 am
Forum: Community Help & Support
Topic: Dark Mode
Replies: 16
Views: 288

Re: Dark Mode

Then I try to write this to do what the slider does, but it doesn't do anything. Firstly, you are targeting card-header , that is targeting an element . If you want to target a class , it should be .card-header . Read more and learn more generally here: https://www.w3schools.com/css/default.asp Rea...
by heatherbell
Wed Apr 10, 2024 8:26 am
Forum: Community Help & Support
Topic: 1.0.9.1 Questions / Comments / Concerns
Replies: 4
Views: 141

Re: 1.0.9.1 Questions / Comments / Concerns

bonbec wrote: Tue Apr 09, 2024 11:52 am The includes/version.php with the right version number is missing
After updating, ensure to edit your file, /includes/version.php
Change 1.0.9.0 to 1.0.9.1
by heatherbell
Wed Apr 10, 2024 5:04 am
Forum: Community Help & Support
Topic: New error - Due to PHP update(?)
Replies: 6
Views: 99

Re: New error - Due to PHP update(?)

Yes, PHP 8.1 will cause issues that need fixing like strftime() is deprecated, stick at 8.0 Guessing that the first warning is saying that pID is not existing or is NULL which PHP8.1 doesn't like so it gives the second Fatal Error. Stick at 8.0. which is more forgiving, otherwise, just guessing, try...
by heatherbell
Tue Apr 09, 2024 5:02 am
Forum: Community Help & Support
Topic: affiliate addon??
Replies: 1
Views: 36

Re: affiliate addon??

jsilling wrote: Mon Apr 08, 2024 6:18 pmAffiliate program addon that works with CE Phoenix?
Currently there isn't one published.
Contact Phoenix Cart Developers for a quote? app.php/developers