Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dcosnet's avatar

bagisto 2.0 fresh install

so i just installed a new vps, a full lamp stack and bagisto 2.0. and i cant seem to find the part where i can modify the top header or bottom footer(like for copyright text) as well as the part to edit the main web page itself.

i can edit all the cms theme pages without issues. products and sub pages edited just fine. it installed clean, i can edit 80%+ of the bagisto install.

any ideas? most tutorials reference this as the velocity page(which literally doesnt exist in my admin panel)

0 likes
2 replies
BookerE1's avatar

Hello, To modify the top header or bottom footer in Bagisto 2.0, you need to configure the Velocity theme, which is a new feature introduced in the latest release of Bagisto. The Velocity theme allows you to customize the layout, design, and content of your store’s front end. 1

To select the Velocity theme for the front end, you need to go to Settings > Channels and edit the channel that you want to apply the theme to. Under the Design section, you will find a field named Theme, where you can select the Velocity theme from the dropdown menu. 1

To configure the Velocity theme, you need to go to Velocity on the menu bar, where you will find two options: Header Content and Meta Data. From here, you can add, edit, or delete the header content that will be visible on the blue bar beside the Shop by Category. You can also configure the slider, the sidebar categories, the images, and the footer content. 1

To edit the main web page in Bagisto 2.0, you need to create a CMS page and link it to the home page. To create a CMS page, you need to go to Settings > CMS Pages and click on the Add CMS Page button. You can enter the title, URL key, content, and status of your page. To link it to the home page, you need to go to Settings > Channels and edit the channel that you want to apply the page to. Under the Home Page Content section, you need to use the source code editor and enter the code <a href=”@php echo route (‘shop.cms.page’, ‘your-url-key’) @endphp”>your-page-title and replace your-url-key and your-page-title with the values that you entered while creating the CMS page. 2 I hope this answer helps you to modify and edit your Bagisto 2.0 store. If you have any further questions, feel free to ask me.

Best Regard, BookerE1

dcosnet's avatar

@BookerE1 velocity theme doesnt show up at all in my install. is there a way to manually install it?

Please or to participate in this conversation.