|
If you still havent tested it like 2 weeks ago, when I first posted..
You really should not be selling extensions that do not work!
|
sobi2 Metadata sourc ...
|
Posted 11 years, 1 month ago
by trins123
|
|
It acctualy didnt work in previous sobi2 plugin version, so I bought new version and still not working..
Have you tested it?
|
sobi2 Metadata sourc ...
|
Posted 11 years, 1 month ago
by trins123
|
|
|
sobi2 Metadata sourc ...
|
Posted 11 years, 1 month ago
by trins123
|
|
Hi,
We are using latest Sobi2 2.9.4.2
|
sobi2 Metadata sourc ...
|
Posted 11 years, 1 month ago
by trins123
|
|
Still no reply?
I can give test site login info if needed..
|
sobi2 Metadata sourc ...
|
Posted 11 years, 1 month ago
by trins123
|
|
Hi,
I am using sobi2 extension version 2.0.13 and Joomsef 3.11.0.
The problem is I cant populate meta values with sobi2 Metadata source field IDs.
What is the problem?
I have this general settings:
.
Title and Meta Tags Configuration; yes
Metadata auto-generation: only if original emty
Meta-keywords preference: join both
Meta-description preference: join both
sobi2 extension:
Add contact ID to URL.: no
Add categories to URL; no
Add category ID to URL; no
Preventing duplicates; use first category found
Add category to page title; no
Metadata source field; 13,14,15,15,
Generate description/keywords; yes
When using maintainance link - update meta tags I recive:
Meta tags Update Report
Error encountered
What is wrong?
Regards,
Rok
|
sobi2 Metadata sourc ...
|
Posted 11 years, 2 months ago
by trins123
|
|
Thanks,
I was able to fix my issues including achor urls..
|
How to only use CB S ...
|
Posted 12 years, 8 months ago
by trins123
|
|
There is one more thing I dont know If iI should worry or with using plugin=cbpaidsubscriptions. In cb subs documentation I found :
--------------
Note: PayPal IPN (Instant Payment Notification) is used to communicate PayPal
events to CBSubs™. When a PayPal event takes place (e.g., payment success,
payment reversal, etc.) a PayPal IPN message is generated and communicated with
CBSubs™ using direct URL Post method. Any SEF component that attempts to
redirect the PayPal IPNs will result in IPN failures as redirecting will lose the POST
values.
-----------
Is your "dont sef" trick enough to avoid this issue?
|
How to only use CB S ...
|
Posted 12 years, 8 months ago
by trins123
|
|
Thanks,
I have deleted all sef urls and now and CB subs plugin is working ok..
But i am not sure why domain.com/NewrRgisteredUsername shows page not found?
Do I need some userlist menu item for links to be generated first or do something else maybe?
Regards
|
How to only use CB S ...
|
Posted 12 years, 8 months ago
by trins123
|
|
Hi.
I am using. Joomla 1.5, /cb 1.8/joomsef 3.9.5 (paid version)
My question is how to setup Joomsef CB extension version 2.0.3 to only use SEF links for profile url?
When using SEF I have nice profile urls like domain.com/username
But I am using cbsubs, and when sef turned on, trial and offline payment buttons doesnt work..
If I understand documetation correctly I have 2 options:
1.) exclude cb subs plugins links like:
index.php?option=com_comprofiler&task=pluginclass&plugin=cbpaidsubscriptions&do=displayplans&Itemid=244&lang=sl
2.) only use SEF if I setup correct varialble fiileters for link to profile that looks like:
index.php?option=com_comprofiler&task=userProfile&user=62
Can you help me setup the simpletst solution?
|
How to only use CB S ...
|
Posted 12 years, 8 months ago
by trins123
|
|
Hm maybe zip attachment can be added..
|
Error msg: Unable to ...
|
Posted 14 years, 4 months ago
by trins123
|
|
Hi.
I found the code from where the error is comming from in file administrator/components/com_virtuemart/classes/ps_order.php
/********************************************************************
596 ** name: validate_delete()
597 ** created by: gday
598 ** description: Validate form values prior to delete
599 ** parameters: $d
600 ** returns: True - validation passed
601 ** False - validation failed
602 ********************************************************************/
603 function validate_delete($order_id) {
604
605 $db = new ps_DB;
606
607 if(empty( $order_id )) {
608 $this->error = "Unable to delete without the order id.";
609 return False;
610 }
611
612 // Get the order items and update the stock level
613 // to the number before the order was placed
614 $q = "SELECT product_id, product_quantity FROM #__{vm}_order_item WHERE order_id='$order_id'";
615 $db->query( $q );
616 $dbu = new ps_DB;
617 // Now update each ordered product
618 while( $db->next_record() ) {
619 $q = "UPDATE #__{vm}_product SET product_in_stock=product_in_stock+".$db->f("product_quantity")
620 .",product_sales=product_sales-".$db->f("product_quantity")." WHERE product_id='".$db->f("product_id")."'";
621 $dbu->query( $q );
622 }
623
624 return True;
625 }
I was hopping if you can update the integration for virtuemart 1.1.6 (new ps_order.php as attachment)
|
Error msg: Unable to ...
|
Posted 14 years, 4 months ago
by trins123
|
|
Hi.
VM Invoice version 1.2.3 is working ok, mail is beeing send, pdf link generates ok, but I am getting an error message bellow account page. (see atachment)
How can this be solved?
|
Error msg: Unable to ...
|
Posted 14 years, 4 months ago
by trins123
|
More |