Hi to all,
I'm working on a piece of mods to integrate interspire with Amazon Cloud Front.
So i have done all admin code to insert 3 media server addresses, but now i need to know where interspire change http to https the value of ShopPath. Most of the code variables used to css, js and images are ...
Search found 23 matches
- Thu Feb 23, 2012 12:07 am
- Forum: [SC] Custom Code
- Topic: Integrate ISC with Amazon CloudFront
- Replies: 1
- Views: 8169
- Wed Jan 12, 2011 12:56 am
- Forum: [SC] Custom Code
- Topic: Sales convertion landing page
- Replies: 0
- Views: 8529
Sales convertion landing page
Hi,
I'm making a new project to my store. I want something that i cant do alone, and i really want your help. Unfortunately interspire forum is not helping resolving this situations.
Here is my point. Create one landing page integrated with shopping cart that show custom content depending of user ...
I'm making a new project to my store. I want something that i cant do alone, and i really want your help. Unfortunately interspire forum is not helping resolving this situations.
Here is my point. Create one landing page integrated with shopping cart that show custom content depending of user ...
- Fri Jul 09, 2010 10:06 pm
- Forum: [SC] Custom Code
- Topic: Create one age with on-sale products
- Replies: 24
- Views: 51205
Re: Create one age with on-sale products
Hi,
Well it doesnt work like that
But no problem i use the podcurrentinv instead of vcstock, by this way i dont need to extract data from different table...
Well i think i figure it no has i want, but has i can
Regards
Well it doesnt work like that

But no problem i use the podcurrentinv instead of vcstock, by this way i dont need to extract data from different table...
Well i think i figure it no has i want, but has i can

Regards
- Fri Jul 09, 2010 5:04 pm
- Forum: [SC] Custom Code
- Topic: Create one age with on-sale products
- Replies: 24
- Views: 51205
Re: Create one age with on-sale products
Hi, thanks for your answer...
Here is my point, I have one query:
$query = "
SELECT p.*, FLOOR(prodratingtotal/prodnumratings) AS prodavgrating, imageisthumb, imagefile, ".GetProdCustomerGroupPriceSQL().",
(SELECT COUNT(reviewid) FROM [|PREFIX|]reviews WHERE revstatus='1' AND revproductid=p ...
Here is my point, I have one query:
$query = "
SELECT p.*, FLOOR(prodratingtotal/prodnumratings) AS prodavgrating, imageisthumb, imagefile, ".GetProdCustomerGroupPriceSQL().",
(SELECT COUNT(reviewid) FROM [|PREFIX|]reviews WHERE revstatus='1' AND revproductid=p ...
- Fri Jul 09, 2010 3:54 pm
- Forum: [SC] Custom Code
- Topic: Create one age with on-sale products
- Replies: 24
- Views: 51205
Re: Create one age with on-sale products
Hi,
No problem :D. I found the simple solution but i'm missing something here. I create a new dislpay file, new page layout and new Panel with some name of display file. Now it shoes the product but i'm missing something, a problem with mysql query.
please see it:
$query = "
SELECT p.*, FLOOR ...
No problem :D. I found the simple solution but i'm missing something here. I create a new dislpay file, new page layout and new Panel with some name of display file. Now it shoes the product but i'm missing something, a problem with mysql query.
please see it:
$query = "
SELECT p.*, FLOOR ...
- Fri Jul 09, 2010 7:46 am
- Forum: [SC] Custom Code
- Topic: Create one age with on-sale products
- Replies: 24
- Views: 51205
Re: Create one age with on-sale products
I'm looking to duplicate the HomeSaleProducts.php.
In query i need to change the statement to prodprice > prodretailprice.
Now, i need to change the globals variables to make a panel in content and load a snippet with individual products.
Can that be done by this way?
Thanks
In query i need to change the statement to prodprice > prodretailprice.
Now, i need to change the globals variables to make a panel in content and load a snippet with individual products.
Can that be done by this way?
Thanks
- Fri Jul 09, 2010 7:41 am
- Forum: [SC] Custom Code
- Topic: Create one age with on-sale products
- Replies: 24
- Views: 51205
Re: Create one age with on-sale products
Hi,
Sorry for my late :D
Yes, the products dont show if not special... Well I try by the hard way.
Create a php file loading top.php and bottom.php. The truth is that i can load the product name and create the product link but, i cant load the images... The point is duplicate class.category.php ...
Sorry for my late :D
Yes, the products dont show if not special... Well I try by the hard way.
Create a php file loading top.php and bottom.php. The truth is that i can load the product name and create the product link but, i cant load the images... The point is duplicate class.category.php ...
- Thu Jul 08, 2010 1:52 pm
- Forum: [SC] Custom Code
- Topic: Create one age with on-sale products
- Replies: 24
- Views: 51205
Re: Create one age with on-sale products
Hi,
I'm trying Interspire features in localhost but yes, you're right if i had products to this category all works fine, otherwise it shows the message telling no products to display :S
I'm trying it and i'll be posting here the results
Thanks
I'm trying Interspire features in localhost but yes, you're right if i had products to this category all works fine, otherwise it shows the message telling no products to display :S
I'm trying it and i'll be posting here the results
Thanks
- Thu Jul 08, 2010 12:21 pm
- Forum: [SC] Custom Code
- Topic: Create one age with on-sale products
- Replies: 24
- Views: 51205
Re: Create one age with on-sale products
The problem is that the mod is the some of categories... The categories class shows the products only in categorie. So, by this way, we need to put there or all products or just the products with promo...
ex.:
If always we add a new product we add to 2 different categories (like T-Shirts and ...
ex.:
If always we add a new product we add to 2 different categories (like T-Shirts and ...
- Thu Jul 08, 2010 12:03 pm
- Forum: [SC] Custom Code
- Topic: Create one age with on-sale products
- Replies: 24
- Views: 51205
Re: Create one age with on-sale products
Yes,
I'm doing by this way... I put the rrp price and the sale price
Well, i'll try...
Thanks
I'm doing by this way... I put the rrp price and the sale price
Well, i'll try...
Thanks