AbanteCart Development > Extensions and Add-Ons

Google Base required attributes missing

(1/3) > >>

classicer:
I'm curious why AbanteCart make these extensions available when they are incomplete and simply do not work.

No images get to Google merchant center, availability and product category attributes missing

image link in the feed is set to "<g:image_link>../image/thumbnails/no_image-500x500.jpg</g:image_link>" on all products

Remove the extension or fix it

Gnel

abantecart:
This is third party extension, but let us check what is happening.

classicer:
Look forward to the fix asap as my merchant account feeds are pending approval by Google specialist because of these, if it requires a compensation to expedite the fix on your side simply send me pm.

Gnel

abolabo:
please replace file /extensions/google_base/storefront/controller/responses/extension/google_base.php by attached and let me know about result

classicer:
Great Dmitriy, all images are in thanks to you!

And last, all of my products are under "promotions" special price, yet feed generates the original price

I have spend some time trying to figure out how to get the specials promo price into '<g:price>' output instead of the original price in the php file with no luck

Wonder what should be updated below to make it function

$special = $this->model_catalog_product->getProductSpecial($product['product_id']);
               
               if ($special) {
                  $response .= '<g:price>' . $this->tax->calculate($special, $product['tax_class_id']) . '</g:price>';
               } else {
                  $response .= '<g:price>' . $this->tax->calculate($product['price'], $product['tax_class_id']) . '</g:price>';

Thank you!

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod