CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] linking changing content from one site to another
Jon_N
Permalink to comment
#
November 2011
Hey guys,
I have a store site and an e-commerce site. I want to make it so that when I change a price on the e-commerce site, the price I have listed on the store site changes automatically. Is there a way to do that?
TheDoc
Permalink to comment
#
November 2011
If you have the prices stored in a database you could making both sites access a single source.
Jon_N
Permalink to comment
#
November 2011
What if I don't have them stored in a database? Is there another way to do it?
TheDoc
Permalink to comment
#
November 2011
That is a fine question. Maybe you could generate some sort of XML, but that's getting pretty far outside of my knowledge.
Add a Comment
I have a store site and an e-commerce site. I want to make it so that when I change a price on the e-commerce site, the price I have listed on the store site changes automatically. Is there a way to do that?