Page 1 of 1
insert data into a LayoutGrid
Posted: Thu Dec 05, 2024 5:56 pm
by pacstar
Hi Pablo,
My shopping cart company creates pages for each of the products i sell, but I do not know if I can use it within WYSIWYG. Here is a sample of one of those pages.
https://shop.pacificcoaststar.com/index ... &p=9251144
If there a way to take that page content or code and insert it int a Layout Grid or other to make it appear on my site? By doing this I can control the content (pics and pricing, etc) of the item via the shopping cart.
I hope I explained that well enough.
Thanks
Cary
Re: insert data into a LayoutGrid
Posted: Thu Dec 05, 2024 6:34 pm
by Pablo
You can add custom or third party code via the HTML object. The HTML object can be placed in a layout grid.
https://www.wysiwygwebbuilder.com/add_html.html
Re: insert data into a LayoutGrid
Posted: Thu Dec 05, 2024 7:26 pm
by pacstar
Pablo,
Thank you! Would that then display "live" information, or would I need to re-upload the html each time there was a price update or change made via the shopping cart platform?
I have a message into the shopping cart company as well, maybe they have better info about how that would work as well.
Re: insert data into a LayoutGrid
Posted: Thu Dec 05, 2024 7:53 pm
by BaconFries
So what your saying is you want to insert the shopping carts code (cutting out the middleman) make changes to it ie images, price see it 'live' (working) in the workspace then no..you would still need to upload back to the server to take effect and see the outcome...reason is you would need the likes of a 'browser' within the workspace which it is not and that the cart is running php which cannot be "Previewed" locally due to it requires to be processed and run on a php enabled server.
Re: insert data into a LayoutGrid
Posted: Thu Dec 05, 2024 8:40 pm
by Pablo
Whether or not the content is updated live, depends on the code. This is unrelated to the layout grid or WWB.
If the code work in any other editor then it will work the same in WWB.
Re: insert data into a LayoutGrid
Posted: Thu Dec 05, 2024 8:53 pm
by pacstar
Pablo,
OK, So I'll need to check with the shopping cart code to figure that out. Sounds like it "may" be possible.
Cary