Leaderboard
Popular Content
Showing content with the highest reputation since 01/05/2023 in Posts
-
2 points
Installation osCommerce v4 Beta 2 - No Admin Page
osCommerce-Official and one other reacted to herbsandhelpers for a post in a topic
Hmmm! It seems further tests have shown that the mod rewrite function with IONOS is not functioning/can’t get it to work on their server. Thanks very much to Andrei’s dedicated work in tracking this down. It seems I’m now left with the choice of having to choose another hosting company to host on my own with. Can anyone please provide any hosts that you have successfully installed and run OSC4 on? Thank you, Lorraine -
2 points
How to Install OSC V4 on Xampp
Smoky Barnable and one other reacted to koopmanh for a post in a topic
If you install this on XAMPP for windows, you have to manually add the symlinks for the demo shops. To do this start a cmd.exe session with administrator privileges. Go tot the directory where you have oscommerce installed (in my example "c:\xampp\htdocs\catalog") then add the following commands mklink -D watch c:\xampp\htdocs\catalog mklink -D furniture c:\xampp\htdocs\catalog mklink -D printshop c:\xampp\htdocs\catalog mklink -D b2b-supermarket c:\xampp\htdocs\catalog -
1 point
osc 2.2 MS to V4: Products Import Error
Carolina IT Systems reacted to sjponosc for a post in a topic
Issue resolved. error was related to V4 looking for a database table in osc 2.2 which never existed in my environment. to get pass this error I simply had to create an empty tables in osc 2.2 : CREATE TABLE products_images ( id int NOT NULL auto_increment, products_id int NOT NULL, image varchar(64), htmlcontent text, sort_order int NOT NULL, PRIMARY KEY (id)); Thank you @Oscommerce for quick support. -
1 pointIf I recall correctly, the version number wasn't changed between the first three. It was changed in the last, or close to last, of the CE version. So, if the version in includes/version.php has CE in it, you have the last version before Phoenix, possibly the Frozen version. The only way to know for sure, as far as I know, is to compare the files with the originals.
-
1 point
Installation osCommerce v4 Beta 2 - No Admin Page
osCommerce-Official reacted to pandrei for a post in a topic
We are discussing in email thread -
1 point
How to Install OSC V4 on Xampp
osCommerce-Official reacted to koopmanh for a post in a topic
if above mklink gives an error use : mklink /D watch c:\xampp\htdocs\catalog mklink /D furniture c:\xampp\htdocs\catalog mklink /D printshop c:\xampp\htdocs\catalog mklink /D b2b-supermarket c:\xampp\htdocs\catalog -
1 point
Why so complicated
Ken_Shea reacted to Mort-lemur for a post in a topic
Hi, I have been running a couple of OSC 2.3.4 stores for around 12 years and have been very happy with the system, but they are running on php 6.x which must have a limited lifespan now. So decided to have a look at the new revamped OSC 4 and have installed it locally on an xampp system The front end looks good - But what the hell! the admin side is so complex - like something from a software developers frenzied nightmare...... For example. previously I could add products on a single page - but now there are 11 tabbed pages for each product - I have no idea what some of the things are that I am being asked to enter. The same applies to adding a new category. I have no idea after a couple of days looking on how to add category menus or even if drop down or slide out category menus are possible. Maybe I'm missing something somewhere - but it all seems to be over complex and trying to include every possible field that a shop owner could want. Is there anywhere that I could gain enlightenment, as a simple shop owner, to work this system? -
1 point
Why so complicated
Ken_Shea reacted to Ivan Holbi for a post in a topic
Hi Ken, Regarding adding products please see the link below. https://wiki.oscommerce.com/index.php?title=Managing_Products Regarding Fill in Contact Information for the "Contact on web site" please see the screenshots below. Regarding Create Sales Tax only for the State of Ohio in the USA please create the tax zone for this state, then create a tax class and finally create and assign the tax rate to these tax zone and tax class. Please see the link below how to do it. Also please make sure this tax rate is assigned to all the products. https://wiki.oscommerce.com/index.php?title=Managing_Taxes Best regards, Ivan -
1 point
What is "allowed for"
Jack_mcs reacted to osCommerce-Official for a post in a topic
That's likely the customer groups, B2b -
1 point
Need brought up to speed on OSC
osCommerce-Official reacted to Ken_Shea for a post in a topic
Thank you -
1 point<span style="color: #000000;"> 995 Carbine 9mm</span> or <font color="black"> 995 Carbine 9mm </font> or you search directly for the css formatting for this section
-
1 point
Voucher and Credit Emails - Format Errors?
osCommerce-Official reacted to Mort-lemur for a post in a topic
Thank You, Indeed the plain text tab of the email was empty. However, I also had to disable "Use MIME HTML When Sending Emails" in Settings - Configuration - E-Mail Options for it to send in the plain text version. as the HTML version is still adding in all the data as shown above. Thanks -
1 pointThanks for your suggestions. They all sounds good and we are going to implement them. The delay is related to the caching of the sent data (most likely you have fpm caching). The only thing that can be done is to mark the beginning of the operation.
-
1 point
Voucher and Credit Emails - Format Errors?
Mort-lemur reacted to osCommerce-Official for a post in a topic
Please try going to Design and CMS / Email Templates There you will find "Credit amount notification" email template. It looks like it may be missing the "text" part, and uses the HTML content instead. -
1 point
Attribute Price Not Calculated On Order Placement
Tammy-sharesoft reacted to bonbec for a post in a topic
A large part of the team is in Ukraine. Between bombardments and power cuts, it's not always easy for them to be able to respond quickly. -
1 point
i need gallery image popup app
osCommerce-Official reacted to vinothkumar for a post in a topic
i need gallery image popup app in oscommerce 4.8 version please help me -
1 point
Multiple banner images display incorrectly
osCommerce-Official reacted to vinothkumar for a post in a topic
Answer. i have 100% working fine this answer . plese follwing steps. 1. go to banner manager setting 2 . you have create multiple banner on same banner group name. ex: i attache screen shot below. 3. select banner widget choose carousal 4. you display the carousel slider . -
1 point
Translations
osCommerce-Official reacted to JozeJ for a post in a topic
The translation into Slovenian is almost finished. Minor fixes and testing are still needed. -
1 point
Popup's not loading
osCommerce-Official reacted to odzsolut for a post in a topic
Resolved: a new installation was necessary with PHP8.0 because all the request were sent thro HTTP instead of HTTPS and the server blocked everything. Thank you!