All Activity
This stream auto-updates
- Past hour
-
oleksamara joined the community
- Today
-
Omar_one reacted to a status update: Finally got Phoenix live and working as I want it. Now only updating if I want to add
-
Jeshan joined the community
-
anafernandise joined the community
-
Yes, if it's ok for your needs.
-
Thank you for the answer. I personally store images in full resulution (>4mb) because maybe I will need it in the future ... but for the pi-site it is sufficient to show a much smaller image. So am I right putting the "sufficient"-file-size in this position?
-
RTB_RRL joined the community
-
maufraddy joined the community
-
johnsanju joined the community
-
Luckyrich joined the community
-
YellowGuy joined the community
-
Masuputani joined the community
-
Yes, it is intended. It's supposed you wish to show the full original image size in the pop up. Only if watermark is used, KissIt will produce a new "thumb", but also in the original image size. There is no "cache" effect, the original image is there and does not need to be "cached" in the thumbs folder.
-
Finally got Phoenix live and working as I want it. Now only updating if I want to add a feature. Leave it alone if its working.
-
Very nice job Steve, well done! The site is very fast, easy to navigate, I hope this will boost your business.
-
@bonbec Thanks very much. I hope it does not boost the business too much as I cant cope with it as it is. It has been well received by the customers. I have received many comments about the additional information on the new site, yet it was already on the old site and has only be transferred. There are a few additional modules that need adding but so far they have not been updated and the developers say that are waiting for 1.0.8 so thats when the next big update may happen.
-
-
Running with 1.0.7.13: just a question: is it intended, that the main-image is not thumbnailed? Because neither an image width or height is specified in pi_gallery_kissit.php Line 68. By adding some numbers there, the main image is cached as well.
-
codewolf joined the community
- Yesterday
-
Purchase without account for 2.3.4 and BS2334
mikabee replied to ArtcoInc's topic in General Add-Ons Support
I have PWA as only means of purchase in my shop (so no login possibility at all, hook/redirect directly to create_account_pwa -page). I would like to remove "T&C and Privacy" from create_account_pwa.php page, because T&C is asked again in checkout_confirmation -page. Can it be removed from create_account? Had a quick look at the template, and all the fields of the form seem to be coming from a routine / module. -
How do I get my website online after download
Nige-A replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
You can create any directory name you like and extract the contents into it, you're not limited to the archive name or github download name. Glad you resolved it though, your last post had an air of despair about it. -
Where does a person setup the outgoing mail servers in Phoenix? I moved to a new host and outgoing mail no longer works, assuming I need to update it. Thanks, Dan
-
How do I get my website online after download
H2comics replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
Yes! Success! Jack and Nigel set me on the right track because their suggestions were ostensibly different. Let’s say you’re domain is example.com. On an Apache server the website is in the folder public_html (the default, the root). When you upload and unzip the Phoenix package all files are in a folder named gburton-CE-Phoenix-090c3fc in public_html. If you leave this like this, you need to follow Nigel’s advice and go to https://yourdomain.com/yourshopdirectory/install which in this case would read: https://example.com/gburton-CE-Phoenix-090c3fc/install It works like a charm. The only “drawback” is that the string gburton-CE-Phoenix-090c3fc becomes part of your URL, which may look a bit cluttered on the screen. If you don’t want this to happen, simply move all the files in the folder gburton-CE-Phoenix-090c3fc to public_html (this is a three-click job). Then follow Jack’s advice and go to https://example.com/install I hope this little disquisition will be helpful for others. Many thanks to all of you who contributed to this post. I was really stumped when I started it. Henk -
Fiber started following How do I get my website online after download
-
How do I get my website online after download
Fiber replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
Youre situation is this see url, unzip in the root without the directory gburton-CE-Phoenix-090c3fc -
How do I get my website online after download
Nige-A replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
These are the initial views you should get once the files are on your server and you go to yourdomain.com/yourshopdirectory/install -
How do I get my website online after download
Nige-A replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
Your original choice of files are way too old. I did the same. Not really sure why they're so prominently displayed still. ~~~ const DB_SERVER = '123.456.789.012'; // My site is remotely hosted so I use the IP address of the site const DB_SERVER_USERNAME = 'abc-123-def'; // Username is the username of your database. Sometimes an extra prefix is added at db creation. Use that too. const DB_SERVER_PASSWORD = 'password'; // Your database password const DB_DATABASE = 'abc-123-def'; // same as your username Once the main installation is complete, you enter these fields when requested within the software, not via the actual php file. Your site needs to be hosted with atleast PHP7. Are you hosting this yourself or using a hosting service ? - Last week
-
Then there isn't a problem. The problem would be if the page displayed a separate alert box that would just say SAINT.
-
How do I get my website online after download
ArtcoInc replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
@H2comics Two things ... 1) Make sure your SSL certificate is set up correctly: 2) If you have changed *anything* regarding your site (domain name, installation in a sub-directory, etc), make sure both your SSL certificate and your configure.php file(s) reflect this: (emphasis added) HTH M -
@ecartz After allowing the request, the search page loads with "There is no product that matches the search criteria" and [removed]alert('SAINT')[removed] in the search box.
-
JuliaNewman changed their profile photo
-
How do I get my website online after download
H2comics replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
Hi Jack, I had a look at the link you sent me but it's all about HTTPS certificates. I already have one. It worked a couple of days ago when I had v2.3.4.1 running. The last hour I tried to complete configure.php because it looks as if it is something to do with connections, but frankly I'm out of my depth. const HTTP_SERVER = 'http://h2comics.com'; // eg, http://localhost - should not be empty for productive servers // define our database connection const DB_SERVER = 'localhost:1111'; // eg, localhost - should not be empty for productive servers const DB_SERVER_USERNAME = 'aaaaaaa'; const DB_SERVER_PASSWORD = 'bbbbbbb'; const DB_DATABASE = 'ccccccccc'; The bold ones and letters are fictional for the purpose of this post. My real entries didn't make any difference, though, as far as I can tell. I'm still getting the Testing123 page. I must confess I haven't a clue what I'm doing anymore. It makes me wonder how on earth I ever managed to get the website on line in the past. Well, anyway, thank you for your time. Best regards, Henk -
How do I get my website online after download
Jack_mcs replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
Go to https:// YOUR DOMAIN//install/ -
@Snarg I have added you to the testing thread. If anyone else is looking to test this let me know. I am planning on releasing all of these shipping mods shortly and then will just patch if needed.
-
How do I get my website online after download
H2comics replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
Hi Jack, I've put the Phoenix Edition V1.0.7.13 on the server. So now I need to run the install script. Where can I find this and how do I run it? Thanks again for your help. Henk -
@Snarg @zipurman working on USPS Shipping Module, check here
-
Is there a functioning USPS shipping module for Phoenix? Thank you.
-
I have read more into it. The regulation already existed, but Brussels is tightening the thresholds. From july fist 2021, if your sales to other EU countries in total exceeds 10000 Euro's, you have to pay VAT in those countries. Next to the issue is that the shopowner has to pay the VAT either through their local VAT system, or through an own VAT-id in EVERY country that is sold to: there is the fact that the VAT has to be charged in LOCAL VAT percentage. I am selling from the Netherlands, where we have 21% VAT and I have used that for more than 10 years now, for any sale. Now I have to set up ZONE-ing for all percentages that are carried within the EU. Who has dealt with this, and what was the solution?
-
Resuming from this threat to keep the original on-topic:
-
How do I get my website online after download
ecartz replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
You uploaded the catalog directory to the server. You can visit it by doing http://h2comics.com/catalog/index.php Phoenix doesn't put the store inside a catalog directory. So if you do the same thing with Phoenix, it should work. -
How do I get my website online after download
Jack_mcs replied to H2comics's topic in osCommerce Online Merchant Community Bootstrap Edition
That's correct. You should use the one named "Phoenix Edition V1.0.7.13".