Show Posts


Messages - classicer

Pages: [1]
1
Hello Everyone,

I need developer help upgrading from early AbanteCart version 1.1.8 up to the latest version while preserving Global Attributes functional for finger size and Google Base extension. Currently there are about 200 jewelry products. We are hosted at SiteGround cloud account. I will provide login credentials and will gladly compensate for your support to make sure it is upgraded professionally.

Waiting for response, thank you!

Best,
Gnel


2
Extensions and Add-Ons / Re: Google Base required attributes missing
« on: April 10, 2014, 07:48:31 PM »
Any update on getting the final_price in Dmitriy as there is none in the dump

may it be those are price_num or special_num?

Thanks!
Gnel


3
Extensions and Add-Ons / Re: Google Base required attributes missing
« on: April 03, 2014, 09:07:58 PM »
Tax Class: is set to none on all products as I do not charge sales tax maybe that's why it is preventing final_price to get into <g:price>?

since the php calculation code includes a tax class

$response .= '<g:price>' . $this->tax->calculate($product['final_price'], $product['tax_class_id']) . '</g:price>';

4
Extensions and Add-Ons / Re: Google Base required attributes missing
« on: April 03, 2014, 08:06:31 AM »
Same, does not get any price in

5
Extensions and Add-Ons / Re: Google Base required attributes missing
« on: April 03, 2014, 01:45:18 AM »
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!

6
Extensions and Add-Ons / Re: Google Base required attributes missing
« on: April 01, 2014, 07:24:24 PM »
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

7
Extensions and Add-Ons / Google Base required attributes missing
« on: April 01, 2014, 05:47:04 PM »
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


8
Found how to fix this manually for some of you who need this to work while the extension gets an update

1. Save Google Base extension xml output in notepad

2. from notepad edit menu find </g:quantity> closing attribute definition and replace with </g:quantity><g:availability>in stock</g:availability> this will add an attribute definition "availability" and predefined value  "in stock" to all products.

3. save and upload your xml file to your Google Merchant account

Gnel 
 

9
Hello,

Just installed Google Base extension and successfully uploaded all products via xml feed using Google Base extension purchased for AbanteCart Cart to my Google merchant account, however there is a missing required attribute error: "availability" for all products

All products are enabled and inventory counts are set to 100, enabling subtract stock does not have an effect. Promotional price does not get to Google base but only original which is ok for now..

Anyone has work around this?

Thanks!

Gnel

10
Plane Java is fine, I just like AJAX feel, after all it is Java utilizing XML access and HTML/CSS formatting 

11
how? I am not into easy ways, I need to turn it off and willing to compensate if one can effectively address my preference here, don't want to get into freelancer project bidding

Also need a basic AJAX ask product question pop up module above add to cart button that can send an email to administrator (no back end) referencing product URL included, with total of 4 fields

Subject: auto Question About Model ID (ID based on the product page Model question is asked from)

Email: (anyone can ask registered member or not, no validation needed)

Name: single text input field

Question: (clickable product URL in the body first)

Click Ask or Send,

Confirm: Thank you, we will answer to your question within 24 hours

when email is received and replied auto filling reply email and include clickable product URL with the original question in email body as expected

Thank you!

Gnel

12
But how do I turn mobile optimization off?

Thank you!

13
Excellent, thank you so much Taylor!

14
Templates / default_html5 theme full desktop view on mobile devices
« on: February 28, 2014, 07:02:51 AM »
Hello everyone and thank you for making this great shopping cart available via SiteGround

I need your help turning off mobile view for default_html5 AbanteCart version 1.1.8 making it look just like the default theme on mobile devices

I am currently implementing AbanteCart on my SiteGround server for jewelry retail project and I really favor it's practicality and overall functionality to some prominent shopping carts I have been using for a while. I really like the look of default_html5 theme clean feel and have done some css color work matching my product category type, nevertheless I am having a hard time turning completely off the mobile view. About 30% of my site visitors are on international android mobile devices having large screens where standard full desktop view is absolutely desired. Current mobile view that is automatically switched is not suitable for my project and I would hate to have no choice but to drop it because of this simple matter.

Your help, experience or code sniped instruction effectively addressing my request is very match appreciated.

Waiting for response

Gnel

Pages: [1]

Powered by SMFPacks Social Login Mod