You have no items in your shopping cart.

Friday, April 19, 2024 7:41:27 AM

Feed Manager using Shopzilla and Pricegrabber

Posted: 7 years ago

#3039 Quote

realmobile

Posted: 7 years ago

#3039 Quote
Hello:

I was able to setup the shopzilla/pricegrabber (It is all one shop now and using the shopzilla feed is the best way to go). The company is Connexity and this one feed will go to shopzilla.com, pricegrabber.com, bizrate.com and become.com

They suggest we put a tracker on our confirmation page to track the results. They have this script line we need to use:

<img src='https://www.bizrate.com/roi/index.xpml?mid=304247&cust_type=1&order_id=9999999&order_value=1.99&units_ordered=3' />

- we need to insert a unique code in order_id=9999999 and in order_value=1.99 that will show the individual sale. They mentioned it could be something like %%order%, for example. Can you assist here?

- I need to insert this code script in the confirmation page. Would that be like the "OrderPaid.CustomerNotification" in Message Template or, do I need to insert in some file/folder via ftp?

Thanks!

Posted: 7 years ago

#3042 Quote

Support

Posted: 7 years ago

#3042 Quote
Add this code to the end of the file Completed.cshtml.


@{
    var checkoutTotal = decimal.Zero;
    var order = Nop.Core.Infrastructure.EngineContext.Current.Resolve<Nop.Services.Orders.IOrderService>().GetOrderById(Model.OrderId);
    if (order!=null)
    {
        checkoutTotal = order.OrderTotal;
    }
}
<img src='https://www.bizrate.com/roi/index.xpml?mid=304247&cust_type=1&order_id=@Model.OrderId&order_value=@checkoutTotal&units_ordered=1' />

Posted: 7 years ago

#3092 Quote

realmobile

Posted: 7 years ago

#3092 Quote
Hello:

It appears that on the shopzilla feed THEY are seeing our prices with tax included. Tax would only be applicable to a customer who purchase from the same State as us and not applicable to everybody.

Where can I make this adjustment as I do not see it anywhere in the general feed settings.

thanks

Posted: 7 years ago

#3093 Quote

Support

Posted: 7 years ago

#3093 Quote
You have two ways.
1. If your store has TAX you can change the value of price, see pictures
Open the second tab

and change the price value


2. You can use negative markup. See attached picture.

Posted: 7 years ago

#3100 Quote

realmobile

Posted: 7 years ago

#3100 Quote
that was it1

Thanks!

Posted: 7 years ago

#4292 Quote

realdigital

Posted: 7 years ago

#4292 Quote
Hello:

We have another channel network group that wants to send us traffic. They are generally using the following tracking codes

•  https://myrealmobile.com/landing/RM_unlim50_GSM?utm_source=jjhitjj&utm_medium=xxagentidxx&utm_campaign=xxc1xx

•  https://myrealmobile.com/landing/HYEw215?utm_source=jjhitjj&utm_medium=xxagentidxx&utm_campaign=xxc1xx

•  https://myrealmobile.com/landing/RMPayGo_GSM_20?utm_source=jjhitjj&utm_medium=xxagentidxx&utm_campaign=xxc1xx


I said it was not a great idea as each tracking is for each promotion. Nevertheless, the question is how could we insert in the 'complete.cshtml' file?

Let me know the coding fee please.

thanks

Posted: 7 years ago

#4294 Quote

Support

Posted: 7 years ago

#4294 Quote
I can't understand you.
How do you want to use this URLs?

Posted: 7 years ago

#4295 Quote

realdigital

Posted: 7 years ago

#4295 Quote
the URL is a landing page.

I don't think this is a good idea, but this is what the channel group sent me. I have suggested this is a bad idea as every promotion would need a unique tracking.

I have seen the UMT code before ...

Let me know what you think.

Thanks

Posted: 7 years ago

#4296 Quote

Support

Posted: 7 years ago

#4296 Quote
If this URL was a 'pixel', you should put this code in CSHTML page.

<img src='https://myrealmobile.com/landing/RM_unlim50_GSM?utm_source=jjhitjj&utm_medium=xxagentidxx&utm_campaign=xxc1xx' />



and such code for another URLs.

Posted: 7 years ago

#5334 Quote

realdigital

Posted: 7 years ago

#5334 Quote
Hello!

I am partially modifying the feed submission by having the setting of the individual product as "inherited", but then I insert in the "product URL" field (when I open the specific product EDIT in product filter).

I can also change the "description" that goes below the tag line when it comes up for a search.

I set the product URL to a specific Landing Page so I can warm up the prospect.

What I have not been able to adjust is the "thumbnail" image that is on our NOP product page. Can this also be changed at this level?

Thanks

Posted: 7 years ago

#5335 Quote

Support

Posted: 7 years ago

#5335 Quote
All fields have the same logic.
You can change picture filed too...
Can you check the tag ID for picture filed?
Maybe this tag 'picture' has double ID. One of our template had this bug. Double ID for several tags.

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved