How to open cart 2.3.0.2 version into free modules add?
I try to free model
go to admin -> design -> layout -> add(module)
please send processing step by step explain
Unzip the file and ftp it to your cart (or copy it to your cart directory, if you are running it locally). The module will be laid out in a way that matches your cart, so copy the catalog folder from the module to the catalog folder in your cart, admin folder to admin folder, etc. Then you will have to go to admin->extensions->extensions, select modules and install your module.
admin pane > Extensions > Extension installer
Click on the upload button > Select the .zip file and click “OK”
After clicking “OK” your extension will be uploaded and a “success” message should appear. > Now your module should be visible in Extensions
Modules. After locating it in the Module list just click the install button (“ + ” sign) >
The final step of the installation process is to apply the changes we have just made. In order to do so, go to Extensions > Modifications and click the Refresh sign at the upper right corner of the page.
Related
I'm trying to install an extension of the Bling platform in my OpenCart application, I know they have forum, but the material is scarce. So I came here. I downloaded the package and followed the steps of the installation, extracted the files and placed in the folder indicated by the documentation.
So I went to OpenCart to install the extension, but I did not find the file there, do I need to update something? Do I need to change the structuring of folders? If anyone can help me, I'll be happy.
Any suggestion?
You can get more info here:
Module Development OpenCart
Log into your OpenCart Dashboard.
Go to Extensions > Product Feeds.
Click on “Install” next to the “Google Site Map” product feed name.
Click “Edit” and then change the status to “Enabled”
Copy the “Data Feed URL” and click “Save"
How do I add latest module in Opencart Version 2.0.0.0 Home page? I try many but can not success.
Please help me .
Login Admin:
Step 1: Extentsions -> Module:
Active module Lastest
Step 2: System -> Design -> Layout
Select Layout Home -> Edit
Add Module Lastet
Finish
To add latest products on home page follow below steps,
In your Open Cart admin go to Extensions > Modules and click Install near to "Latest" module.
Click Edit button at the right near to Latest Module.
Enter Module Name as latest-product (put any name to recognize it).
Give limit,height,width.
Make Status as Enabled.
Click on save button.
Now Go to System > Design > Layouts and edit Home layout.
Choose "Latest > latest-product" for Module , select Position and give Sort Order.
Click on save button.
Here's the scenario:
Fresh install of Open Cart. Fresh install of vQmod. Everything is working fine. But when I upload certain theme - purchased and licensed - the site has an issue. The home page is working, but the product page goes blank.
I have tried all possible combinations of OpenCart and vQmod versions (except for 2.0 for OC because the theme doesn't support it yet). I am out of ideas.
Edit: After showing all errors as adviced I finally saw the reason : "oc_product_tab' doesn't exist"
I found a solution. It turned out that the "Extra Product Tabs Opencart Extension" is missing. This is a standart free plugin that comes with template theme but it wasn't configured. It turnes out that the theme works with it.
Go to system>users>user groups and select all for both access and modify. Save. Than go to Catalog menu and click on Extra product tabs. Click Insert and add the module. That’s it. It’s a standard opencart module which is free for use.
I am a new bee to Sitecore and here comes my first challenge at work.
In one of the website component, I want to add an image.
For this in content editor:
I'll click on browse.
Switch to folder view.
Navigate down to the folder you want to save into.
Click upload media on top left.
Click ‘Browse for media files’ and navigate to the image on the local drive and select it.
Enter alt-text and click upload media.
In Chrome the green bar for uploading never seems to finish. On IE one of the green bars changes to ‘Upload complete’. At this point there is no call to action to add the image to the module, select the module – you just don’t know what to do next.
Eventually you have to click ‘Back’ or ‘close’. Then when you go to find the image it is not in the folder you selected. It is in Upload folder. We cannot keep all of our files in ‘Upload’. We need to be able to upload into a chosen folder.
I am using Sitecore 7.2.
This works properly in a base site in Sitecore 7.2, but is not working in my website.
Is there any setting I need to change to make this work properly?
I know we can add media files into Media library directly and can use it. But we want to do it the using the above mentioned steps/ or using Page editor. The main problem is, this doesn't work while adding image from Page editor.
Hope I can get some solution!
many thanks!
I looked at the Release Notes for Sitecore 7.2 and found that there were several bugs related to Media Uploads that were resolved in Update 2 (140526), including some that relate to choosing the destination of uploaded media. From your description of the issue and the bugs that were fixed in Update 2, it sounds like you may only need to update to Revision 140526.
To find out what revision of Sitecore you are using, go to the Sitecore Desktop -> Start Menu -> Control Panel -> Administration -> Show About Sitecore Information. As you will see in the screenshot, below, there is a parenthesized revision number at the top. If that number is not 140526 then you should try to apply Update 2 to your instance.
Note that this screenshot is of an instance that is not running on Sitecore 7.2 Update 2, but is instead running on the initial release (140228).
I want to show Languages dropdown in header using opencart sellya theme. on below link you will see languages dropdown in header. http://serwer1382018.home.pl/sellyakids/
But on locally its not showing me on frontend. see below code:
<div id="lc_dropdown"><?php echo $language; ?><?php echo $currency; ?></div>
Add the new language in admin side: System > Localisation > Language page.
Now the language switch menu will be available in frontend as buttons/dropdown depending on the theme(the options will be wrapped in a form tag.).
Using css and javascript make it a dropdown selector.
Once the above steps are done, add files to the folder mentioned in the System > Localisation > Language page to fetch the new language translation data.
To Add Language Dropdown on Opencart Website follow below steps,
Download the language pack you need. You can search the OpenCart marketplace
Unzip it and upload the files to your main shop directory. Note: If there is an upload folder inside the archive, upload the contents of that folder, not the folder itself.
Go to OpenCart admin panel System > Localisation > Languages
Click "Add New". The details that you have to fill in the form are usually supplied in the "Documentation" tab on the OpenCart extension page of the language pack. You might also find them in a text file inside the installation archive.
Click on save button.
At front end you will see the new language is added in language drop down.