Trying to upload a custom theme to BigCommerce. Them uploads successfully, but I get TR-601. Any advice on troubleshooting theme? Or determining what's missing? I have no deleted anything from stock install.
Update: if you are experiencing this error on upload, it could be related to an extraneous file somehow added to your templates directly. That was our case.
Related
I am trying to place liquid file with other files on my Shopify store WHEN I install my custom app.
I have an application which is working successfully after installation in my store
Problem: I have manually included snippet of my application
I want the snippet in to be a liquid file which gets place in store theme files whenever someone installs my application
I got solution by reference given in Onkar's first comment, I Used assets rest api to create file upon app's installation.
does anyone know how to remove the "theme style" settings under a Shopify stores general Theme Settings? I do not see these settings defined anywhere inside the settings_schema.json file. Thanks in advance
Okay, so if you are using the default Shopify theme called debut or any 3rd party theme that has the same settings into the backend customizer.
These settings are basically due to JSON code for presets for active theme inside the file called settings_data.json under config folder.
you need to just remove the code into presets to remove it. if you need it, by default it is not suggested to remove it.
Remove the highlighted part from the file and save it. and reload the customizer screen and it has gone.
When using "stencil bundle" is it required to have validated code? It seems it wont export unless the errors are fixed.
It is, yes. But as a temporary solution while in development you can always add some entries to the .eslintignore file (as specified here) present in your root folder. You will have some already there for reference. That will be useful for plugins and modules not written by you that ESLint might not let pass. ;)
I need to allow uploading a file (pdf or jpg) for customers on the order page (shopping-cart.tpl).
How can I make this file upload widget and attach it to the order so it appears in back office.
My Prestashop version is 1.6.0.14
The only solution I found was this module (not free) http://addons.prestashop.com/es/21373-file-uploads.html
In another webpage I found the free solution (or atleasts I hope it helps to you):
https://www.prestashop.com/forums/topic/456742-free-module-file-upload-let-customers-upload-other-files-besides-images/
It works in a Prestashop 1.6.x.x with a free, personalized and overloaded theme.
If anyone can find more modules, will be welcome!
You can upload a jpg file by default (activating the option in product page in backoffice), but not a PDF. This is the reason you must use a module, to modify prestashop default "only upload images".
With the module I post in last modification, you can do this, including select the extensions you allow to upload.
Instructions:
1. go to the link above.
2. download the module .rar file
3. go to prestashop admin menu>modules>add new module>upload the .rar you just downloaded
4. go to module search input in modules section, search fileupload, and click in install button.
5. Select the extensions you need allow to the users to upload.
6. Check if the "upload/personalization" option is activated for each product you need to allow uploads.
NOTE: This module modifies the CORE of Prestashop, can cause inestabilities (I tryied and worked in a 1.6.x.x prestashop at 18/05/2016)
Folks - I'm at a loss, I've followed the instructions as per the manifest here: https://github.com/nwjs/nw.js/wiki/Third-party-browser-plugins
I've included "plugin": true in the "webkit" section.
I've located PDF.plugin file from Chrome's Internet Plug-ins folder and added it to my nw.js app's {root}/plugins folder
I just can't view any pdf file. I keep receiving 'Couldn't load plug-in'
What am I doing wrong? Can somebody please offer some advice?
You can use PDF.js implementation such as ViewerJS.